commit | ff3048349abc72d3bf0c0b261287263b2bd25276 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Nov 22 14:18:03 2021 +0900 |
committer | Jiyong Park <jiyong@google.com> | Tue Nov 30 15:10:53 2021 +0900 |
tree | d44856add5da99183ea7c630c1320688f72f0244 | |
parent | 53b6de0642bcf1289c5944981897febd38c6adf3 [diff] |
Add logd.ready logd.ready is a system property that logd sets when it is ready to serve incoming socket requests for reading and writing logs. Clients of logd (e.g. logcat) can use this to synchronize with logd, otherwise they may experience a crash due to the refused socket connection to logd when they are started before logd is ready. Bug: 206826522 Test: run microdroid. see logcat logs are shown immediately Change-Id: Iee13485b0f4c2beda9bc8434f514c4e32e119492