-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Description
Please check before submitting an issue
- I have searched the issues and haven't found anything relevant
- I will upload bugreport file in KernelSU Manager - Settings - Report log
- I know how to reproduce the issue which may not be specific to my device
Describe the bug
在执行`#!/system/bin/sh
source /data/clash/clash.env
pid=$(curl -sL http://127.0.0.1:${Clash_ui_port} | grep hello)
if [[ "${pid}" ]]; then
echo "正在停止akashaProxy."
/data/clash/scripts/clash.service -k && /data/clash/scripts/clash.iptables -k
else
echo "正在启动akashaProxy."
/data/clash/scripts/clash.service -s && /data/clash/scripts/clash.iptables -s
fi`
如果执行中途使用返回键 可能会卡出内核不支持模块或模块列表排序乱掉,删了后台重进恢复
To Reproduce
执行中途使用返回键
概率会卡出内核不支持模块或模块列表排序乱掉
删了后台重进恢复
Expected behavior
正常加载/返回
Screenshots
Logs
KernelSU_bugreport_2025-02-27_10_42.tar.gz
Device info
Pixel 6Pro
Android16beta2
kernel 6.1 Android14
kernelsu 12018
Manager 12064
Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels