orhanobut / logger

✔️ Simple, pretty and powerful logger for android
Apache License 2.0
13.82k stars 2.14k forks source link

java.util.ConcurrentModificationException com.orhanobut.logger.LoggerPrinter.log(LoggerPrinter.java:141) #264

Closed leeas closed 2 years ago

leeas commented 2 years ago

Please try to fill all questions below before submitting an issue.

LoggerThread(4959)

java.util.ConcurrentModificationException 1 java.util.ArrayList$Itr.next(ArrayList.java:860) 2 com.orhanobut.logger.LoggerPrinter.log(LoggerPrinter.java:141) 3 com.orhanobut.logger.LoggerPrinter.log(LoggerPrinter.java:167) 4 com.orhanobut.logger.LoggerPrinter.i(LoggerPrinter.java:73) 5 com.orhanobut.logger.Logger.i(Logger.java:73) 6 com.namibox.util.Logger$1.handleMessage(Logger.java:62) 7 android.os.Handler.dispatchMessage(Handler.java:110) 8 android.os.Looper.loop(Looper.java:219) 9 android.os.HandlerThread.run(HandlerThread.java:67

image