Beta B4A v5.5 beta #1 - Uncaught Exceptions

Pendrush

Well-Known Member
Licensed User
Longtime User
I have try attached example https://www.b4x.com/android/forum/threads/uncaught-exceptions.59805/#content

After click on button (crash app) and get email dialog, when I send email, application get focus, and continue to work.
I have expected default android exception dialog.

Log:
 

Pendrush

Well-Known Member
Licensed User
Longtime User
With

B4X:
Sub Application_Error (Error As Exception, StackTrace As String) As Boolean
   Return True
End Sub

Get

 
Upvote 0

Pendrush

Well-Known Member
Licensed User
Longtime User
Yes, i have downloaded your example without change anything in my first try, started in Release mode.
code in my second try (screenshot in post #3)
B4X:
Sub Application_Error (Error As Exception, StackTrace As String) As Boolean
   Return True
End Sub
also in Release mode.
 
Upvote 0

Pendrush

Well-Known Member
Licensed User
Longtime User
Same behavior in Genymotion android emulator with android 4.4.4
EDIT: In Genymotion android emulator with android 5.1.1 everything work as expected, default android exception is called, app crash, and I'm able to send email crash log.
 
Last edited:
Upvote 0

Dey

Active Member
Licensed User
Longtime User
Same behavior in Genymotion android emulator with android 4.4.4
EDIT: In Genymotion android emulator with android 5.1.1 everything work as expected, default android exception is called, app crash, and I'm able to send email crash log.

Hello
may I ask if you have problems with genymotion in quick debugging mode?
even with previous version 5.20
happens to me very often have to restart ricmpilare many times before it starts to
I also restart ADB and clean proget but often does not go
Thanks for an answer
 
Upvote 0

Pendrush

Well-Known Member
Licensed User
Longtime User

I don't have any problems with Genymotion.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…