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

Commit 4cdc5548 authored by Zhihai Xu's avatar Zhihai Xu Committed by Android Git Automerger
Browse files

am 63f1cc4e: avoid null pointer in handlePanDeviceStateChange of PanService

* commit '63f1cc4e':
  avoid null pointer in handlePanDeviceStateChange of PanService
parents a349770b 63f1cc4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -441,7 +441,7 @@ public class PanService extends ProfileService {
                    ifaceAddr = null;
                }
            }
        } else {
        } else if (mTetherAc != null) {
            // PANU Role = reverse Tether
            Log.d(TAG, "handlePanDeviceStateChange LOCAL_PANU_ROLE:REMOTE_NAP_ROLE state = " +
                    state + ", prevState = " + prevState);