uPhyca/stetho-realm

App Crashes while opening Stetho / debugging App (Realm in Custom Android Library)

Opened this issue · 0 comments

Hey Everyone,

( Using Realm 3.7.1)

i'm working on a project, and want that to include some (interfaces & abstract classes that work on Realm) in my custom Android Library.
I created required standard interface & abstract class for the project and i run the project, stetho worked fine, even when i moved all this interface to a Custom Android Library Module.

When i import this Custom Android Library Module to a new project, realm works well, also the realm database working fine, but while Opening debugger, App closed.

Console Log :

Console Log.txt

Looks similar to this #59 . Reverting back to 3.5.0 works fine