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

Commit 90078833 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update logging of the USER_LEVEL_HIBERNATION_STATE_CHANGED atom" into sc-dev am: cccaa5a9

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14471913

Change-Id: I36451f839d04b3d45d764e0dd1116b367d59d4c1
parents 12861191 cccaa5a9
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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);