LogDataType
public
final
enum
LogDataType
extends Enum<LogDataType>
java.lang.Object | ||
↳ | java.lang.Enum<com.android.tradefed.result.LogDataType> | |
↳ | com.android.tradefed.result.LogDataType |
Represents the data type of log data.
Summary
Enum values | |
---|---|
LogDataType |
ATRACE
|
LogDataType |
BUGREPORT
|
LogDataType |
BUGREPORTZ
|
LogDataType |
COMPACT_MEMINFO
|
LogDataType |
COVERAGE
|
LogDataType |
CPU_INFO
|
LogDataType |
DIR
|
LogDataType |
DUMPSYS
|
LogDataType |
EAR
|
LogDataType |
GFX_INFO
|
LogDataType |
GZIP
|
LogDataType |
HPROF
|
LogDataType |
HTML
|
LogDataType |
JACOCO_CSV
|
LogDataType |
JACOCO_XML
|
LogDataType |
JPEG
|
LogDataType |
KERNEL_LOG
|
LogDataType |
KERNEL_TRACE
|
LogDataType |
LOGCAT
|
LogDataType |
MEM_INFO
|
LogDataType |
MONKEY_LOG
|
LogDataType |
MP4
|
LogDataType |
MUGSHOT_LOG
|
LogDataType |
NATIVE_COVERAGE
|
LogDataType |
PB
|
LogDataType |
PNG
|
LogDataType |
PROCRANK
|
LogDataType |
SERVICES
|
LogDataType |
TAR_GZ
|
LogDataType |
TEXT
|
LogDataType |
TEXTPB
|
LogDataType |
TOP
|
LogDataType |
UNKNOWN
|
LogDataType |
XML
|
LogDataType |
ZIP
|
Public methods | |
---|---|
String
|
getContentType()
|
String
|
getFileExt()
|
boolean
|
isCompressed()
|
boolean
|
isText()
|
static
LogDataType
|
valueOf(String name)
|
static
final
LogDataType[]
|
values()
|
Enum values
Public methods
getContentType
public String getContentType ()
Returns | |
---|---|
String |
getFileExt
public String getFileExt ()
Returns | |
---|---|
String |
isCompressed
public boolean isCompressed ()
Returns | |
---|---|
boolean |
true if data type is a compressed format.
|
isText
public boolean isText ()
Returns | |
---|---|
boolean |
true if data type is a textual format.
|
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2019-10-02 UTC.