Eric Maxwell

Results 2 issues of Eric Maxwell

Steps to reproduce: 1. Upgrade to the latest versions (3.5.0 Realm, 2.1.0 Realm Adapter) 2. Update `CommonAdapter` to store the context off, instead of passing up to the RealmRecyclerView. Something...

T:Bug-Crash

I don't think it's safe to call ``` 1. LogcatLogger.uninstall() 1. LogcatLogger.install(AndroidLogcatLogger()) ``` Because another thread could call `logcat { "Well intended message" }` between lines 1 and 2. It's...