__android_logger_data
#include <log.h>
__android_log_write_logger_data()를 통해 liblog에 로그 메시지를 작성하고 __android_log_set_logger()에 지정된 사용자 정의 로거에 로그 메시지를 전송하는 데 사용되는 로거 데이터 구조체입니다.
요약
공개 속성 |
|
---|---|
buffer_id
|
int
|
file
|
const char *
|
line
|
unsigned int
|
priority
|
int
|
struct_size
|
size_t
|
tag
|
const char *
|
공개 속성
버퍼 ID
int __android_logger_data::buffer_id
파일
const char * __android_logger_data::file
선
unsigned int __android_logger_data::line
priority
int __android_logger_data::priority
구조체_크기
size_t __android_logger_data::struct_size
tag
const char * __android_logger_data::tag