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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user