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

Commit 48f33745 authored by Junyu Lai's avatar Junyu Lai Committed by Gerrit Code Review
Browse files

Merge "Add more debug log when onBlockedStatusChanged was called."

parents 6636b022 e6b3651c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5168,6 +5168,7 @@ public class ConnectivityService extends IConnectivityManager.Stub
                break;
            }
            case ConnectivityManager.CALLBACK_BLK_CHANGED: {
                maybeLogBlockedStatusChanged(nri, networkAgent.network, arg1 != 0);
                msg.arg1 = arg1;
                break;
            }