Merge "[BugFix]Fix enter deep doze when moving"
am: 525d252ec1
Change-Id: Idf3a0abbe2df8336935af23f266d6520a2f051bc
This commit is contained in:
@@ -231,8 +231,8 @@ public class AnyMotionDetector {
|
||||
Slog.d(TAG, "mCurrentGravityVector = " + currentGravityVectorString);
|
||||
Slog.d(TAG, "mPreviousGravityVector = " + previousGravityVectorString);
|
||||
}
|
||||
mRunningStats.reset();
|
||||
status = getStationaryStatus();
|
||||
mRunningStats.reset();
|
||||
if (DEBUG) Slog.d(TAG, "getStationaryStatus() returned " + status);
|
||||
if (status != RESULT_UNKNOWN) {
|
||||
if (mWakeLock.isHeld()) {
|
||||
|
||||
Reference in New Issue
Block a user