Revert^2 "Strip verbose logs in SystemUI"

Reason for revert: Issue fixed in b/234773068

Reverted changes:
Ifbe7f045b: Revert "Strip verbose logs in SystemUI"
If5f341f10: Revert "Strip verbose logs in SystemUIGoogle"

3b884592cd

Change-Id: Ie755a6c229e03edac87817eb2b72c726038d6920
This commit is contained in:
Kevin Jeon
2022-06-13 17:49:45 +00:00
parent 3b884592cd
commit a4a104ac65

View File

@@ -90,3 +90,12 @@
# on every field access without this.
static void throwUninitializedPropertyAccessException(java.lang.String);
}
# Strip verbose logs.
-assumenosideeffects class android.util.Log {
static *** v(...);
static *** isLoggable(...);
}
-assumenosideeffects class android.util.Slog {
static *** v(...);
}
-maximumremovedandroidloglevel 2