mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:23:37 +00:00
Merge "wifi: ignore SIGPIPE when dumping stats to dumpstate"
This commit is contained in:
committed by
Android (Google) Code Review
commit
d4f4cb8a82
@@ -17,6 +17,7 @@
|
||||
#include <android-base/logging.h>
|
||||
#include <hidl/HidlLazyUtils.h>
|
||||
#include <hidl/HidlTransportSupport.h>
|
||||
#include <signal.h>
|
||||
#include <utils/Looper.h>
|
||||
#include <utils/StrongPointer.h>
|
||||
|
||||
@@ -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...";
|
||||
|
||||
Reference in New Issue
Block a user