orhanobut / logger

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

fix: LoggerPrinter ConcurrentModificationException #229

Open coofee opened 5 years ago

coofee commented 5 years ago

LoggerPrinter will throw java.util.ConcurrentModificationException when LoggerPrinter.log() and LoggerPrinter.addAdapter()/LoggerPrinter.clearLogAdapters() invoke in different thread at the same time。