public class AgentMain extends Object
This does not run as a normal Android app. It is packaged into an APK and installed as a convenient way to get it on the device, but it is run from the "adb shell" command line using the "dalvikvm" command. Therefore, we do not have an Android Context and therefore cannot interact with any system services.
Modifier and Type | Field and Description |
---|---|
static int |
CONNECT_TIMEOUT_MS |
static int |
LINE_LENGTH_LIMIT |
static int |
RECEIVE_TIMEOUT_MS |
static int |
TOTAL_RECEIVE_TIMEOUT_MS_PER_MB |
public static final int LINE_LENGTH_LIMIT
public static final int CONNECT_TIMEOUT_MS
public static final int RECEIVE_TIMEOUT_MS
public static final int TOTAL_RECEIVE_TIMEOUT_MS_PER_MB
public static void main(String[] args)