Using this article as a guide:

Managing a Connection

It explains that in the connected thread class, the run method is constantly listening for data to read from the stream.

So if I put a log message in the loop I'd expect to see a constant feed of my message when the instance of this class is created and I start() it, however I only get the message once. If i remove the try catch block of code though then I do see a constant feed of my logcat message. Can anyone explain why this happens?

没有正确的解决方案

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top