c++ - Profiling NDK app with intel Vtune analyzer -


i developing android app heavily uses ndk , uses external shared libraries compiled c++. android apk built latest android studio uses cmake build native libs instead of ndk-build. works fine , able run apk on target device well.

the problem comes when try profile apk intel vtune analyzer. profiler shows test apk in dropdown menu of module not show dependency shared native library has been statically linked.

the apk code runs fine , in logcat results can see debug traces of shared native lib well.. not able understand why vtune profiler not include dependency shared lib of test ndk app.

any on appreciated , !


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -