Debug true = some more log output especially in initialisation-phase
UseStrictMode should be true when you are using the lib directly in a activity. UseStrictMode enables the app to use networktraffic on mainthread.
Usually the lib should be used from a service to bypass the need of UseStrictMode
UseStrictMode should be true when you are using the lib directly in a activity. UseStrictMode enables the app to use networktraffic on mainthread.
Usually the lib should be used from a service to bypass the need of UseStrictMode