tgmcians
10/19/2017, 9:08 AMinfo { "Test" }
but not other logging level like debug { "Test" }
I read that info is enabled by default. We need to set the log level to debug to get it worked. I found this command setprop log.tag.MyApp DEBUG
. How to execute this command to enable it for all classes ?dave08
10/22/2017, 2:27 AM