ข้อมูล__android_logger_data
#include <log.h>
โครงสร้างข้อมูลบันทึกที่ใช้สำหรับเขียนข้อความบันทึกไปยัง liblog ผ่าน __android_log_write_logger_data() และส่งข้อความบันทึกไปยังผู้บันทึกที่ผู้ใช้กำหนดตามที่ระบุไว้ใน __android_log_set_logger()
สรุป
แอตทริบิวต์สาธารณะ |
|
---|---|
buffer_id
|
int
|
file
|
const char *
|
line
|
unsigned int
|
priority
|
int
|
struct_size
|
size_t
|
tag
|
const char *
|
แอตทริบิวต์สาธารณะ
รหัสบัฟเฟอร์
int __android_logger_data::buffer_id
ไฟล์
const char * __android_logger_data::file
บรรทัด
unsigned int __android_logger_data::line
ลำดับความสำคัญ
int __android_logger_data::priority
Struct_size
size_t __android_logger_data::struct_size
แท็ก
const char * __android_logger_data::tag