Home
last modified time | relevance | path

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

/system/logging/logd/
DChattyLogBuffer.cpp117 LogBufferElement& current_last = *last_logged_elements_[log_id]; in LogInternal() local
118 enum match_type match = Identical(elem, current_last); in LogInternal()
128 SimpleLogBuffer::LogInternal(std::move(current_last)); in LogInternal()
137 duplicate_elements_[log_id].emplace(std::move(current_last)); in LogInternal()
145 reinterpret_cast<const android_log_event_int_t*>(current_last.msg()); in LogInternal()
153 SimpleLogBuffer::LogInternal(std::move(current_last)); in LogInternal()
157 stats()->AddTotal(current_last.log_id(), current_last.msg_len()); in LogInternal()
170 stats()->AddTotal(current_last.log_id(), current_last.msg_len()); in LogInternal()
172 current_last.SetDropped(dropped_count + 1); in LogInternal()
173 duplicate_elements_[log_id].emplace(std::move(current_last)); in LogInternal()