mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-30 22:51:24 -08:00
Fix zygiskd not restart when zygote restarts
This commit is contained in:
@@ -38,6 +38,7 @@ struct module_info {
|
||||
|
||||
extern bool zygisk_enabled;
|
||||
extern std::vector<module_info> *module_list;
|
||||
extern std::string native_bridge;
|
||||
|
||||
void reset_zygisk(bool restore);
|
||||
int connect_daemon(int req, bool create = false);
|
||||
|
||||
Reference in New Issue
Block a user