问题描述
我有这种情况非常随机的错误,所以我依靠 LogCat中
监控应用程序,我买通Play商店中,看到了异常抛出我的设备上时,发生。由于采用果冻豆,我看到的任何记录。我读过,有果冻豆,一个应用程序只能看到 LogCat中
输出本身。
所以,铲除我的设备之外,有没有什么办法可以直接阅读 LogCat中
输出我的应用程序在我的手机?我知道我可以使用Eclipse,但是,就像我说的,它发生如此随意,我不能手动重新创建它。
不是真的。你可以阅读有关此问题的 aLogcat错误追踪系统讨论
了解 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.
Not really. You can read discussions on aLogcat bugtracker about this issue:
More detailed discussion about READ_LOGS permission is not granted to 3rd party applications in Jelly Bean (api 16)
这篇关于在软糖使用LogCat中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!