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

Commit 6ff4eb7a 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

am: a4875dce

Change-Id: I286f5b57ca95234e916da6adb6ceedbd1584107e
parents 87e5a5e0 a4875dce
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;
            }