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

* commit 'aa19a2f69c33fdb6499d0bc1cfafced9f572da5b':
  Don't compare String8s to NULL.
This commit is contained in:
Narayan Kamath
2014-04-14 08:41:42 +00:00
committed by Android Git Automerger

View File

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