mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Report errors
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user