Skip to content

Instantly share code, notes, and snippets.

@MatrixMuto
Last active December 16, 2022 03:11
Show Gist options
  • Save MatrixMuto/b67de945ccbf367932ef2baa97aaca72 to your computer and use it in GitHub Desktop.
Save MatrixMuto/b67de945ccbf367932ef2baa97aaca72 to your computer and use it in GitHub Desktop.
logcat
/*
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment