Hide annoying stack traces when hidden

This commit is contained in:
topjohnwu
2021-04-17 22:35:36 -07:00
parent 4c1ea0e421
commit a328e2bf3c
4 changed files with 23 additions and 7 deletions

View File

@@ -31,6 +31,10 @@
# Stub
-keep class com.topjohnwu.magisk.core.App { <init>(java.lang.Object); }
-keepclassmembers class androidx.appcompat.app.AppCompatDelegateImpl {
boolean mActivityHandlesUiModeChecked;
boolean mActivityHandlesUiMode;
}
# Strip Timber verbose and debug logging
-assumenosideeffects class timber.log.Timber$Tree {