Hi I am building an application using Titanium Studio.
Now I have a question in mind that, After distributing the application the app crashes, and I received the crash file, now after analyzing the crash file It will give me the line number where the App crash in my native code.
As we code in JS in titanium studio which gets natively converted. and my crash log will point me to the native code, now how will I map that native code to my JS code.
