Home
last modified time | relevance | path

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

/system/core/logd/
DLogStatistics.h210 ssize_t drop_len = std::max(pruned.length() + 1, PRUNED_LEN); in formatLine() local
211 ssize_t size_len = std::max(size.length() + 1, TOTAL_LEN - name.length() - drop_len - 1); in formatLine()
215 (int)drop_len, pruned.c_str()); in formatLine()