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

Commit 6160e9a3 authored by Eric Miao's avatar Eric Miao Committed by Android (Google) Code Review
Browse files

Merge "Use readonly version of aconfig flag native_metrics" into main

parents feaf5240 a87bd83d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -57,7 +57,7 @@ public class MetricsLoggerWrapper {
    }
    }


    public static void logPostGcMemorySnapshot() {
    public static void logPostGcMemorySnapshot() {
        if (!com.android.libcore.Flags.nativeMetrics()) {
        if (!com.android.libcore.readonly.Flags.nativeMetrics()) {
            return;
            return;
        }
        }
        int pid = Process.myPid();
        int pid = Process.myPid();