Remove logging on wifilock acquire/release
Bug: 3042300 Change-Id: Ia3ce184f53bdd9afee1c78bb9c294af57364f266
This commit is contained in:
@ -2209,7 +2209,7 @@ public class WifiService extends IWifiManager.Stub {
|
||||
}
|
||||
|
||||
private boolean acquireWifiLockLocked(WifiLock wifiLock) {
|
||||
Slog.d(TAG, "acquireWifiLockLocked: " + wifiLock);
|
||||
if (DBG) Slog.d(TAG, "acquireWifiLockLocked: " + wifiLock);
|
||||
|
||||
mLocks.addLock(wifiLock);
|
||||
|
||||
@ -2279,7 +2279,7 @@ public class WifiService extends IWifiManager.Stub {
|
||||
|
||||
WifiLock wifiLock = mLocks.removeLock(lock);
|
||||
|
||||
Slog.d(TAG, "releaseWifiLockLocked: " + wifiLock);
|
||||
if (DBG) Slog.d(TAG, "releaseWifiLockLocked: " + wifiLock);
|
||||
|
||||
hadLock = (wifiLock != null);
|
||||
|
||||
|
Reference in New Issue
Block a user