summaryrefslogtreecommitdiffstats
path: root/tests/sketch/src/com/android/gesture/GestureConstants.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sketch/src/com/android/gesture/GestureConstants.java')
-rw-r--r--tests/sketch/src/com/android/gesture/GestureConstants.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sketch/src/com/android/gesture/GestureConstants.java b/tests/sketch/src/com/android/gesture/GestureConstants.java
index 0e17c8a..cb64791 100644
--- a/tests/sketch/src/com/android/gesture/GestureConstants.java
+++ b/tests/sketch/src/com/android/gesture/GestureConstants.java
@@ -28,4 +28,5 @@ interface GestureConstants {
static final int STROKE_STRING_BUFFER_SIZE = 1024;
static final int STROKE_POINT_BUFFER_SIZE = 100; // number of points
static final int IO_BUFFER_SIZE = 8 * 1024; // 8K
+ String LOG_TAG = "GestureLibrary";
}