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