OSDN Git Service

Disable the timing in the filter framework.
authorWei Hua <whua@google.com>
Mon, 18 Jul 2011 00:57:21 +0000 (17:57 -0700)
committerWei Hua <whua@google.com>
Mon, 18 Jul 2011 01:00:13 +0000 (18:00 -0700)
Change-Id: Ib509cac0fd371bfa2282c30333a0ac2f9758bdfc

mca/filterfw/java/android/filterfw/core/StopWatchMap.java

index 3b56d2d..444a1fc 100644 (file)
@@ -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<String, StopWatch> mStopWatches = null;