在软糖使用LogCat中软糖、LogCat

2023-09-06 03:27:24 作者:陌上ミ烟雨遥﹌

我有这种情况非常随机的错误,所以我依靠 LogCat中监控应用程序,我买通Play商店中,看到了异常抛出我的设备上时,发生。由于采用果冻豆,我看到的任何记录。我读过,有果冻豆,一个应用程序只能看到 LogCat中输出本身。

所以,铲除我的设备之外,有没有什么办法可以直接阅读 LogCat中输出我的应用程序在我的手机?我知道我可以使用Eclipse,但是,就像我说的,它发生如此随意,我不能手动重新创建它。

解决方案   

所以,铲除我的设备之外,有没有办法直接读我的应用程序的LogCat中输出在我的手机?

不是真的。你可以阅读有关此问题的 aLogcat错误追踪系统讨论

  

做一些阅读和一些测试后,我发现三种方法可以使aLogcat工作,所有这一切都用root。

了解 READ_LOGS权限的更详细的讨论并不是第3批在果冻豆第三方应用程序(API 16)

I have a bug that happens very randomly, so I rely on a LogCat monitoring app I bought off the Play Store, to see the exceptions thrown on my device when it happens. Since using Jelly Bean, I'm seeing no logging. I've read that, with Jelly Bean, an app can only see the LogCat output of itself.

So outside of rooting my device, is there any way to read the LogCat output of my app on my phone directly? I know I can use Eclipse, but, like I said, it happens so randomly and I can't manually recreate it.

解决方案 Android Studio的LogCat在哪里

So outside of rooting my device, is there any way to read the LogCat output of my app on my phone directly?

Not really. You can read discussions on aLogcat bugtracker about this issue:

After doing some reading and some testing, I've found three ways to make aLogcat work, all of which use root.

More detailed discussion about READ_LOGS permission is not granted to 3rd party applications in Jelly Bean (api 16)