Android Question Application crashed message doesn't appear in Android 10

Alex_197

Well-Known Member
Licensed User
Longtime User
Hi all.

I've notice a strange situation. The same app (attached) when crashed on Android 8 shows the message "Unfortunately the app has stopped" and then shows a list of icons to select for sending crash report by email.

The same app on Android 10 doesn't show crash message but just shows a list of icons.

Android 8 runs on LG K20 and Android 10 runs on LG 5+ Stylo


Has someone notice this problem?
 

Attachments

  • android 8.png
    android 8.png
    26.2 KB · Views: 149
  • android 10.png
    android 10.png
    108.4 KB · Views: 153
  • test123.zip
    9.3 KB · Views: 160
Last edited:

Alex_197

Well-Known Member
Licensed User
Longtime User
The post is missing the important information, that you are handling Application_Error and starting an intent there.

What exactly is the problem?
Erel, thank you for the replay.

The problem is that as screenshot android 8 shows message about app crash is shown when I run the same app on Android 8 but not on Android 10.
The same app with handling Application_Error and starting an intent. I even attached the project itself.
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
The problem is that as screenshot android 8 shows message about app crash is shown when I run the same app on Android 8 but not on Android 10.
Why is it a problem? I see that your custom handling code is running. This is the important thing.

Anyway, the best solution is to use crashlytics.
 
Upvote 0
Top