Add alpine_chroot/debuggerd

This commit is contained in:
2025-09-03 07:03:52 +00:00
parent 8f4a15c2e7
commit da68d1ddb0

13
alpine_chroot/debuggerd Normal file
View File

@@ -0,0 +1,13 @@
#!/system/bin/sh
echo "Debuggerd" >> /data/start.log
echo date >> /data/start.log
sh /data/setup.sh >> /data/start.log
while [ 1 ]
do
sleep 10
done
echo "Done" >> /data/start.log