remirobert / Dotzu

:iphone::eyes: In-App iOS Debugging Tool With Enhanced Logging, Networking Info, Crash reporting And More.
MIT License
1.8k stars 141 forks source link

Add SIGTRAP to LoggerCrash to enable null dereferences capture on iOS… #19

Closed DanielAsher closed 7 years ago

DanielAsher commented 7 years ago

… devices.

This is a fairly straight-forward addition of SIGTRAP to enable fuller crash reporting on iOS devices.

remirobert commented 7 years ago

awesome contribution thanks

DanielAsher commented 7 years ago

I would suggest that this needs more thorough testing - I've not yet pushed it out to TestFlight where the release build, App Store, bitcode etc. may render it non-functional. I don't believe there should be any negative consequences though. I'll report back when I get some data on this...

remirobert commented 7 years ago

Yes no negative consequences. The crash reporter is a good feature, but currently the implementation in Dotzu is quite basic. Thanks anyway to contributing in the project.

CocoaDebug commented 6 years ago

Hi, I released DebugMan, it is forked from Dotzu. Welcome to use! 😃 thanks! @DanielAsher