Hi guys,
I got NullPointerException from the Crash Report of Google Play Console.
I suspect, there is a Sub that made that Error.
So I have modified that Sub like this
My Question is, if the code already included within try and catch, when error happen, will Crash Report catched & report it as a crashed or not?
I got NullPointerException from the Crash Report of Google Play Console.
I suspect, there is a Sub that made that Error.
So I have modified that Sub like this
B4X:
Try
Catch
Log(LastException)
End Try
My Question is, if the code already included within try and catch, when error happen, will Crash Report catched & report it as a crashed or not?