Android emulator crash logs

旧时模样 提交于 2021-02-07 09:12:58

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!