Assigned
Status Update
Comments
pu...@bluestacks.com <pu...@bluestacks.com> #2
I don't think this is related to Gradle itself. This is how Android handles resources.
Adam, do you have an idea of what's going on here?
Adam, do you have an idea of what's going on here?
va...@google.com <va...@google.com>
ku...@google.com <ku...@google.com> #3
It seems the way Android handles the resources of type <item type=string> is flawed.
If gradle resValue generated the String resources using <string> tag instead of <item type=string> this would not be happening.
BTW, i don't see much advantage on using generic <item> tag in this case.
If gradle resValue generated the String resources using <string> tag instead of <item type=string> this would not be happening.
BTW, i don't see much advantage on using generic <item> tag in this case.
Description
Please describe your requested enhancement. Good feature requests will solve common problems or enable new use cases.
What you would like to accomplish: Need metrics/logs for instance stopped running due to memory leak, or
couldn't start(failed to start) in app-engine which explains the status of App Engine instance.
How this might work:
It will help the user to track App Engine instance level metrics and help the user to get the instance status details.
If applicable, reasons why alternative solutions are not sufficient:
Other information (workarounds you have tried, documentation consulted, etc):
[1]
[2]