We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 22dad40 + ce0ea1f commit 8a058cbCopy full SHA for 8a058cb
1 file changed
services/java/com/android/server/WifiService.java
@@ -1402,7 +1402,7 @@ private boolean releaseWifiLockLocked(IBinder lock) {
1402
long ident = Binder.clearCallingIdentity();
1403
try {
1404
if (hadLock) {
1405
- noteAcquireWifiLock(wifiLock);
+ noteReleaseWifiLock(wifiLock);
1406
switch(wifiLock.mMode) {
1407
case WifiManager.WIFI_MODE_FULL:
1408
++mFullLocksReleased;
0 commit comments