I am currently working with PLCrashReporter and need some help converting plcrash directly to a .crash file instead of using plcrashutil.
What I'm doing right now is
I simulate a failure and it creates the file myapp.plcrash.
Once this is generated, I use the following on the command line:
plcrashutil convert --format=iphone myapp.plcrash > app.crash
It works great. But is there a way that I cannot take this extra step and convert it to .crash directly from my code, possibly by importing a library or something like that.
Any solutions ???
iphone crash
vivianaranha
source share