commit | 2bd8230dc86f2c4b58e2c57e4672231adc58a05f | [log] [tgz] |
---|---|---|
author | Markus Liu <markusliu@google.com> | Mon Feb 01 12:03:44 2021 +0800 |
committer | Markus Liu <markusliu@google.com> | Tue Feb 02 08:57:08 2021 +0800 |
tree | f0fbde91162367e7a1e3482bd4cfb3c158d4ae62 | |
parent | 08636b447e297b02747e9d6d0c3029dbbba6e464 [diff] |
New feature wait_for_log is added to wait for given pattern showing up in logcat This function is used to wait for lines of logcat containing given pattern showing up. It's useful to wait for response of RIL or modem since there is usually no framework API to return such response. Bug: None Test: yes, locally Change-Id: Ibfef067074667d2096d2b983b5a3b380cf9a0354