Status Update
Comments
gu...@google.com <gu...@google.com> #2
Thanks for the feedback on the emulator. To help us troubleshoot this issue further, we will need more information. Please share detailed reproduction steps and as much as possible of the following information:
1. Emulator version
2. Run the emulator from command line with “$ANDROID_SDK_ROOT/emulator/emulator -avd <NameOfAVD> -verbose -show-kernel” and send the resulting logs
3. Any relevant Logcat logs
4. The results of running “adb shell top” in the command line.
For more information on what’s needed and how to obtain this information please read the guide athttps://developer.android.com/studio/report-bugs#emulator-bugs .
1. Emulator version
2. Run the emulator from command line with “$ANDROID_SDK_ROOT/emulator/emulator -avd <NameOfAVD> -verbose -show-kernel” and send the resulting logs
3. Any relevant Logcat logs
4. The results of running “adb shell top” in the command line.
For more information on what’s needed and how to obtain this information please read the guide at
Description
When restarting an App Engine Flex service, I would like to display a custom 502 error page instead of the default 502 error page.
Steps to reproduce:
Desired behavior:
I would like to render custom HTML saying something like, "The site is down for maintenance; check back in a few minutes!" with my logo and information about how to contact support.
Actual behavior:
An unattractive 502 error page is displayed:https://snipboard.io/UcsN2y.jpg
Other information (workarounds you have tried, documentation consulted, etc):