diff --git a/wifi/1.5/default/service.cpp b/wifi/1.5/default/service.cpp index 8539a37647..23e2b47ee4 100644 --- a/wifi/1.5/default/service.cpp +++ b/wifi/1.5/default/service.cpp @@ -17,6 +17,7 @@ #include #include #include +#include #include #include @@ -45,6 +46,7 @@ const bool kLazyService = false; #endif int main(int /*argc*/, char** argv) { + signal(SIGPIPE, SIG_IGN); android::base::InitLogging( argv, android::base::LogdLogger(android::base::SYSTEM)); LOG(INFO) << "Wifi Hal is booting up...";