Refactoring

This commit is contained in:
M66B
2024-01-04 13:26:06 +01:00
parent 1177f6d9b6
commit 3bad56345a
9 changed files with 18 additions and 14 deletions

View File

@@ -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));