Closed GoogleCodeExporter closed 9 years ago
"file contains no debugging information" is not a fatal error. It's just
dump_syms telling you xxx.so, erm, does not have any debugging information. The
generated .sym file will not have detailed information.
If xxx.so has a .gnu_debuglink for xxx.so.debug, then run: dump_syms xxx.so
/path/to/directory/that/contains_xxx.so.debug/
Original comment by thestig@chromium.org
on 6 Feb 2015 at 8:35
Original issue reported on code.google.com by
nwpudon...@gmail.com
on 6 Feb 2015 at 7:46