OSDN Git Service

Disable per touch logging.
authorJason Sams <rjsams@android.com>
Wed, 6 Jan 2010 22:41:51 +0000 (14:41 -0800)
committerJason Sams <rjsams@android.com>
Wed, 6 Jan 2010 22:41:51 +0000 (14:41 -0800)
res/raw/nexus.rs

index 698529c..0ffaa9b 100644 (file)
@@ -267,8 +267,8 @@ int main(int index) {
     gNow = uptimeMillis();
 
     if (Command->command != 0) {
-        debugF("x", Command->x);
-        debugF("y", Command->y);
+        //debugF("x", Command->x);
+        //debugF("y", Command->y);
         Command->command = 0;
         addTap(Command->x, Command->y);
     }