commit | 0ea3e1535a46beff97ac540010af7b6c108d0426 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Fri Aug 25 10:36:52 2017 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Fri Aug 25 11:01:52 2017 -0700 |
tree | 44de14089904da4c986e1feb1952c6ebe949ddd4 | |
parent | 4a008d5cde78a6719bd1ad9dab5d7ae277db710f [diff] |
init: log all failures of Service::Start() The move to returning Result from Service::Start() for better context when starting process through init's builtins stops Service::Start() failures from being logged from other contexts. This change adds those logs along with their context. Test: boot bullhead, fail to start services via `setprop ctl.start`, see the expected error in dmesg Change-Id: I45294f6abf00852f3d4c549a32eaf4920a51e6f0