It is only showing the Error messages for my app. It is a navon platinum 10. I tried setprop with log level with adb but no luck!
UPDATE
- android studio (latest)
- No Filter
- Device recognised by adb and Logcat (show only Error messages)
- android 6.0 Navon Platinum 10
Tried:
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