Merge "Merge "_exit(0) on clean shutdown, not _exit(1)" into oc-dev am: 31cf02742e" into oc-dr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
04bd18fb30
@@ -253,5 +253,5 @@ int main(int argc, char** argv)
|
||||
}
|
||||
|
||||
// b/36066697: Avoid running static destructors.
|
||||
_exit(1);
|
||||
_exit(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user