commit | d6b65fb307fa38ad44fe4da38497d4f78fcdad7a | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Tue Aug 22 09:59:26 2023 +0900 |
committer | Jooyung Han <jooyung@google.com> | Tue Aug 22 09:59:26 2023 +0900 |
tree | ec71f18a79847cf9217560e387a7d3935c46259e | |
parent | fdbf5a5eac0c36440a15223d9dfe04d7051f0650 [diff] |
init: reset errno in do_start do_start() ignores ENOENT intentionally to avoid logspam. It's implemented in ErrorIgnoreEnoent. However, without resetting errno, ErrorIgnoreEnoent will ignore unrelated errors from Service::Start() due to the sticking errono set from other commands. Bug: 296821716 Test: launch_cvd Change-Id: I71d3113bdb69bdca82e2ff4f3a793301749f6c08