morhs

Results 7 comments of morhs

Thanks for the answers! I don't see any LLVM Profile messages in the logcat output. Btw I also use - export GCOV_PREFIX=/data/local/tmp/test-vpl/coverageGcdaFiles, export GCOV_PREFIX_STRIP=100 My running test app is inside...

Tried to change GCOV_PREFIX_STRIP to a large number, tried to also remove it, and some more numbers, but it didn't work

Oh now I get it, I did try to run with several different numbers for the strip variable and nothing worked. As far as I understand the GCOV_PREFIX_STRIP doesn't have...

Btw Ndk-r22b also didn't work

Hi @DanAlbert , I can see you added the issue the r24 version, is it because it's indeed some ndk bug? I just want to be sure there's nothing I...

Hi @DanAlbert , I want to update that the bug is solved! Gcov implementation was changed: " As the llvm version is upgraded in android 12, __gcov_flush() is deleted and...