1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-03-13 21:37:50 +00:00
Valentin Schneider 6bda0934ad utils/android: LogcatMonitor fixes
host.kill_children() is used to properly kill the logcat process
when it is IO blocked.

The logcat regexp argument is now within double quotes, as having
parenthesis within the regexp could break the command.

LogcatMonitor.search() has been renamed to wait_for() to make the
behaviour of the method more explicit. A non-blocking version of
this method has been added and is named search().
2017-09-12 17:21:31 +01:00
..
2017-09-11 17:53:09 +01:00
2017-09-12 17:21:31 +01:00
2017-09-12 15:14:23 +01:00