am c89dd54c: Remove logging on wifilock acquire/release
Merge commit 'c89dd54ceeec99173d51d1196e2c03a58f120211' into gingerbread-plus-aosp * commit 'c89dd54ceeec99173d51d1196e2c03a58f120211': Remove logging on wifilock acquire/release
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