Merge "Fixup App Compaction CL nits." into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
393ba51cbd
@@ -278,7 +278,6 @@ public final class AppCompactor {
|
|||||||
+ " full, " + mPersistentCompactionCount + " persistent, "
|
+ " full, " + mPersistentCompactionCount + " persistent, "
|
||||||
+ mBfgsCompactionCount + " BFGS compactions.");
|
+ mBfgsCompactionCount + " BFGS compactions.");
|
||||||
|
|
||||||
if (mLastCompactionStats != null) {
|
|
||||||
pw.println(" Tracking last compaction stats for " + mLastCompactionStats.size()
|
pw.println(" Tracking last compaction stats for " + mLastCompactionStats.size()
|
||||||
+ " processes.");
|
+ " processes.");
|
||||||
if (DEBUG_COMPACTION) {
|
if (DEBUG_COMPACTION) {
|
||||||
@@ -292,7 +291,6 @@ public final class AppCompactor {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
@GuardedBy("mAm")
|
@GuardedBy("mAm")
|
||||||
void compactAppSome(ProcessRecord app) {
|
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 static final class LastCompactionStats {
|
||||||
private final long[] mRssAfterCompaction;
|
private final long[] mRssAfterCompaction;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user