AdguardTeam / adguardcert

Magisk module that allows using AdGuard's HTTPS filtering for all apps
https://adguard.com/
MIT License
316 stars 20 forks source link

Module starts before zygote64 process causing adguard certificate not to be mounted #59

Open fsxitutu opened 4 months ago

fsxitutu commented 4 months ago

The magiskd process always seems to start before the zygote64 process (which causes the post-fs-data.sh or service.sh script to be started before the zygote64 process), and it may be the case that the pid of the zygote64 process is not available resulting in the failure to mount the adguard certificate. This results in the module not working as expected. Screenshot_20240521-224834_Termux Screenshot_20240521-230008_AdGuard

OS version : Android 14 (LineageOS 21) device : OnePlus 7t pro adguard version : 4.4.184 magisk version : 27.0

As I am a native Chinese speaker, the above English content was translated using translation software. Please understand and point out any inaccuracies in the original Chinese text below. magiskd进程似乎总是先于zygote64进程启动(这将导致post-fs-data.sh或service.sh脚本先于zygote64进程被启动),可能会出现无法获取zygote64进程的pid导致无法挂载adguard证书。导致模块无法按预期工作。