| Package | Description |
|---|---|
| org.echocat.rundroid.maven.plugins.logcat | |
| org.echocat.rundroid.maven.plugins.platform |
| Modifier and Type | Method and Description |
|---|---|
AdbProcess |
Logcat.getProcess() |
| Modifier and Type | Method and Description |
|---|---|
protected static org.echocat.jomon.process.listeners.stream.StreamListener<AdbProcess> |
Logcat.defaultStreamListener() |
| Modifier and Type | Method and Description |
|---|---|
Logcat |
Logcat.withStreamListener(org.echocat.jomon.process.listeners.stream.StreamListener<AdbProcess> streamListener) |
| Constructor and Description |
|---|
AdbProcess(long id,
String executable,
Iterable<String> arguments,
com.android.ddmlib.IDevice device,
org.echocat.jomon.runtime.util.Duration timeout,
org.echocat.jomon.process.listeners.stream.StreamListener<AdbProcess> listener) |
AdbProcess(long id,
String executable,
Iterable<String> arguments,
com.android.ddmlib.IDevice device,
org.echocat.jomon.runtime.util.Duration timeout,
org.echocat.jomon.process.listeners.stream.StreamListener<AdbProcess> listener,
org.echocat.jomon.runtime.util.Consumer<Exception,RuntimeException> callOnDone) |
Copyright © 2016 echocat. All rights reserved.