Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7a7f8a4 authored by Kevin Jeon's avatar Kevin Jeon Committed by Automerger Merge Worker
Browse files

Merge "Update IsZygote to return true for webview_zygote" am: 49a5ceeb

parents 3d948952 49a5ceeb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -208,5 +208,5 @@ bool IsZygote(int pid) {
    cmdline = std::string(cmdline.c_str());

    return cmdline == "zygote" || cmdline == "zygote64" || cmdline == "usap32" ||
            cmdline == "usap64";
            cmdline == "usap64" || cmdline == "webview_zygote";
}