tracy icon indicating copy to clipboard operation
tracy copied to clipboard

Not getting stack traces on android

Open septag opened this issue 1 year ago • 0 comments

Version: 0.8.2

I can't seem to be getting callstack on android (I'm getting that on windows with the same code). I'm also following the instructions in the manual. I'm also using visual-studio android for my builds, so perhaps it's doing some sort of symbol stripping before packaging? anyone know what I'm missing ? compile flags: -std=c++1z -fstack-protector -x c++ -Wall -fno-strict-aliasing -ffunction-sections -I -g2 -gdwarf-2 -O3 -D "TRACY_ENABLE" -D "__ANDROID_API__=30" -D "NDEBUG" -Werror -fno-rtti -fno-omit-frame-pointer -fdata-sections -fno-exceptions

linker flags: -rdynamic -fuse-ld=lld

I can also see the symbols are there in the .so with readelf -s

septag avatar Jul 13 '22 16:07 septag