Merge "Update logging of the USER_LEVEL_HIBERNATION_STATE_CHANGED atom" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
cccaa5a954
@@ -296,9 +296,7 @@ public final class AppHibernationService extends SystemService {
|
||||
FrameworkStatsLog.USER_LEVEL_HIBERNATION_STATE_CHANGED,
|
||||
stateSnapshot.packageName,
|
||||
userIdSnapshot,
|
||||
stateSnapshot.hibernated,
|
||||
// TODO(b/187224817): This isn't the expected value right now.
|
||||
stateSnapshot.lastUnhibernatedMs);
|
||||
stateSnapshot.hibernated);
|
||||
});
|
||||
List<UserLevelState> states = new ArrayList<>(mUserStates.get(userId).values());
|
||||
mUserDiskStores.get(userId).scheduleWriteHibernationStates(states);
|
||||
|
||||
Reference in New Issue
Block a user