weishu
weishu
what does the newly commit do?
[bugreport-oriole_beta-AP11.231215.007-2024-02-01-10-23-06.txt.zip](https://github.com/zed-industries/zed/files/14119515/bugreport-oriole_beta-AP11.231215.007-2024-02-01-10-23-06.txt.zip) Same issue here
Here is a `adb pair` implementation: https://github.com/RikkaApps/Shizuku/blob/master/manager/src/main/jni/adb_pairing.cpp
And here is a pure java implementation: https://github.com/MuntashirAkon/libadb-android/blob/master/libadb/src/main/java/io/github/muntashirakon/adb/PairingAuthCtx.java
Why needs `PTRACE`? please check: https://github.com/tiann/KernelSU/pull/1134#issuecomment-1807404954
The `PTRACE` is a very dangerous cap, i don't know why it needs ptrace to work
Although there are still some doubts, I will merge it; because it is better to have restrictions than no restrictions at all. If you find out why PTRACE is needed,...
Android is supported, here is a cross compile guide: https://github.com/aya-rs/aya-template/pull/52/files#diff-e9bd21ce8da5bd6d40b170c90add7bf1d84e668988c8142b8274abaa2b0d9aeeR31
> I no longer maintain it but I'm happy to accept PRs. Could you send me a PR for this? https://github.com/joelagnel/adeb/pull/48 Can you review this PR?