__android_logger_資料
#include <log.h>
用於透過 __android_log_write_logger_data() 將記錄訊息寫入 Liblog 的 Logger 資料結構,以及傳送記錄訊息至使用者定義的 __android_log_set_logger() 中指定的記錄器。
摘要
公開屬性 |
|
---|---|
buffer_id
|
int
|
file
|
const char *
|
line
|
unsigned int
|
priority
|
int
|
struct_size
|
size_t
|
tag
|
const char *
|
公開屬性
buffer_id
int __android_logger_data::buffer_id
檔案
const char * __android_logger_data::file
行
unsigned int __android_logger_data::line
優先順序
int __android_logger_data::priority
結構體大小
size_t __android_logger_data::struct_size
tag
const char * __android_logger_data::tag