log.h | 557 typedef struct android_log_context_internal *android_log_context; typedef in typeref:struct:android_log_context_internal 578 android_log_context create_android_logger(uint32_t tag); 586 int android_log_write_list_begin(android_log_context ctx); 587 int android_log_write_list_end(android_log_context ctx); 589 int android_log_write_int32(android_log_context ctx, int32_t value); 590 int android_log_write_int64(android_log_context ctx, int64_t value); 591 int android_log_write_string8(android_log_context ctx, const char *value); 592 int android_log_write_string8_len(android_log_context ctx, 594 int android_log_write_float32(android_log_context ctx, float value); 598 int android_log_write_list(android_log_context ctx, log_id_t id) [all...] |