Android不显示logcat消息

时间:2017-03-13 08:42:27

标签: android logcat

它只显示我的应用的错误消息。这是一个导航铂金10。 我尝试使用adb的日志级别的setprop,但没有运气!

更新

  • android studio(最新)
  • 无过滤器
  • adb和Logcat识别的设备(仅显示错误消息)
  • android 6.0 Navon Platinum 10

尝试:

  • android:debuggable="true"
  • <uses-permission android:name="android.permission.READ_LOGS" />
  • adb shell pm grant com.something.MyAppMame android.permission.READ_LOGS
  • adb shell setprop log.tag.MyLogger VERBOSE

3 个答案:

答案 0 :(得分:0)

首先尝试以下步骤: 1.转到设备选项卡,单击您的设备。并返回logcat选项卡 2.您可能有过滤器集。 你可能正在查看错误的包裹。

如果问题仍然存在,请尝试以下方法: 转到Windows - 首选项 - Android - Logcat。在该页面上“显示logcat视图,如果消息优先级至少为”,请选择VERBOSE ..

答案 1 :(得分:0)

您使用的是哪个版本的Android? 在Android 6+上,以下命令应该有效:adb shell pm grant com.something.appname android.permission.READ_LOGS

答案 2 :(得分:0)

确保您的AOS属性未禁用logcat。检查:

$ su
# getprop |grep logcat

通常在/system/build.prop

中完成
# Disable logcat
logcat.live=disable