bdliang / alogcat

Automatically exported from code.google.com/p/alogcat
0 stars 0 forks source link

reset() method should not call stop() in a thread #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
no reason to do this. it is not a blocking call. calling in a thread leaves 
open the possibility that the subsequent start thread is executed first, 
resulting in us immediately stopping the new Logcat we just started.

Original issue reported on code.google.com by jeffrey.blattman@gmail.com on 8 Nov 2010 at 4:56

GoogleCodeExporter commented 8 years ago

Original comment by jeffrey.blattman@gmail.com on 9 Nov 2010 at 7:23