Android:读取 logcat 输出的有效方法
如何以最有效的方式读取正在运行的进程的输出
让我解释一下我想要实现的目标。
我正在尝试通过手机上的应用程序读取 logcat,
我想让 logcat 中的任何更新都能立即反映出来,并且该应用程序非常高效,例如更少的电池消耗。
How can one read the output of a running process in the most efficient manner
Let me explain what i am trying to achieve.
I am trying to read logcat via my app on the phone
I want to make it such that any update in the logcat is instantly reflected and the app is efficient , like less battery consumption.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能会对 android-logger 感兴趣。它是一个开源应用程序,允许您从手机上的应用程序读取 logcat。我相信您会在此应用程序中找到您需要的代码。
android-logger may be of interest to you. Its an open source app that allows you to read logcat from an app on your phone. I'm sure you will find the code you need in this app.
选项:
为了提高效率:
Options:
To be efficient: