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

Commit 3da00409 authored by Kevin Jeon's avatar Kevin Jeon Committed by Android (Google) Code Review
Browse files

Merge "Strip verbose logs in SystemUI"

parents f9bcc6f6 d79d0d73
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