Legoless / Alpha

Next generation debugging framework for iOS
https://github.com/Legoless/Alpha
MIT License
731 stars 45 forks source link

Display crashes inside Alpha #36

Open Legoless opened 9 years ago

Legoless commented 9 years ago

Hooking onto NSGetUncaughtExceptionHandler should make it possible to inject a special Alpha exception handler. Since this is a C function it cannot be swizzled, but each application activation and a timer should be able to check if Alpha function is set.

OdNairy commented 8 years ago

https://github.com/kstenerud/KSCrash This library looks close to required functionality.