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

Commit a946a61c authored by Chalard Jean's avatar Chalard Jean Committed by Gerrit Code Review
Browse files

Merge "Add debug logs"

parents 02011ee9 cb3af784
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -623,6 +623,10 @@ public class NetworkMonitor extends StateMachine {
        // even before notifyNetworkConnected.
        mLinkProperties = new LinkProperties();
        mNetworkCapabilities = new NetworkCapabilities(null);

        Log.d(TAG, "Starting on network " + mNetwork
                + " with capport HTTPS URL " + Arrays.toString(mCaptivePortalHttpsUrls)
                + " and HTTP URL " + Arrays.toString(mCaptivePortalHttpUrls));
    }

    /**