Android 一个应用程序如何读取另一个应用程序的日志

Android 一个应用程序如何读取另一个应用程序的日志,android,logging,Android,Logging,我想让我的应用程序读取另一个应用程序的日志。我该怎么做呢。如果所有其他应用程序都启用了日志,那么您就可以获取其他应用程序的日志 android:debuggable Whether or not the application can be debugged, even when running on a device in user mode — "true" if it can be, and "false" if not. 如果此键在清单中启用,则您可以查看应用程序的日志,以及您为什么

我想让我的应用程序读取另一个应用程序的日志。我该怎么做呢。

如果所有其他应用程序都启用了日志,那么您就可以获取其他应用程序的日志

android:debuggable
Whether or not the application can be debugged, even when running on a device 
in user mode — "true" if it can be, and "false" if not.

如果此键在清单中启用,则您可以查看应用程序的日志,以及您为什么要这样做?我希望在特定活动运行后发送广播。我希望在特定活动运行后广播消息。