If we encounter non-crashing errors, utilizing LogCatcher can help by pinpointing which Javascript code is causing the issue.
However, in the event of a crash, there's no time for logging Javascript errors.
In such cases, integrating tools like ARCA and testflight to retrieve native stack traces and crash reports may not be as helpful due to the Javascript-native translation in Titanium.
Is it possible to identify the root cause of an application crash without relying on this information?
Alternatively, is there a method to pinpoint the problematic section of Javascript even after an application crash occurs?
Thank you!