Short Question: Is it somehow possible to use the LeakCanary library with just the HPROF File and find leaks that way?
I already tried different stuff but failed as I dont have a KeyedWeakReference. I looked through all the classes and I am not 100% sure if I could create that by myself.
Has anyone every tried a scenario like this or is this library not suitable for this case?
Thanks!