问题
I'm using jenkins with the android plugin but it seems that my emulator dies during the build. The logcat goes to the point when some activity is started but then nothing any more. So it clearly did not shut down properly. Is there some other log that I can enable to debug this issue? Might be caused by the emulator going out of memory.
回答1:
Maybe you can start the Emulator with the -verbose
or -logcat
option. Have a look in the Debug
section of the android emulator command line parameters.
https://developer.android.com/studio/run/emulator-commandline.html#common
来源:https://stackoverflow.com/questions/7336585/android-emulator-crash-logs