I have the Application_Error Sub, in the Starter Service.
I have an activity with a CustomListView and a button.
On this Activity (on release mode)
Doing Dim i as int ="abc" to force an error, in the button_click, the Starter Service Application_Error is fired.
Doing Dim i as int ="abc" to force an error, in the CustomListView_ItemClick , I see the error on the Usb Debug Log, but the Starter Service Application_Error is not fired ?
Why ?
B4A 10.5
android:targetSdkVersion="29"
I have an activity with a CustomListView and a button.
On this Activity (on release mode)
Doing Dim i as int ="abc" to force an error, in the button_click, the Starter Service Application_Error is fired.
Doing Dim i as int ="abc" to force an error, in the CustomListView_ItemClick , I see the error on the Usb Debug Log, but the Starter Service Application_Error is not fired ?
Why ?
B4A 10.5
android:targetSdkVersion="29"