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

Commit cb3af784 authored by Chalard Jean's avatar Chalard Jean
Browse files

Add debug logs

This will help debugging flakes of CaptivePortalTest

Test: CaptivePortalTest
Change-Id: I844e42eff0603c885c169f0ad316bd288d93e2e1
parent 662f1ea1
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));
    }

    /**