Issue with logcat logging levels

1009

0

2017-05-01 01:46

Hello! I'm currently developing an app and testing it on a Meizu MX6, and I'm not able to see log messages on the DEBUG and VERBOSE logging levels; INFO, WARNING and ERROR are working as expected. I've set the debug level to CustomerEngineer in EngineerMode, and I've tried using
  1. adb shell setprop log.tag.<MYTAG> VERBOSE
Copy the Code
on my PC. I'm calling the following Log methods in onCreate:



However, only TEST LOG.W MESSAGE gets displayed in logcat. Is there any way to correct this behaviour? My device is rooted. Thank you in advance.