Merge "Add logging to NetworkStackClient"

am: edb26a53d3

Change-Id: I0fe820c6feab3caa9ad0739df100553b2d4374e0
This commit is contained in:
Remi NGUYEN VAN
2019-02-21 14:28:46 -08:00
committed by android-build-merger

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) {