Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4a104ac authored by Kevin Jeon's avatar Kevin Jeon
Browse files

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"

3b884592

Change-Id: Ie755a6c229e03edac87817eb2b72c726038d6920
parent 3b884592
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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