Skip to main content

By default, the SDK does not output logs to ADB. To output logs during development, pass the following parameters when initializing the SDK.

JIM.InitConfig initConfig = new JIM.InitConfig.Builder()
.setJLogConfig(new JLogConfig.Builder(getApplicationContext()).setLogConsoleLevel(JLogLevel.JLogLevelVerbose).build())
.build();
JIM.getInstance().init(this, "appKey", initConfig);

Filter SDK logs by the JLogger keyword.