Wish More verbose LastException.Message reporting

Computersmith64

Well-Known Member
Licensed User
Longtime User
Hi Erel,

I have recently implemented some error tracking & reporting code in one of my apps (using Try, Catch) & as part of that am getting the app to generate an error report email & send me the error using LastException.Message. This is pretty useful, however LastException.Message doesn't report anywhere near as much information as you see in the Log window of B4A when running in debug mode. It seems that LastException.Message only reports the "top level" message & doesn't include the trace like the Log window does.

Is there any way to generate a more verbose exception message from the app? One that would include the trace information?

Thanks,

Colin.
 
Top