mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 09:26:51 +00:00
Bug 2231692 - Turn off launcher2 logging.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user