Home
last modified time | relevance | path

Searched refs:list_nest_depth (Results 1 – 1 of 1) sorted by relevance

/system/core/liblog/
Dlog_event_list.c37 unsigned list_nest_depth; member
108 if (context->list_nest_depth > ANDROID_MAX_LIST_NEST_DEPTH) { in android_log_write_list_begin()
117 context->count[context->list_nest_depth]++; in android_log_write_list_begin()
118 context->list_nest_depth++; in android_log_write_list_begin()
119 if (context->list_nest_depth > ANDROID_MAX_LIST_NEST_DEPTH) { in android_log_write_list_begin()
128 context->list[context->list_nest_depth] = context->pos + 1; in android_log_write_list_begin()
129 context->count[context->list_nest_depth] = 0; in android_log_write_list_begin()
158 context->count[context->list_nest_depth]++; in android_log_write_int32()
193 context->count[context->list_nest_depth]++; in android_log_write_int64()
227 context->count[context->list_nest_depth]++; in android_log_write_string8_len()
[all …]