Small improvement

This commit is contained in:
M66B
2021-02-04 14:44:46 +01:00
parent 42c60eb2be
commit e880938b54

View File

@@ -1105,7 +1105,7 @@ public class Log {
return true;
while (ex != null) {
for (StackTraceElement ste : ex.getStackTrace())
for (StackTraceElement ste :stack)
if (ste.getClassName().startsWith(BuildConfig.APPLICATION_ID))
return true;
ex = ex.getCause();