summaryrefslogtreecommitdiffstats
path: root/logd/main.cpp
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2015-03-03 11:05:06 -0800
committerMark Salyzyn <salyzyn@google.com>2015-03-04 13:21:41 -0800
commit4ed16b4381e6723670575ff8da3cfe12fe74998a (patch)
treeed9ef91fd58939ca315ccefb4f6d7cbec29a6c82 /logd/main.cpp
parentd45d36e011bf2a42bffac07424d3990022287f3c (diff)
downloadsystem_core-4ed16b4381e6723670575ff8da3cfe12fe74998a.zip
system_core-4ed16b4381e6723670575ff8da3cfe12fe74998a.tar.gz
system_core-4ed16b4381e6723670575ff8da3cfe12fe74998a.tar.bz2
Revert "logd: Add minimum time bucket statistics"
This forward port reverts commit e457b74ce6ee6d799812dc2ec5e4b8b18bcd3e91 No longer as necessary once we add liblog: Instrument logging of logd write drops Although this provided an indication of how close statistically we were to overloading logd it is simpler to understand fails thus to hunt and peck a corrected value for /proc/sys/net/unix/max_dgram_qlen Change-Id: I2b30e0fc30625a48fd11a12c2d2cc6a41f26226f
Diffstat (limited to 'logd/main.cpp')
-rw-r--r--logd/main.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/logd/main.cpp b/logd/main.cpp
index 7a1ae54..243bee4 100644
--- a/logd/main.cpp
+++ b/logd/main.cpp
@@ -155,9 +155,6 @@ int main() {
LogBuffer *logBuf = new LogBuffer(times);
- if (property_get_bool("logd.statistics.dgram_qlen", false)) {
- logBuf->enableDgramQlenStatistics();
- }
{
char property[PROPERTY_VALUE_MAX];
property_get("ro.build.type", property, "");