For non-crashing error handling, we can use LogCatcher which will inform us of the corresponding Javascript code which was causing the problem.
However, if an application crashes, then there is obviously no time for the logger to log Javascript errors.
It seems that the only option is to incorporate packages like ARCA and testflight to get back the native stack trace/crash report etc., which might not be very helpful since in Titanium there is a Javascript-native translation going on.
Is there any way to determine the cause of application crash even out of such information?
Or is there a way to locate the problematic section of Javascript even in the event of application crash?
Thanks!
Run application In Debug Mode from titanium SDK, It will help to you find the part of code that creating a problem.