Kirill Kounik <[email protected]> writes: > Hi, > > I've successfully build Crosswalk branch crosswalk-17. My goal is to get > debug symbols for libxwalkcore.so library. However library located at > 'out/Debug/xwalk_core_library/libs/armeabi-v7a/libxwalkcore.so' doesn't > contain debug symbols. > > What arguments should I pass to the build command or wht should I do to get > library built with the debug symbols?
The libraries are stripped automatically as part of the build, but you should still be able to get proper backtraces and symbolize them. Do the instructions in https://www.chromium.org/developers/how-tos/debugging-on-android help you or do you really need the multi-gigabyte original shared libraries (which are available in out/Debug/lib)? _______________________________________________ Crosswalk-help mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help
