Class Sync.Debug

  • Enclosing class:
    Sync

    public static class Sync.Debug
    extends Object
    Debugging related options.
    • Field Detail

      • skipOnlineChecking

        public static boolean skipOnlineChecking
        Set this to true to bypass checking if the device is offline before making HTTP requests.
      • separatedDirForSyncManager

        public static boolean 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.
    • Constructor Detail

      • Debug

        public Debug()