INNER CODE UNIT · Java
addressLog
amitshekhariitbhu/Android-Debug-Database · debug-db-base/src/main/java/com/amitshekhar/DebugDB.java:63
addressLog = NetworkUtils.getAddressLog(context, portNumber);
Log.d(TAG, addressLog);
}
public static String getAddressLog() {
Log.d(TAG, addressLog);
return addressLog;
}
public static void shutDown() {
if (clientServer != null) {
clientServer.stop();
clientServer = null;
}
}
public static void setCustomDatabaseFiles(HashMap<String, Pair<File, String>> customDatabaseFiles) {
if (clientServer != null) {