I'm having a problem with my logcat since update 1.2 Beta for Android Studio. When I run my app it logs everything like it normally did, then I get at the point where my app crashes with the app saying: unfortunately, Game has stopped.
After a few seconds android closes that message. When that happens my logcat also gets fully cleared meaning that I barely get anytime to read the error. I did found some info about a buffer, but it seems that Android Studio doesn't have the option to increase it besides the fact that I doubt that being the problem.
Something that may be useful is that after it clears and stuff the process changes to Android.process.core and the message I get in my logcat is:
04-13 10:28:13.394 12259-12265/android.process.acore D/dalvikvm﹕
Debugger has detached; object registry had 1 entries
Edit: I did read about breakpoints, so disabled focus application on breakpoints in Settings-build, execution, deployment-debugger but it didn't have any effect.
用户在更新到Android Studio 1.2 Beta版后遇到日志猫(Logcat)清除问题。当运行应用时,一切正常,直到应用突然崩溃并显示'Game已停止'。日志猫在崩溃后被清空,导致无法及时读取错误信息。尝试禁用断点设置未解决问题。日志中显示进程变为'Android.process.core',并出现Dalvik虚拟机调试已分离的提示。
394

被折叠的 条评论
为什么被折叠?



