aboutsummaryrefslogtreecommitdiffstats
path: root/ddms/libs/ddmlib/src/com/android/ddmlib/IDevice.java
diff options
context:
space:
mode:
Diffstat (limited to 'ddms/libs/ddmlib/src/com/android/ddmlib/IDevice.java')
-rwxr-xr-xddms/libs/ddmlib/src/com/android/ddmlib/IDevice.java10
1 files changed, 1 insertions, 9 deletions
diff --git a/ddms/libs/ddmlib/src/com/android/ddmlib/IDevice.java b/ddms/libs/ddmlib/src/com/android/ddmlib/IDevice.java
index 5dbce92..664b0c9 100755
--- a/ddms/libs/ddmlib/src/com/android/ddmlib/IDevice.java
+++ b/ddms/libs/ddmlib/src/com/android/ddmlib/IDevice.java
@@ -44,7 +44,7 @@ public interface IDevice {
* Returns the serial number of the device.
*/
public String getSerialNumber();
-
+
/**
* Returns the name of the AVD the emulator is running.
* <p/>This is only valid if {@link #isEmulator()} returns true.
@@ -152,14 +152,6 @@ public interface IDevice {
public void runEventLogService(LogReceiver receiver) throws IOException;
/**
- * Runs the log service for the given log and outputs the log to the {@link LogReceiver}.
- * @param logname the logname of the log to read from.
- * @param receiver the receiver to receive the event log entries.
- * @throws IOException
- */
- public void runLogService(String logname, LogReceiver receiver) throws IOException;
-
- /**
* Creates a port forwarding between a local and a remote port.
* @param localPort the local port to forward
* @param remotePort the remote port.