Option to disable exception handler
You can now decide whether you want Mixpanel to report App Crashed
events or not. Add the following meta-tag to your AndroidManifest.xml
if you want to disable our exception handler:
<meta-data android:name="com.mixpanel.android.MPConfig.DisableExceptionHandler" android:value="true" />