public class LogCatReceiverTask
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description |
|---|
LogCatReceiverTask(IDevice device) |
| Modifier and Type | Method and Description |
|---|---|
void |
addLogCatListener(LogCatListener l) |
void |
removeLogCatListener(LogCatListener l) |
void |
run() |
void |
stop() |
public LogCatReceiverTask(@NonNull
IDevice device)
public void run()
run in interface java.lang.Runnablepublic void stop()
public void addLogCatListener(LogCatListener l)
public void removeLogCatListener(LogCatListener l)