Bug 2231692 - Turn off launcher2 logging.

This commit is contained in:
Joe Onorato
2009-11-11 08:16:49 -08:00
parent c23c549af8
commit a30ce8e6b2
8 changed files with 78 additions and 106 deletions

View File

@@ -300,7 +300,7 @@ public class DragController {
*/
public boolean onInterceptTouchEvent(MotionEvent ev) {
if (false) {
Log.d(Launcher.LOG_TAG, "DragController.onInterceptTouchEvent " + ev + " mDragging="
Log.d(Launcher.TAG, "DragController.onInterceptTouchEvent " + ev + " mDragging="
+ mDragging);
}
final int action = ev.getAction();