summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWei Wang <wvw@google.com>2018-04-04 13:41:10 -0700
committerWei Wang <wvw@google.com>2018-04-04 13:41:10 -0700
commit64e5f90a239b876288fc3a57f29a5c2a8e5b024a (patch)
tree8b2891e7655bad783db2f69d2d9667c19c1a3cee
parenta809513fb8e78750edf9154d8ca8d3870d247913 (diff)
downloadhwservicemanager-pie-qpr1-s3-release.tar.gz
As property service is part of init, and if init is busy with built-in command e.g. fsck, the propety_set() won't go through until the built-in command is finished. Adding a log to reflect when the property is ready for HAL services. Bug: 74437368 Test: boot Change-Id: I5e4b6749b6a490967567939b9426b7cb351c835d
-rw-r--r--service.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/service.cpp b/service.cpp
index 65a94c9..17db6bc 100644
--- a/service.cpp
+++ b/service.cpp
@@ -69,6 +69,7 @@ int main() {
"HAL services will not start!\n", rc);
}
+ ALOGI("hwservicemanager is ready now.");
joinRpcThreadpool();
return 0;