Merge "init: add log w/ service PID" am: 007769a0d7
Original change: https://android-review.googlesource.com/c/platform/system/core/+/2459588 Change-Id: Ic5ee5fa329ea2ba24ef82c4650c8e818e3540fd8 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
198d6a16a7
1 changed files with 3 additions and 0 deletions
|
|
@ -755,6 +755,9 @@ Result<void> Service::Start() {
|
|||
|
||||
NotifyStateChange("running");
|
||||
reboot_on_failure.Disable();
|
||||
|
||||
LOG(INFO) << "... started service '" << name_ << "' has pid " << pid_;
|
||||
|
||||
return {};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue