Merge "If we want to release the lock, release instead of acquiring it." into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2faa06bcc3
@@ -243,7 +243,7 @@ final class NativeDaemonConnector implements Runnable, Handler.Callback, Watchdo
|
||||
log("Problem parsing message " + e);
|
||||
} finally {
|
||||
if (releaseWl) {
|
||||
mWakeLock.acquire();
|
||||
mWakeLock.release();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user