LogDataType
public final enum LogDataType
extends Enum< LogDataType >
java.lang.Object | ||
↳ | java.lang.Enum< com.android.tradefed.result.LogDataType > | |
↳ | com.android.tradefed.result.LogDataType |
Stellt den Datentyp der Protokolldaten dar.
Zusammenfassung
Enum-Werte | |
---|---|
LogDataType | ADB_HOST_LOG |
LogDataType | ANRS |
LogDataType | ATRACE |
LogDataType | BITS |
LogDataType | BT_SNOOP_LOG |
LogDataType | BUGREPORT |
LogDataType | BUGREPORTZ |
LogDataType | CB_METRICS_FILE |
LogDataType | CFG |
LogDataType | CLANG_COVERAGE |
LogDataType | COMPACT_MEMINFO |
LogDataType | COVERAGE |
LogDataType | CPU_INFO |
LogDataType | CUTTLEFISH_LOG |
LogDataType | DIR |
LogDataType | DUMPSYS |
LogDataType | DUMPTRACE |
LogDataType | EAR |
LogDataType | GCOV_KERNEL_COVERAGE |
LogDataType | GFX_INFO |
LogDataType | GOLDEN_RESULT_PROTO |
LogDataType | GZIP |
LogDataType | HARNESS_CONFIG |
LogDataType | HARNESS_STD_LOG |
LogDataType | HOST_LOG |
LogDataType | HPROF |
LogDataType | HTML |
LogDataType | JACOCO_CSV |
LogDataType | JACOCO_EXEC |
LogDataType | JACOCO_XML |
LogDataType | JPEG |
LogDataType | JSON |
LogDataType | KERNEL_LOG |
LogDataType | KERNEL_TRACE |
LogDataType | LOGCAT |
LogDataType | MEM_INFO |
LogDataType | MONKEY_LOG |
LogDataType | MP4 |
LogDataType | MUGSHOT_LOG |
LogDataType | NATIVE_COVERAGE |
LogDataType | PASSED_TESTS |
LogDataType | PB |
LogDataType | PERFETTO |
LogDataType | PNG |
LogDataType | PROCRANK |
LogDataType | RECOVERY_MODE_LOG |
LogDataType | SERVICES |
LogDataType | SEVEN_Z |
LogDataType | TAR_GZ |
LogDataType | TEXT |
LogDataType | TEXTPB |
LogDataType | TF_EVENTS |
LogDataType | TOMBSTONEZ |
LogDataType | TOP |
LogDataType | UIX |
LogDataType | UNKNOWN |
LogDataType | XML |
LogDataType | ZIP
|
Öffentliche Methoden | |
---|---|
String | getContentType () |
String | getFileExt () |
boolean | isCompressed () |
boolean | isText () |
static LogDataType | valueOf (String name) |
static final LogDataType[] | values () |
Enum-Werte
ADB_HOST_LOG
public static final LogDataType ADB_HOST_LOG
ANRS
public static final LogDataType ANRS
EINE SPUR
public static final LogDataType ATRACE
BITS
public static final LogDataType BITS
BT_SNOOP_LOG
public static final LogDataType BT_SNOOP_LOG
FEHLERBERICHT
public static final LogDataType BUGREPORT
FEHLERBERICHTZ
public static final LogDataType BUGREPORTZ
CB_METRICS_FILE
public static final LogDataType CB_METRICS_FILE
CFG
public static final LogDataType CFG
CLANG_COVERAGE
public static final LogDataType CLANG_COVERAGE
COMPACT_MEMINFO
public static final LogDataType COMPACT_MEMINFO
ABDECKUNG
public static final LogDataType COVERAGE
CPU_INFO
public static final LogDataType CPU_INFO
CUTTLEFISH_LOG
public static final LogDataType CUTTLEFISH_LOG
DIR
public static final LogDataType DIR
DUMPSYS
public static final LogDataType DUMPSYS
DUMPTRACE
public static final LogDataType DUMPTRACE
GCOV_KERNEL_COVERAGE
public static final LogDataType GCOV_KERNEL_COVERAGE
GFX_INFO
public static final LogDataType GFX_INFO
GOLDEN_RESULT_PROTO
public static final LogDataType GOLDEN_RESULT_PROTO
GZIP
public static final LogDataType GZIP
HARNESS_CONFIG
public static final LogDataType HARNESS_CONFIG
HARNESS_STD_LOG
public static final LogDataType HARNESS_STD_LOG
HOST_LOG
public static final LogDataType HOST_LOG
HPROF
public static final LogDataType HPROF
HTML
public static final LogDataType HTML
JACOCO_CSV
public static final LogDataType JACOCO_CSV
JACOCO_EXEC
public static final LogDataType JACOCO_EXEC
JACOCO_XML
public static final LogDataType JACOCO_XML
JPEG
public static final LogDataType JPEG
JSON
public static final LogDataType JSON
KERNEL_LOG
public static final LogDataType KERNEL_LOG
KERNEL_TRACE
public static final LogDataType KERNEL_TRACE
LOGCAT
public static final LogDataType LOGCAT
MEM_INFO
public static final LogDataType MEM_INFO
MONKEY_LOG
public static final LogDataType MONKEY_LOG
MP4
public static final LogDataType MP4
MUGSHOT_LOG
public static final LogDataType MUGSHOT_LOG
NATIVE_COVERAGE
public static final LogDataType NATIVE_COVERAGE
PASSED_TESTS
public static final LogDataType PASSED_TESTS
PB
public static final LogDataType PB
PERFETTO
public static final LogDataType PERFETTO
PNG
public static final LogDataType PNG
PROCRANK
public static final LogDataType PROCRANK
RECOVERY_MODE_LOG
public static final LogDataType RECOVERY_MODE_LOG
DIENSTLEISTUNGEN
public static final LogDataType SERVICES
SIEBEN_Z
public static final LogDataType SEVEN_Z
TAR_GZ
public static final LogDataType TAR_GZ
TEXT
public static final LogDataType TEXT
TEXTPB
public static final LogDataType TEXTPB
TF_EVENTS
public static final LogDataType TF_EVENTS
GRABSTEIN
public static final LogDataType TOMBSTONEZ
SPITZE
public static final LogDataType TOP
UIX
public static final LogDataType UIX
UNBEKANNT
public static final LogDataType UNKNOWN
XML
public static final LogDataType XML
Öffentliche Methoden
getContentType
public String getContentType ()
Kehrt zurück | |
---|---|
String |
getFileExt
public String getFileExt ()
Kehrt zurück | |
---|---|
String |
Ist komprimiert
public boolean isCompressed ()
Kehrt zurück | |
---|---|
boolean | true , wenn der Datentyp ein komprimiertes Format ist oder nicht komprimiert werden soll. |
isText
public boolean isText ()
Kehrt zurück | |
---|---|
boolean | true , wenn der Datentyp ein Textformat ist. |
Wert von
public static LogDataType valueOf (String name)
Parameter | |
---|---|
name | String |
Kehrt zurück | |
---|---|
LogDataType |
Alle Inhalte und Codebeispiele auf dieser Seite unterliegen den Lizenzen wie im Abschnitt Inhaltslizenz beschrieben. Java und OpenJDK sind Marken oder eingetragene Marken von Oracle und/oder seinen Tochtergesellschaften.
Zuletzt aktualisiert: 2023-07-19 (UTC).
[]
[]