Merge "Add logging to NetworkStackClient" am: edb26a53d3 am: f39152e999

am: 5204b5a8cf

Change-Id: I7241888c779e8f47161dc2f555e140555134434c
This commit is contained in:
Remi NGUYEN VAN
2019-02-25 10:32:55 -08:00
committed by android-build-merger

View File

@@ -2375,6 +2375,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) {