houssamham / plcrashreporter

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

Set the callstack's value from [exception callStackSymbols] instead of [exception callStackReturnAddresses] ? #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is it possible to log the result of [exception callStackSymbols] instead of 
[exception callStackReturnAddresses]?
It's more convenient for me to debug,because I send the report to my database 
directly.

Original issue reported on code.google.com by blank...@gmail.com on 1 Mar 2012 at 11:39

GoogleCodeExporter commented 9 years ago
Symbols are not reliable available device-side, and on iOS 6 and later, many 
system symbols will simply be <redacted>.

However, we've implemented symbolication support that falls back on ObjC 
metadata, if available, and provides symbols even when binaries have been 
stripped or on iOS 6. This will be in the next 2.0 release.

Original comment by landon.j.fuller@gmail.com on 4 Jan 2013 at 8:10