Merge "Don't compare String8s to NULL."
This commit is contained in:
@ -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();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user