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

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

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

* commit 'aa19a2f6':
  Don't compare String8s to NULL.
parents 97953b30 aa19a2f6
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();
        }