Cao Fang
Cao Fang
你好,我在单步调试native代码的时候调试器并不能正确地跳转到下一步,比如一段顺序执行的代码,断点打在第417行,执行下一步时高亮的不是第418行的代码,而是450行的代码,再执行几次下一步之后又会跳转到444行,请问这是怎么回事呢?是编译优化的问题吗?
在 `src/third_party/libvpx/source/libvpx/vp9/vp9_dx_iface.c` 文件的 `init_decoder` 函数上,我修改了这个文件,原文件中这个函数大概在254行。谢谢!
> I observe the same problem (#5 ), then I try to use the generate_libvpx_android_configs.sh in Exoplayer source code to generate libvpx_android_configs. But I got "Configuring for target 'armv8-android-gcc' >...
> > > I observe the same problem (#5 ), then I try to use the generate_libvpx_android_configs.sh in Exoplayer source code to generate libvpx_android_configs. But I got "Configuring for target...
> I installed android-ndk-r14b version ndk on my Ubuntu 16.04, and set ‘ndk.dir=/root/Android/android-ndk-r14b’, but I still got Error during the gradle sync process. > Error message is > **"Error: Cause:...