/*
* Single layer cache of four properties. Priorities are:
* log.tag.<tag>
* persist.log.tag.<tag>
* log.tag
* persist.log.tag
* Where the missing tag matches all tags and becomes the
* system global default. We do not support ro.log.tag* .
*/
adb shell setprop persist.log.tag S
adb shell setprop log.tag.<TAG> V
Last active
December 16, 2022 03:11
-
-
Save MatrixMuto/b67de945ccbf367932ef2baa97aaca72 to your computer and use it in GitHub Desktop.
logcat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment