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
开启 adbd root 并 adb root 后,Android Studio 无法找到任何可调试的 app ,一些调试功能无法正常使用。
adb root
原因似乎是 app 无法连接到 jdwp-control ,推测是 adbd root 后位于 magisk domain ,而 appdomain 无法连接 magisk 的 socket 。
参考修复实现:hook selinux_android_setcon ,在其后向 /proc/self/attr/sockcreate 写入 u:r:adbd:s0
/proc/self/attr/sockcreate
u:r:adbd:s0
5ec1cff@a81035b
The text was updated successfully, but these errors were encountered:
No branches or pull requests
开启 adbd root 并
adb root
后,Android Studio 无法找到任何可调试的 app ,一些调试功能无法正常使用。原因似乎是 app 无法连接到 jdwp-control ,推测是 adbd root 后位于 magisk domain ,而 appdomain 无法连接 magisk 的 socket 。
参考修复实现:hook selinux_android_setcon ,在其后向
/proc/self/attr/sockcreate
写入u:r:adbd:s0
5ec1cff@a81035b
The text was updated successfully, but these errors were encountered: