We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0bb6fe + bd21b78 commit 4441a36Copy full SHA for 4441a36
services/java/com/android/server/WifiService.java
@@ -562,6 +562,8 @@ private void enforceMulticastChangePermission() {
562
*/
563
public synchronized boolean setWifiEnabled(boolean enable) {
564
enforceChangePermission();
565
+ Slog.d(TAG, "setWifiEnabled: " + enable + " pid=" + Binder.getCallingPid()
566
+ + ", uid=" + Binder.getCallingUid());
567
if (DBG) {
568
Slog.e(TAG, "Invoking mWifiStateMachine.setWifiEnabled\n");
569
}
0 commit comments