Closed GoogleCodeExporter closed 9 years ago
BTW,What I expect to see is a stack trace with file name and code line
number,but when using "printf("%s",1),they're missed.
Original comment by sonysu...@gmail.com
on 10 May 2013 at 2:24
Your entire stack is in system libraries. You don't have symbols for those
system libraries, so you're not getting a useful stack. I don't think there's
anything Breakpad is doing wrong here. You can pull the libraries from the
device and run dump_syms against them to get symbols for them, although that
still might not get you a fully useful stack.
Original comment by ted.mielczarek
on 10 May 2013 at 2:38
Original issue reported on code.google.com by
sonysu...@gmail.com
on 10 May 2013 at 2:21