Skip to content

Commit

Permalink
Merge branch 'master' into use-buffered-streams
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed May 1, 2018
2 parents 7be488e + 31cb452 commit 986f93d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ android {
}

lintOptions {
disable 'DefaultLocale', 'Typos'
abortOnError true
warningsAsErrors true
checkAllWarnings true
}
}

Expand Down
2 changes: 2 additions & 0 deletions sdk/src/main/java/com/bugsnag/android/StrictModeHandler.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.bugsnag.android;

import android.annotation.SuppressLint;
import android.support.annotation.Nullable;
import android.text.TextUtils;

Expand Down Expand Up @@ -27,6 +28,7 @@ class StrictModeHandler {

private static final String STRICT_MODE_CLZ_NAME = "android.os.StrictMode";

@SuppressLint("UseSparseArrays")
private static final Map<Integer, String> POLICY_CODE_MAP = new HashMap<>();

static {
Expand Down

0 comments on commit 986f93d

Please sign in to comment.