commit | c89f88217106e7b17eb18f6c93bc52b066a9693e | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Fri May 25 01:35:29 2018 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri May 25 01:35:29 2018 +0000 |
tree | 4a7448ea8f8c809249b8d2a7fbf5ca2a169d3aaf | |
parent | 352bca5777444f638a1ab56adbb6a17b77aeba77 [diff] | |
parent | 44c01c088303546c6197afddeb367f79a22afefd [diff] |
Merge "Revert "blank_screen: always exit with _exit()."" into pi-dev-plus-aosp
diff --git a/light/utils/main.cpp b/light/utils/main.cpp index 724e0ee..d07e799 100644 --- a/light/utils/main.cpp +++ b/light/utils/main.cpp
@@ -55,6 +55,5 @@ } }); - // b/77934844: Avoid running static destructors. - _exit(1); + return 0; }