问题
I integrated my iOS app with HockeyApp platform. Everything works properly, but I need to add some extra information, like texts from NSLog, to crash reports. It is possible? I don't want to use external frameworks (NSLogger, CocoaLumberjack), Databases, Servers, Webapis. I want to store everything information about crash in one place - HockeyApp. Did someone has problem like that or/and develop some solution? Any help is greatly appreciated!
Thanks in advance!
回答1:
This looks like what you are looking for:
- Setup the logging framework of choice
- Implement
[BITCrashManagerDelegate applicationLogForCrashManager:]
- Return the log data
See the HockeyApp documentation
来源:https://stackoverflow.com/questions/29894666/add-custom-information-to-hockeyapp-crash-report