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

Commit db8b130a authored by Narayan Kamath's avatar Narayan Kamath Committed by Android Git Automerger
Browse files

am 96457004: am 549ae327: am aa19a2f6: Merge "Don\'t compare String8s to NULL."

* commit '96457004':
  Don't compare String8s to NULL.
parents dc800e85 96457004
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ public:

    virtual void onExit(int code)
    {
        if (mClassName == NULL) {
        if (mClassName.isEmpty()) {
            // if zygote
            IPCThreadState::self()->stopProcess();
        }