問題描述
android 平臺上自定義system call 后調用失敗
解決方案
adb shell setenforce 0
然后殺掉 system-server 進程.
system-server 進程會自動重啟
引用
https://android-developers.googleblog.com/2017/07/seccomp-filter-in-android-o.html
android 平臺上自定義system call 后調用失敗
adb shell setenforce 0
然后殺掉 system-server 進程.
system-server 進程會自動重啟
https://android-developers.googleblog.com/2017/07/seccomp-filter-in-android-o.html