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

Commit 390022b2 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "Fix issue #2528537: android.os.DeadObjectException" into froyo

parents faa2d970 472ad871
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1369,7 +1369,7 @@ public final class ActivityManagerService extends ActivityManagerNative implemen
                        return;
                    }
                } else {
                    procs = service.mLruProcesses;
                    procs = new ArrayList<ProcessRecord>(service.mLruProcesses);
                }
            }
            dumpApplicationMemoryUsage(fd, pw, procs, "  ", args);
@@ -10202,7 +10202,7 @@ public final class ActivityManagerService extends ActivityManagerNative implemen
        return numPers;
    }
    private static final void dumpApplicationMemoryUsage(FileDescriptor fd,
    static final void dumpApplicationMemoryUsage(FileDescriptor fd,
            PrintWriter pw, List list, String prefix, String[] args) {
        final boolean isCheckinRequest = scanArgs(args, "--checkin");
        long uptime = SystemClock.uptimeMillis();