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

Commit 6023fd96 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

Change-Id: I6f5e1af022e43e954b019894a5efb4e6cf8d4846
parents a2ec9e32 48f33745
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;
            }