__android_logger_資料

#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 *

公開屬性

buffer_id

int __android_logger_data::buffer_id

檔案

const char * __android_logger_data::file

LINE

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