Description
Ran a few Android tests and they completed with a failure to start the session. Then I quit the Android emulator. These lines then popped up:
[Logcat] Logcat terminated with code 0, signal null
[Logcat] Logcat terminated with code 0, signal null
Which says to me that we were holding on to one logcat subproc per session that Appium had run. I'm guessing that we fail to clean it up in the case of session start failure.