Merge "Call proc.setLastActivityLaunchTime() in realStartActivityLocked()" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
0dca9f336a
@@ -784,6 +784,7 @@ public class ActivityStackSupervisor implements RecentTasks.Callbacks {
|
|||||||
|
|
||||||
r.launchCount++;
|
r.launchCount++;
|
||||||
r.lastLaunchTime = SystemClock.uptimeMillis();
|
r.lastLaunchTime = SystemClock.uptimeMillis();
|
||||||
|
proc.setLastActivityLaunchTime(r.lastLaunchTime);
|
||||||
|
|
||||||
if (DEBUG_ALL) Slog.v(TAG, "Launching: " + r);
|
if (DEBUG_ALL) Slog.v(TAG, "Launching: " + r);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user