We have a lot of issues for crash on android (too many for me to list them all).
Like we did on iOS, we should avoid crash at all cost and prefer promise failure.
I am not familiar with java rn module (but I wasn't for iOS and handled this in #314) and think we should do something similar: skip things for minor failure (eg: event serialisation details) or promise rejections for method call level failure.
Any help to discuss/start this is appreciated!