我有一个日志猫,它被输出到一个文本文件,但找不到每个部分的含义。例如,我有以下内容:
W/Trace ( 857): Unexpected value from nativeGetEnabledTags: 0
E/ActivityThread( 565): Service com.android.exchange.ExchangeService has leaked ServiceConnection com.android.emailcommon.service.ServiceProxy$ProxyConnection@40d35408 that was originally bound here
E/ActivityThread( 565): android.app.ServiceConnectionLeaked: Service com.android.exchange.ExchangeService has leaked ServiceConnection com.android.emailcommon.service.ServiceProxy$ProxyConnection@40d35408 that was originally bound here
E/ActivityThread( 565): at android.app.LoadedApk$ServiceDispatcher.<init>(LoadedApk.java:969)
我不确定每个部分的含义,我假设 W/ 表示警告,E/ 表示错误。但不确定文本是否在斜线之后。我也不确定括号中的数字是多少。
感谢您的任何帮助,您可以提供。