houssamham / plcrashreporter

Automatically exported from code.google.com/p/plcrashreporter
Other
1 stars 0 forks source link

plcrashutil convert Problem on iOS SDK 5.0 #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
I have got crash.log file. and after that I type this command to get crash file
./plcrashutil convert --format=iphone crash.log > app.crash

What is the expected output? What do you see instead?
I expected app.crash file. but it showed below messages.
"Could not decode crash log: Crash report is missing processor info section"
I have been using well the prior version of plcrashreporter the 1.0
But I can't do it on current version.

What version of the product are you using? On what operating system?
plcrashreporter v1.1 beta
MAC OS X 10.6.8
X-Code : 4.2
iOS SDK 5.0

Please provide any additional information below.
Can you help me? What's the problem?  What am I gonna do?

Original issue reported on code.google.com by kyejus...@gmail.com on 21 Oct 2011 at 5:38

GoogleCodeExporter commented 9 years ago
I admit, I haven't done much investigation yet but I came across the same issue 
just now using the same XCode and iOS SDK (4.2 and 5.0). I was curious if 
anyone had solved this yet.

Original comment by tyler.po...@gmail.com on 29 Feb 2012 at 2:24

GoogleCodeExporter commented 9 years ago
When I looked at the source for plcrashutil, I realized it was super simple and 
decided to just not use it. Instead of passing around the .plcrash binary file, 
I just call "NSString* appleCrashReportString = [PLCrashReportTextFormatter 
stringValueForCrashReport:report withTextFormat:PLCrashReportTextFormatiOS];" 
from within my app and save the Apple crash report on the device before sending 
it around.

Original comment by tyler.po...@gmail.com on 29 Feb 2012 at 2:56

GoogleCodeExporter commented 9 years ago
Resolved in r428

Original comment by landon.j.fuller@gmail.com on 9 Jul 2012 at 7:56