Go to the source code of this file.
|
| enum | AdbTrace {
ADB = 0
, SOCKETS
, PACKETS
, TRANSPORT
,
RWX
, USB
, SYNC
, SYSDEPS
,
JDWP
, SERVICES
, AUTH
, FDEVENT
,
SHELL
, INCREMENTAL
, MDNS
, MDNS_STACK
,
NUM_TRACES
} |
| |
◆ VLOG
Value:
#define VLOG_IS_ON(TAG)
Definition: adb_trace.h:49
#define LOG(severity)
Definition: logging.h:223
#define LIKELY(exp)
Definition: macros.h:83
@ DEBUG
Definition: logging.h:89
◆ VLOG_IS_ON
◆ AdbTrace
| Enumerator |
|---|
| ADB | |
| SOCKETS | |
| PACKETS | |
| TRANSPORT | |
| RWX | |
| USB | |
| SYNC | |
| SYSDEPS | |
| JDWP | |
| SERVICES | |
| AUTH | |
| FDEVENT | |
| SHELL | |
| INCREMENTAL | |
| MDNS | |
| MDNS_STACK | |
| NUM_TRACES | |
◆ adb_trace_enable()
| void adb_trace_enable |
( |
AdbTrace |
trace_tag | ) |
|
◆ adb_trace_init()
| void adb_trace_init |
( |
char ** |
argv | ) |
|
◆ get_trace_setting()
| std::string get_trace_setting |
( |
| ) |
|
◆ adb_trace_mask