public class LogcatService
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
LogcatService.Listener |
| Constructor and Description |
|---|
LogcatService(com.android.ddmlib.IDevice device) |
| Modifier and Type | Method and Description |
|---|---|
void |
startListening(LogcatService.Listener listener) |
void |
stopListening() |
public void startListening(@NonNull
LogcatService.Listener listener)
public void stopListening()