aloisdeniel / flutter_plugin_appcenter

Flutter plugins for accessing Visual Studio App Center services.
55 stars 51 forks source link

Crash in Android not working #10

Open pzgz opened 5 years ago

pzgz commented 5 years ago

Used generateTestCrash to generate test crash, it's working on iOS build, somehow, it's not working on Android at all.

I can see the crash was generated in Flutter Logs. But it never arrive Appcenter Diagnostics dashboard.

Tried with the example from this repo, same result, crash can be sent on iOS but not on Android.

I am using Android 9. Any luck get crash working on android platform?

sobhan15 commented 4 years ago

Used generateTestCrash to generate test crash, it's working on iOS build, somehow, it's not working on Android at all.

I can see the crash was generated in Flutter Logs. But it never arrive Appcenter Diagnostics dashboard.

Tried with the example from this repo, same result, crash can be sent on iOS but not on Android.

I am using Android 9. Any luck get crash working on android platform?

any news on it?