Class Sync.Debug
On this page
io.realm.mongodb.sync
Enclosing class:
Debugging related options.
Constructors
Constructor and Description |
---|
Debug () |
Field Summary
Modifier and Type | Field and Description |
---|---|
public static boolean | Set this to true to init a SyncManager with a directory named by the process ID. This is useful for integration tests which are emulating multiple sync client by using multiple processes. |
public static boolean | Set this to true to bypass checking if the device is offline before making HTTP requests. |
Inherited Methods
Methods inherited from class java.lang.Object :
getClass
,hashCode
,equals
,clone
,toString
,notify
,notifyAll
,wait
,wait
,wait
,finalize
Field Detail
separatedDirForSyncManager
Set this to true to init a SyncManager with a directory named by the process ID. This is useful for integration tests which are emulating multiple sync client by using multiple processes.
skipOnlineChecking
Set this to true to bypass checking if the device is offline before making HTTP requests.
Constructor Detail
public Debug () |
---|