Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8e25d9c5 authored by Steven Moreland's avatar Steven Moreland
Browse files

init: add log w/ service PID

We could combine this with the existing log, but I
wouldn't want to make that appear later.

Ironically, adding this log to try to reduce logs.

Bug: 36785118
Test: :) adb logcat -d | grep "started service" | wc -l
131

Change-Id: I38f4e9740871aa256eef0c62e897038eb46871a5
parent 2a2760fe
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -755,6 +755,9 @@ Result<void> Service::Start() {

    NotifyStateChange("running");
    reboot_on_failure.Disable();

    LOG(INFO) << "... started service '" << name_ << "' has pid " << pid_;

    return {};
}