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

Commit f96c02e2 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Keep ArtStasLog write() functions" into tm-dev am: 1fa02f66

parents 6ab5e398 1fa02f66
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -33,6 +33,11 @@
  public <init>(...);
  public <init>(...);
}
}


# Accessed from com.android.compos APEX
-keep,allowoptimization,allowaccessmodification class com.android.internal.art.ArtStatsLog {
   public static void write(...);
}

# Binder interfaces
# Binder interfaces
-keep,allowoptimization,allowaccessmodification class * extends android.os.IInterface
-keep,allowoptimization,allowaccessmodification class * extends android.os.IInterface
-keep,allowoptimization,allowaccessmodification class * extends android.os.IHwInterface
-keep,allowoptimization,allowaccessmodification class * extends android.os.IHwInterface