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

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

View File

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