1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-03-13 13:27:51 +00:00
Brendan Jackman 22c1f5e911 utils/android: Don't lock up if LogcatMonitor stopped before start
Calling stop before start will result in hanging in self._started.wait(),
because that event will never get set. Although stop before start is an illegal
usage pattern, let's try not to fail annoyingly.
2017-09-20 15:08:31 +01:00
..
2017-09-11 17:53:09 +01:00
2017-09-12 15:14:23 +01:00