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

Commit a4875dce authored by Junyu Lai's avatar Junyu Lai Committed by android-build-merger
Browse files

Merge "Add more debug log when onBlockedStatusChanged was called." am: 48f33745

am: 6023fd96

Change-Id: I67665df7729ae7d490fb3f8b41484df6012f257d
parents 194a3a75 6023fd96
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;
            }