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

Commit 9cb3893d 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: Ib80e42318f3c890887027da3ee816d7fd407a158
parents d0449b2f 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);