Loading services/java/com/android/server/net/NetworkStatsService.java +6 −4 Original line number Diff line number Diff line Loading @@ -616,10 +616,12 @@ public class NetworkStatsService extends INetworkStatsService.Stub { // persist if beyond new thresholds final long currentTime = mTime.hasCache() ? mTime.currentTimeMillis() : System.currentTimeMillis(); synchronized (mStatsLock) { mDevRecorder.maybePersistLocked(currentTime); mXtRecorder.maybePersistLocked(currentTime); mUidRecorder.maybePersistLocked(currentTime); mUidTagRecorder.maybePersistLocked(currentTime); } // re-arm global alert registerGlobalAlert(); Loading Loading
services/java/com/android/server/net/NetworkStatsService.java +6 −4 Original line number Diff line number Diff line Loading @@ -616,10 +616,12 @@ public class NetworkStatsService extends INetworkStatsService.Stub { // persist if beyond new thresholds final long currentTime = mTime.hasCache() ? mTime.currentTimeMillis() : System.currentTimeMillis(); synchronized (mStatsLock) { mDevRecorder.maybePersistLocked(currentTime); mXtRecorder.maybePersistLocked(currentTime); mUidRecorder.maybePersistLocked(currentTime); mUidTagRecorder.maybePersistLocked(currentTime); } // re-arm global alert registerGlobalAlert(); Loading