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

Commit 49a5ceeb authored by Kevin Jeon's avatar Kevin Jeon Committed by Gerrit Code Review
Browse files

Merge "Update IsZygote to return true for webview_zygote"

parents d1595fef 5e5de12e
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";
}