使用 logcat 检查过去的日志?
我想检查过去几个小时的堆栈跟踪。我还没有找到合适的 logcat 命令。 Android 会“忘记”这些日志吗?
第一个故事:
当我在同事的 Iphone 应用程序中发现未处理的异常时,他将 iPhone 连接到他的计算机并将堆栈跟踪读取到 x 代码中。 X-Code 还以一种很好的方式可视化异常。 有没有什么。 Android 中类似吗?
I'd like to examine stack traces from the last hours. I haven't found a proper logcat command. Does Android "forget" those logs?
First story:
When I find an unhandled exception in my co-workers Iphone App, he connects the iphone to his computer and reads the stack trace into x-code. X-Code also visualizes the exception in a nice way.
Is there a smth. similar in Android?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能无法看到过去几个小时的这些日志。想象一下,您的手机存储了所有日志,几天后会消耗多少空间?
所以,这就是我所做的:
You probably won't be able to see those logs from the past hours. Imagine that your phone stores all logs, how much space will it consume in a couple of days?
So, this is what I do: