Acra-breakpad
Integration for Acra and google-breakpad: catch native crashes using ACRA
How to build:
- clone forked ACRA with binary attachments support (https://github.com/4ntoine/acra) and build the project (mvn clean install)
- Go to lib/jni
- clone (https://code.google.com/p/google-breakpad/source/checkout) or symlink google-breakpad sources to 'lib/jni/breakpad'
- edit lib/jni/Android.mk to set current local path after breakpad is build (sorry for doing it in a bit hacky way)
- ndk-build
- Go to app/jni
- ndk-build
- Go to project root directory
- mvn clean install
How to test:
- Launch the app
- Click "Test catch"