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

Commit e89eee8c authored by frank PREEL's avatar frank PREEL Committed by Romain Hunault
Browse files

DEBUG

parent 5af7af09
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -285,6 +285,9 @@ public class NetworkAgentInfo implements Comparable<NetworkAgentInfo> {
        mHandler = handler;
        networkMonitor = mConnService.createNetworkMonitor(context, handler, this, defaultRequest);
        networkMisc = misc;

        Log.wtf(TAG, "1)" + name());
        Log.wtf(TAG, "2)" + toString());
    }

    public ConnectivityService connService() {