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

Commit bd21b78f authored by Irfan Sheriff's avatar Irfan Sheriff
Browse files

Add logging to capture wifi enable

Bug: 6504534
Change-Id: I3c3a803ce5bc53f1bdae697a23b95d63db82717c
parent ae147152
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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");
        }