Tagged Questions
16
votes
3answers
3k views
Best Practices for Error Logging and/or reporting for iPhone
When I do web development, I use a custom made logger that catches fatal errors and appends a trace to a file and displays a message to the user. I can occasionally glance to see if the file changed, ...
1
vote
1answer
154 views
Getting data from the browser's console using javascript
I don't know if this has been asked before, but what i'd like to be able to do is get data from the error console within the browser itself(if it supports it) this would be for when a user sends off a ...