Merge "Remove redundant logs"
This commit is contained in:
commit
e5748387ac
1 changed files with 3 additions and 0 deletions
|
@ -534,6 +534,9 @@ public class LatinKeyboardView extends KeyboardView implements PointerTracker.Ke
|
|||
case MotionEvent.ACTION_POINTER_DOWN:
|
||||
eventTag = "[PointerDown]";
|
||||
break;
|
||||
case MotionEvent.ACTION_MOVE: // Skip this as being logged below
|
||||
eventTag = "";
|
||||
break;
|
||||
default:
|
||||
eventTag = "[Action" + action + "]";
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue