summaryrefslogtreecommitdiffstats
path: root/logcat
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2014-05-27 10:06:34 -0700
committerMark Salyzyn <salyzyn@google.com>2014-05-27 14:29:56 -0700
commite4369d68a255790ff0ed21ba31d3dcbb520df09d (patch)
tree287df02ea5d4a8b194602645795453508332a050 /logcat
parentb24085d55b082d802eba699243dba26fbc6ac712 (diff)
downloadsystem_core-e4369d68a255790ff0ed21ba31d3dcbb520df09d.zip
system_core-e4369d68a255790ff0ed21ba31d3dcbb520df09d.tar.gz
system_core-e4369d68a255790ff0ed21ba31d3dcbb520df09d.tar.bz2
logd: logcat: debuggerd: audit logs to events and main
- auditd spawn log copy to events and main - logcat delete events as one of the default logs - debuggerd do not collect events. - squish multiple spaces - switch from strcpy to memmove for overlapping buffers BUG: 14626551 Change-Id: I89b30273ce931ed2b25a53ea9be48e77f4c1bbf4
Diffstat (limited to 'logcat')
-rw-r--r--logcat/logcat.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/logcat/logcat.cpp b/logcat/logcat.cpp
index ed2c241..16fe7ee 100644
--- a/logcat/logcat.cpp
+++ b/logcat/logcat.cpp
@@ -633,11 +633,6 @@ int main(int argc, char **argv)
dev = dev->next = new log_device_t("crash", false, 'c');
android::g_devCount++;
}
- if (android_name_to_log_id("events") == LOG_ID_EVENTS) {
- dev = dev->next = new log_device_t("events", true, 'e');
- android::g_devCount++;
- needBinary = true;
- }
}
if (android::g_logRotateSizeKBytes != 0