mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-03 14:55:51 +00:00
Set LokiGroupChatAPI.isDebugMode as needed
This commit is contained in:
parent
a8460b3aac
commit
88dbeddb04
@ -141,6 +141,7 @@ public class ApplicationContext extends MultiDexApplication implements Dependenc
|
|||||||
@Override
|
@Override
|
||||||
public void onCreate() {
|
public void onCreate() {
|
||||||
super.onCreate();
|
super.onCreate();
|
||||||
|
LokiGroupChatAPI.Companion.setDebugMode(BuildConfig.DEBUG); // Loki - Set debug mode if needed
|
||||||
Log.i(TAG, "onCreate()");
|
Log.i(TAG, "onCreate()");
|
||||||
initializeSecurityProvider();
|
initializeSecurityProvider();
|
||||||
initializeLogging();
|
initializeLogging();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user