am c7b28e74: am e5121f0e: am 86cb67b1: am 28c9590b: Merge "Ensure wakelock is released unconditionally." into lmp-dev

* commit 'c7b28e741062e197644f2c2f29b55a75b4ccb39e':
  Ensure wakelock is released unconditionally.
This commit is contained in:
Jeff Brown
2014-09-23 17:22:59 +00:00
committed by Android Git Automerger

View File

@@ -199,8 +199,8 @@ public class DozeService extends DreamService {
if (mPulsing && mDreaming) {
mPulsing = false;
turnDisplayOff();
mWakeLock.release();
}
mWakeLock.release(); // needs to be unconditional to balance acquire
}
});
}