TiForward / HAL

Hyperloop® Abstract Layer
http://www.appcelerator.com
Other
2 stars 1 forks source link

Exception Handler #6

Open ghost opened 9 years ago

ghost commented 9 years ago

Something that has recently come up in our dev group, why can't we use the logic that produces the red box on an error to report why that happened someplace. Well it appears it is not possible. I Would suggest that their should be the ability to subscribe a listener to the exception handler that will allow our apps to handle logging in their own way. Details such as stack trace, file and line number of the exception, severity etc. Now I realize for some things it won't be possible, but this might be helpful.

yuchi commented 9 years ago

There's a related issue (PR) on appcelerator/titanium_mobile.

Once I get home I'm gonna link it here.

yuchi commented 9 years ago

Here’s the related Ti.Current issue: appcelerator/titanium_mobile#6407