commit | ed22a0aa705a30e6e38ad6c6480b3572ecf03b97 | [log] [tgz] |
---|---|---|
author | Ryan Mitchell <rtmitchell@google.com> | Wed Mar 18 23:00:52 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Mar 18 23:00:52 2020 +0000 |
tree | 6334f682955b2cee8a6f6b823e7be61343266307 | |
parent | b33afa9d8da88cbda0df1a82358915aa7393899b [diff] | |
parent | 23150e4fe4ef0e39eb64a8049c093449f27a0102 [diff] |
Merge "Allow loading zip at an offset in fd"
diff --git a/storaged/main.cpp b/storaged/main.cpp index a7bda14..bbed210 100644 --- a/storaged/main.cpp +++ b/storaged/main.cpp
@@ -71,6 +71,7 @@ bool flag_dump_perf = false; int opt; + signal(SIGPIPE, SIG_IGN); android::base::InitLogging(argv, android::base::LogdLogger(android::base::SYSTEM)); for (;;) {