Home
last modified time | relevance | path

Searched refs:matching_string (Results 1 – 1 of 1) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py1153 def search_logcat(self, matching_string, begin_time=None): argument
1173 '%s | grep "%s"' % (cmd_option, matching_string),
1177 logs = re.findall(r'(\S+\s\S+)(.*%s.*)' % re.escape(matching_string),