Loading services/core/java/com/android/server/am/ActivityManagerService.java +3 −0 Original line number Diff line number Diff line Loading @@ -23465,6 +23465,9 @@ public class ActivityManagerService extends IActivityManager.Stub } if (DEBUG_PSS) Slog.d(TAG_PSS, "Dump heap finished for " + path); mHandler.sendEmptyMessage(POST_DUMP_HEAP_NOTIFICATION_MSG); // Forced gc to clean up the remnant hprof fd. Runtime.getRuntime().gc(); } } Loading
services/core/java/com/android/server/am/ActivityManagerService.java +3 −0 Original line number Diff line number Diff line Loading @@ -23465,6 +23465,9 @@ public class ActivityManagerService extends IActivityManager.Stub } if (DEBUG_PSS) Slog.d(TAG_PSS, "Dump heap finished for " + path); mHandler.sendEmptyMessage(POST_DUMP_HEAP_NOTIFICATION_MSG); // Forced gc to clean up the remnant hprof fd. Runtime.getRuntime().gc(); } }