I have an android project that uses Realm. I'm trying to integrate LeakCanary to find memory leaks, but when LeakCanary tries to create report, it crashes with exception
encrypted.realm: Encrypted interprocess sharing is currently unsupported
As I understand, LeakCanary tries to access Realm from different process, that causes crash.
How to fix this problem? Is anybody using Realm and LeakCanary in project?