From 8fa5a88bee4e17636f6f3877cc6705a80fbf986f Mon Sep 17 00:00:00 2001 From: Wei Hua Date: Sun, 17 Jul 2011 17:57:21 -0700 Subject: [PATCH] Disable the timing in the filter framework. Change-Id: Ib509cac0fd371bfa2282c30333a0ac2f9758bdfc --- mca/filterfw/java/android/filterfw/core/StopWatchMap.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mca/filterfw/java/android/filterfw/core/StopWatchMap.java b/mca/filterfw/java/android/filterfw/core/StopWatchMap.java index 3b56d2d3..444a1fc5 100644 --- a/mca/filterfw/java/android/filterfw/core/StopWatchMap.java +++ b/mca/filterfw/java/android/filterfw/core/StopWatchMap.java @@ -69,7 +69,7 @@ class StopWatch { public class StopWatchMap { - public boolean LOG_MFF_RUNNING_TIMES = true; + public boolean LOG_MFF_RUNNING_TIMES = false; private HashMap mStopWatches = null; -- 2.11.0