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

Commit 138a3467 authored by Marcin Oczeretko's avatar Marcin Oczeretko Committed by Android (Google) Code Review
Browse files

Merge "Add 'Process-Runtime:' header to dropbox entries"

parents 24360fd4 498229f3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -9736,6 +9736,10 @@ public class ActivityManagerService extends IActivityManager.Stub
            sb.append("Foreground: ")
                    .append(process.isInterestingToUserLocked() ? "Yes" : "No")
                    .append("\n");
            if (process.startTime > 0) {
                long runtimeMillis = SystemClock.elapsedRealtime() - process.startTime;
                sb.append("Process-Runtime: ").append(runtimeMillis).append("\n");
            }
        }
        if (activityShortComponentName != null) {
            sb.append("Activity: ").append(activityShortComponentName).append("\n");