summaryrefslogtreecommitdiff
path: root/core/java/android/view/ViewDebug.java
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2011-05-24 14:59:50 -0700
committerRomain Guy <romainguy@google.com>2011-05-24 14:59:50 -0700
commit1c90f032fad84b468fbe84d1faa11421e5209f89 (patch)
tree95912a4f9d97cd41bfb80992d91560c41be6d6d0 /core/java/android/view/ViewDebug.java
parentbdd8a16282cf85bfdbe4c15adcd5c37db772de11 (diff)
Code cleanup.
Change-Id: I5469a2c826c054f20e045ea098bdbcad9e11b17b
Diffstat (limited to 'core/java/android/view/ViewDebug.java')
-rw-r--r--core/java/android/view/ViewDebug.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/java/android/view/ViewDebug.java b/core/java/android/view/ViewDebug.java
index 4aa8727e27f7..f014070d2b9d 100644
--- a/core/java/android/view/ViewDebug.java
+++ b/core/java/android/view/ViewDebug.java
@@ -92,12 +92,6 @@ public class ViewDebug {
public static final boolean TRACE_RECYCLER = false;
/**
- * The system property of dynamic switch for capturing event information
- * when it is set, we log key events, touch/motion and trackball events
- */
- static final String SYSTEM_PROPERTY_CAPTURE_EVENT = "debug.captureevent";
-
- /**
* Profiles drawing times in the events log.
*
* @hide