Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8a058cbf authored by Wink Saville's avatar Wink Saville Committed by Android (Google) Code Review
Browse files

Merge "In releaseWifiLockLocked call noteReleaseWifiLock." into ics-mr0

parents 22dad40d ce0ea1f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1402,7 +1402,7 @@ public class WifiService extends IWifiManager.Stub {
        long ident = Binder.clearCallingIdentity();
        try {
            if (hadLock) {
                noteAcquireWifiLock(wifiLock);
                noteReleaseWifiLock(wifiLock);
                switch(wifiLock.mMode) {
                    case WifiManager.WIFI_MODE_FULL:
                        ++mFullLocksReleased;