Merge "Add logging to NetworkStackClient"

This commit is contained in:
Remi NGUYEN VAN
2019-02-21 22:13:31 +00:00
committed by Gerrit Code Review

View File

@@ -2373,6 +2373,11 @@ public class ConnectivityService extends IConnectivityManager.Stub
pw.decreaseIndent();
}
pw.println();
pw.println("NetworkStackClient logs:");
pw.increaseIndent();
NetworkStackClient.getInstance().dump(pw);
}
private void dumpNetworks(IndentingPrintWriter pw) {