Small improvement

pull/194/head
M66B 5 years ago
parent 42c60eb2be
commit e880938b54

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

Loading…
Cancel
Save