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

Commit 393ba51c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixup App Compaction CL nits." into qt-dev

parents 67fd7ad7 9231eaf4
Loading
Loading
Loading
Loading
+9 −15
Original line number Diff line number Diff line
@@ -278,7 +278,6 @@ public final class AppCompactor {
                    + " full, " + mPersistentCompactionCount + " persistent, "
                    + mBfgsCompactionCount + " BFGS compactions.");

            if (mLastCompactionStats != null) {
            pw.println("  Tracking last compaction stats for " + mLastCompactionStats.size()
                    + " processes.");
            if (DEBUG_COMPACTION) {
@@ -292,7 +291,6 @@ public final class AppCompactor {
            }
        }
    }
    }

    @GuardedBy("mAm")
    void compactAppSome(ProcessRecord app) {
@@ -506,10 +504,6 @@ public final class AppCompactor {
        }
    }

    @VisibleForTesting static String procStateListToString(Integer... processStates) {
        return Arrays.toString(processStates);
    }

    private static final class LastCompactionStats {
        private final long[] mRssAfterCompaction;