Merge "Add logging to capture wifi enable" into jb-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4441a369ab
@@ -562,6 +562,8 @@ public class WifiService extends IWifiManager.Stub {
|
||||
*/
|
||||
public synchronized boolean setWifiEnabled(boolean enable) {
|
||||
enforceChangePermission();
|
||||
Slog.d(TAG, "setWifiEnabled: " + enable + " pid=" + Binder.getCallingPid()
|
||||
+ ", uid=" + Binder.getCallingUid());
|
||||
if (DBG) {
|
||||
Slog.e(TAG, "Invoking mWifiStateMachine.setWifiEnabled\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user