mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 15:17:03 +02:00
Refactoring
This commit is contained in:
@@ -3810,7 +3810,7 @@ public class MessageHelper {
|
||||
throw ex;
|
||||
} catch (Throwable ex) {
|
||||
Log.e(ex);
|
||||
if (BuildConfig.TEST_RELEASE)
|
||||
if (Log.isTestRelease())
|
||||
warnings.add(ex + "\n" + android.util.Log.getStackTraceString(ex));
|
||||
else
|
||||
warnings.add(Log.formatThrowable(ex, false));
|
||||
|
||||
Reference in New Issue
Block a user