VancedMicroG/play-services-core
Michael Hamann 48809464a7 McsService: only send to the output stream if it is alive
The output stream handler thread might not be alive, this occurs
reproducibly when connecting fails and a tear down is initiated.
Messages shouldn't be sent when the output handler thread is not alive
(triggers an expection which is catched but logged), this check avoids
this unless some special race condition occurs. Dropping the messages
shouldn't hurt (they were dropped anyway).
2016-01-17 15:56:03 +01:00
..
src/main McsService: only send to the output stream if it is alive 2016-01-17 15:56:03 +01:00
build.gradle Add (dummy) place picker 2016-01-05 23:58:18 +01:00