Loading services/usage/java/com/android/server/usage/AppTimeLimitController.java +2 −2 Original line number Diff line number Diff line Loading @@ -307,7 +307,7 @@ public class AppTimeLimitController { } } else { if (mActives > mObserved.length) { // Try to get to a sane state and log the issue // Try to get to a valid state and log the issue mActives = mObserved.length; final UserData user = mUserRef.get(); if (user == null) return; Loading @@ -334,7 +334,7 @@ public class AppTimeLimitController { cancelCheckTimeoutLocked(this); } else { if (mActives < 0) { // Try to get to a sane state and log the issue // Try to get to a valid state and log the issue mActives = 0; final UserData user = mUserRef.get(); if (user == null) return; Loading Loading
services/usage/java/com/android/server/usage/AppTimeLimitController.java +2 −2 Original line number Diff line number Diff line Loading @@ -307,7 +307,7 @@ public class AppTimeLimitController { } } else { if (mActives > mObserved.length) { // Try to get to a sane state and log the issue // Try to get to a valid state and log the issue mActives = mObserved.length; final UserData user = mUserRef.get(); if (user == null) return; Loading @@ -334,7 +334,7 @@ public class AppTimeLimitController { cancelCheckTimeoutLocked(this); } else { if (mActives < 0) { // Try to get to a sane state and log the issue // Try to get to a valid state and log the issue mActives = 0; final UserData user = mUserRef.get(); if (user == null) return; Loading