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.
1 file changed
tree: 372a9696358d116519ae28e08a1aad12a2f359fe
  1. devlib/
  2. doc/
  3. src/
  4. .gitignore
  5. README.rst
  6. setup.py