We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99af169 commit 0d646b4Copy full SHA for 0d646b4
android/src/main/java/com/adjust/sdk/Adjust.java
@@ -160,7 +160,7 @@ public void initSdk(final ReadableMap mapConfig) {
160
} else if (logLevel.equals("ASSERT")) {
161
adjustConfig.setLogLevel(LogLevel.ASSERT);
162
} else if (logLevel.equals("SUPPRESS")) {
163
- adjustConfig.setLogLevel(LogLevel.SUPRESS);
+ adjustConfig.setLogLevel(LogLevel.SUPPRESS);
164
} else {
165
adjustConfig.setLogLevel(LogLevel.INFO);
166
}
0 commit comments