am 69387f43: Merge "Use EVIOCSCLOCKID correctly." into jb-dev
* commit '69387f432d54f117ea7effa691925a3b918246e4': Use EVIOCSCLOCKID correctly.
This commit is contained in:
@@ -2709,6 +2709,12 @@ public class PowerManagerService extends IPowerManager.Stub
|
||||
}
|
||||
|
||||
private void goToSleepLocked(long time, int reason) {
|
||||
if (mSpew) {
|
||||
Exception ex = new Exception();
|
||||
ex.fillInStackTrace();
|
||||
Slog.d(TAG, "goToSleep mLastEventTime=" + mLastEventTime + " time=" + time
|
||||
+ " reason=" + reason, ex);
|
||||
}
|
||||
|
||||
if (mLastEventTime <= time) {
|
||||
mLastEventTime = time;
|
||||
|
||||
Reference in New Issue
Block a user