|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.android.ddmlib.DdmConstants
public final class DdmConstants
| Field Summary | |
|---|---|
static int |
CURRENT_PLATFORM
Returns current platform, one of PLATFORM_WINDOWS, PLATFORM_DARWIN,
PLATFORM_LINUX or PLATFORM_UNKNOWN. |
static java.lang.String |
DOT_TRACE
Extension for Traceview files. |
static java.lang.String |
FN_HPROF_CONVERTER
hprof-conv executable (with extension for the current OS) |
static java.lang.String |
FN_TRACEVIEW
traceview executable (with extension for the current OS) |
static int |
PLATFORM_DARWIN
|
static int |
PLATFORM_LINUX
|
static int |
PLATFORM_UNKNOWN
|
static int |
PLATFORM_WINDOWS
|
| Constructor Summary | |
|---|---|
DdmConstants()
|
|
| Method Summary | |
|---|---|
static int |
currentPlatform()
Returns current platform |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int PLATFORM_UNKNOWN
public static final int PLATFORM_LINUX
public static final int PLATFORM_WINDOWS
public static final int PLATFORM_DARWIN
public static final int CURRENT_PLATFORM
PLATFORM_WINDOWS, PLATFORM_DARWIN,
PLATFORM_LINUX or PLATFORM_UNKNOWN.
public static final java.lang.String DOT_TRACE
public static final java.lang.String FN_HPROF_CONVERTER
public static final java.lang.String FN_TRACEVIEW
| Constructor Detail |
|---|
public DdmConstants()
| Method Detail |
|---|
public static int currentPlatform()
PLATFORM_WINDOWS, PLATFORM_DARWIN,
PLATFORM_LINUX or PLATFORM_UNKNOWN.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||