最近又遇到E_stackoverflow的问题,通过ROV工具查看了stackoverflow地址对应的线程是ti_ndk_config_Global_stackThread()。在创建工程时选了ndk模块,应用中没有创建ndk相关的线程,配置NDK的enableCodeGeneration为false,为什么还会启动ti_ndk_config_Global_stackThread()这个线程?还有这个背景线程为什么会使栈溢出?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.