Home
last modified time | relevance | path

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

/system/core/liblog/
Dlog_is_loggable.c271 uint32_t current_serial = __system_property_area_serial(); in __android_log_is_debuggable() local
272 if (current_serial != serial) { in __android_log_is_debuggable()
277 serial = current_serial; in __android_log_is_debuggable()
304 uint32_t current_serial; in do_cache2() local
315 current_serial = __system_property_area_serial(); in do_cache2()
316 if (current_serial != self->serial) { in do_cache2()
322 self->serial = current_serial; in do_cache2()