LogDataType
public final enum LogDataType
extends Enum< LogDataType >
java.lang.Object | ||
↳ | java.lang.Enum< com.android.tradefed.result.LogDataType > | |
↳ | com.android.tradefed.result.LogDataType |
Günlük verilerinin veri türünü temsil eder.
Özet
Enum değerleri | |
---|---|
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
|
Genel yöntemler | |
---|---|
String | getContentType () |
String | getFileExt () |
boolean | isCompressed () |
boolean | isText () |
static LogDataType | valueOf (String name) |
static final LogDataType[] | values () |
Enum değerleri
ADB_HOST_LOG
public static final LogDataType ADB_HOST_LOG
ANRS
public static final LogDataType ANRS
BİR İZ
public static final LogDataType ATRACE
BITS
public static final LogDataType BITS
BT_SNOOP_LOG
public static final LogDataType BT_SNOOP_LOG
HATA RAPORU
public static final LogDataType BUGREPORT
BUGREPORTZ
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
KAPSAM
public static final LogDataType COVERAGE
CPU_INFO
public static final LogDataType CPU_INFO
CUTTLEFISH_LOG
public static final LogDataType CUTTLEFISH_LOG
yön
public static final LogDataType DIR
DÖKÜM
public static final LogDataType DUMPSYS
DÖKÜM İZLEME
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
HİZMETLER
public static final LogDataType SERVICES
SEVEN_Z
public static final LogDataType SEVEN_Z
TAR_GZ
public static final LogDataType TAR_GZ
METİN
public static final LogDataType TEXT
METİN
public static final LogDataType TEXTPB
TF_EVENTS
public static final LogDataType TF_EVENTS
MEZAR TAŞI
public static final LogDataType TOMBSTONEZ
TEPE
public static final LogDataType TOP
UIX
public static final LogDataType UIX
BİLİNMEYEN
public static final LogDataType UNKNOWN
xml
public static final LogDataType XML
Genel yöntemler
getContentType
public String getContentType ()
İadeler | |
---|---|
String |
getFileExt
public String getFileExt ()
İadeler | |
---|---|
String |
Sıkıştırılmış
public boolean isCompressed ()
İadeler | |
---|---|
boolean | true veri türü sıkıştırılmış bir biçimse veya sıkıştırılmaması gerekiyorsa. |
Metin
public boolean isText ()
İadeler | |
---|---|
boolean | true veri türü bir metin biçimiyse. |
Bu sayfadaki içerik ve kod örnekleri, İçerik Lisansı sayfasında açıklanan lisanslara tabidir. Java ve OpenJDK, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2023-07-19 UTC.
[]
[]