Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to automatically include the console output with the crash log on ios

The crash log returned when your app has an error on iOS is wonderful however it would be 100 times better if it contained the console output from when your app started as part of the log. Is there a way to automatically have that information in the crash log, or have a semi-automatic system that testers could use when sending in crash logs?

like image 735
Medran Avatar asked Feb 09 '11 04:02

Medran


1 Answers

I think you might want to take a look at http://apphance.com. It's exactly what you are looking for - including capability of sending problem reports from device by testers, including screenshots, you can track history of session including full console logs, you can even see crashes from out-of-memory problems which are otherwise difficult to get without physical access to the device. It's closed beta for now but soon it will be open for everyone. You can request access directly at the page.

Disclaimer: I am CTO of Polidea, company which is behind apphance and co-creator of the service.

like image 125
Jarek Potiuk Avatar answered Oct 27 '22 00:10

Jarek Potiuk