realm / realm-java

Realm is a mobile database: a replacement for SQLite & ORMs
http://realm.io
Apache License 2.0
11.45k stars 1.74k forks source link

Catching JNI Exceptions #813

Open dotgc opened 9 years ago

dotgc commented 9 years ago

Following is a way to log JNI exceptions in the Google play console. Can this be baked in?

http://blog.httrack.com/blog/2013/08/23/catching-posix-signals-on-android/

cmelchior commented 9 years ago

Interesting. It is definitely something we will take a closer look at.