Android应用程序在模拟器中崩溃,但堆栈跟踪和日志丢失

时间:2017-10-04 18:51:54

标签: android android-studio android-emulator stack-trace

我正在玩Android开发,并且正在学习这个基础教程。我已经制作了我的第一个Android应用程序(code is in this repo)并且遇到了在模拟器中崩溃并且无法访问堆栈跟踪或错误日志的问题。

当您打开应用并点击" DO IT!"按钮:

enter image description here

...应用程序崩溃并重新启动:

enter image description here

但是,我无法从模拟器内部或Android Studio内部或我文件系统的某个位置找到任何方法来访问堆栈跟踪/错误日志。 是否知道可能会发生什么和/或我可以访问日志的位置?

1 个答案:

答案 0 :(得分:3)

Intent from Google, 你的意图是空的:col1 LIKE 'foo%')

应该是:

Intent intent = new Intent(this, null);