-
public class DebugDBCreated by amitshekhar on 15/11/16.
-
-
Field Summary
Fields Modifier and Type Field Description private static StringaddressLog
-
Method Summary
Modifier and Type Method Description static StringgetAddressLog()static voidinitialize(Context context, DBFactory dbFactory)static voidshutDown()static voidsetCustomDatabaseFiles(HashMap<String, Pair<File, String>> customDatabaseFiles)static voidsetInMemoryRoomDatabases(HashMap<String, SupportSQLiteDatabase> databases)static booleanisServerRunning()-
-
Method Detail
-
getAddressLog
static String getAddressLog()
-
initialize
static void initialize(Context context, DBFactory dbFactory)
-
shutDown
static void shutDown()
-
setCustomDatabaseFiles
static void setCustomDatabaseFiles(HashMap<String, Pair<File, String>> customDatabaseFiles)
-
setInMemoryRoomDatabases
static void setInMemoryRoomDatabases(HashMap<String, SupportSQLiteDatabase> databases)
-
isServerRunning
static boolean isServerRunning()
-
-
-
-