I am working on Android 3.0. I have a service that starts at boot, and I have debugging in it. The problem is that I do not see the logs in LogCat, since the default log level is INFO after loading. Sometimes after loading, when I run from shell 'getprop log.tag.MyTag', I get an empty string. I canโt understand why.
I know that sometimes Android shows debug logs, even if it is set to INFO, but before each log print, if the log level is enabled, I have a check.
How to change the default log level for a project?
Yaniv source share