We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
大佬,请问 为什么在 BuildVariant 为 release 时, 把这段代码注释掉:
BuildVariant
release
// openat.c:63 // __android_log_print(ANDROID_LOG_INFO, "openAt", "path=%s", p);
openAt 就返回 -14,导致后面异常。(排查了好久😭
The text was updated successfully, but these errors were encountered:
大佬,请问 为什么在 BuildVariant 为 release 时, 把这段代码注释掉: // openat.c:63 // __android_log_print(ANDROID_LOG_INFO, "openAt", "path=%s", p); openAt 就返回 -14,导致后面异常。(排查了好久😭
Sorry, something went wrong.
//__android_log_print(ANDROID_LOG_INFO, "openAt", "path=%s", p); 注释这段代码就无法正常返回,还有SVC获取签名无法在vmos虚拟机上工作
No branches or pull requests
大佬,请问
为什么在
BuildVariant
为release
时, 把这段代码注释掉:openAt 就返回 -14,导致后面异常。(排查了好久😭
The text was updated successfully, but these errors were encountered: