OSDN Git Service

logd: liblog: logcat: Add LogWhiteBlackList
authorMark Salyzyn <salyzyn@google.com>
Tue, 11 Feb 2014 20:29:31 +0000 (12:29 -0800)
committerMark Salyzyn <salyzyn@google.com>
Thu, 13 Mar 2014 00:23:59 +0000 (17:23 -0700)
commit18a5432158ad43b8faefe4950b30e760200ce0b4
tree49cb5dd45de2bf869b2bb8faf6d987c8bd96190a
parent3c4919e4748d32d7f3e147ab57f4fafee28c7447
logd: liblog: logcat: Add LogWhiteBlackList

- 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

Change-Id: I1572338c1b34bd968ad7867857ef708156ec3b6a
15 files changed:
include/log/logger.h
liblog/Android.mk
liblog/log_read.c
liblog/log_read_kern.c
logcat/Android.mk
logcat/logcat.cpp
logd/Android.mk
logd/CommandListener.cpp
logd/CommandListener.h
logd/LogBuffer.cpp
logd/LogBuffer.h
logd/LogStatistics.cpp
logd/LogStatistics.h
logd/LogWhiteBlackList.cpp [new file with mode: 0644]
logd/LogWhiteBlackList.h [new file with mode: 0644]