-
Notifications
You must be signed in to change notification settings - Fork 120
No Crash Report? #46
Comments
Hi @LiuC520. The crash report should be sent after the app is restarted. Can you confirm that the report is not sent on a later run of the app? Also, did you add the package to your |
After crash,I restarted the app,but still no report; |
Thanks for the demo code, @LiuC520. It looks like Root is imported from |
Probably this guy just posted wrong build, but the issue is there. Please see #47 |
Ah, thanks @Andreyco! |
No problem, working on fix, will see what I can do... |
Closing this out in favor of #47, updating there with more info. |
1、debug:use your demo, it can report the crash, but after android release, can't release the crash
2、add meta-data in androidManifest and replace the appkey;
add "apply plugin:com.bugsnag.android.gradle.BugsnagPlugin" in app/buildgradle;
add "classpath 'com.bugsnag:bugsnag-android-gradle-plugin:2.3.2' " in project/build.gradle;
add "-keepattributes SourceFile,LineNumberTable" in app/proguard-rules.pro;
But can't get the crash,after click the Button ,exit !!
The text was updated successfully, but these errors were encountered: