Android Question B4A: How to hide caught Exception in Log?

Jehoschua

Member
Licensed User
Good evening

If an Exception is caught using B4A, then it's annoying to have the stack trace in the Log,
because it looks like there was an unhandled error.
Therefore, it is impossible to distinguish between real exceptions and caught exceptions.

Therefore my question:
how can we hide caught (not the uncaught) exceptions in the IDE?

Thanks a lot,
kind regards,
Thomas
 

Jehoschua

Member
Licensed User
Thanks for your support and the helpful hints!, I guess in my situation the resumable subs are the source. So I will be happy with the next release :)
 
Upvote 0
Top