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

Commit 3b8c0fab authored by Shai Barack's avatar Shai Barack Committed by Android (Google) Code Review
Browse files

Merge "@NeverCompile dump method" into main

parents fc9264b4 9d2a98e5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -25,6 +25,8 @@ import com.android.internal.annotations.VisibleForTesting;

import java.io.PrintWriter;

import dalvik.annotation.optimization.NeverCompile;

/**
 * The state info of app when it's cached, used by the optimizer.
 */
@@ -340,6 +342,7 @@ final class ProcessCachedOptimizerRecord {
    }

    @GuardedBy("mProcLock")
    @NeverCompile
    void dump(PrintWriter pw, String prefix, long nowUptime) {
        pw.print(prefix); pw.print("lastCompactTime="); pw.print(mLastCompactTime);
        pw.print(" lastCompactProfile=");