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

Commit 9d2a98e5 authored by Shai Barack's avatar Shai Barack
Browse files

@NeverCompile dump method

Bug: 215417388

Change-Id: I673d97cdd42afe1070e56de5f6453791850006ba
parent 19f942c2
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=");