I'm not getting symbolicated backtraces on android, and the android developer docs suggest building and installing a cross-compiled llvm-symbolizer (https://source.android.com/devices/tech/debug/asan#symbolization). I can do that, but I expect it will be a pain.
It looks like there was some discussion a couple years ago about porting the in-process symbolizer to android (https://groups.google.com/forum/#!topic/llvm-dev/qivubL_sEGw), is that something that has been finished? If so, do I need to do anything special to use it (I'm using ASAN_OPTIONS=symbolize=1, but that's it currently). I'm only running on fairly powerful devices, so I'm not too worried about the performance cost of in-process symbolication. Francis -- You received this message because you are subscribed to the Google Groups "address-sanitizer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
