Report errors

pull/162/head
M66B 5 years ago
parent 0e7ab8a498
commit 82c340a0cd

@ -105,6 +105,8 @@ public class Log {
}
public static int e(String msg) {
if (BuildConfig.BETA_RELEASE)
Bugsnag.notify(new Throwable(msg), Severity.ERROR);
return android.util.Log.e(TAG, msg);
}

Loading…
Cancel
Save