summaryrefslogtreecommitdiffstats
path: root/logd/LogWhiteBlackList.h
Commit message (Collapse)AuthorAgeFilesLines
* logd: optimize statisticsMark Salyzyn2015-03-201-0/+2
| | | | | | | | | - Go back to basic requirements - Simplify - use hash tables to minimize memory impact Bug: 19608965 Change-Id: If7becb34354d6415e5c387ecea7d4109a15259c8
* logd: liblog: logcat: Add LogWhiteBlackListMark Salyzyn2014-03-131-0/+71
- liblog android_logger_get_log_size and android_logger_get_readable_size adjusted to return long instead of int because of -G flag extending range NB: ifdef'd only for userdebug and eng builds - liblog Add android_logger_[sg]et_prune_list and android_logger_set_log_size - logcat Add -P, -p and -G flags - logd Add LogWhiteBlackList and configurable log size (cherry picked from commit 18a5432158ad43b8faefe4950b30e760200ce0b4) Change-Id: I1572338c1b34bd968ad7867857ef708156ec3b6a