summaryrefslogtreecommitdiffstats
path: root/src/com/cyanogenmod/trebuchet/DragController.java
diff options
context:
space:
mode:
authornebkat <nebkat@teamhacksung.org>2012-12-18 20:32:12 +0000
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2012-12-18 12:39:57 -0800
commit1151b2f1424ee0a13b8ed1071bac688c6ad9f491 (patch)
treea3608613d57d811bce8d84c9abd01e55cf8a5eb3 /src/com/cyanogenmod/trebuchet/DragController.java
parenta257f0d0f8cf83e5aa0656d16b876e3edc027009 (diff)
downloadpackages_apps_trebuchet-1151b2f1424ee0a13b8ed1071bac688c6ad9f491.zip
packages_apps_trebuchet-1151b2f1424ee0a13b8ed1071bac688c6ad9f491.tar.gz
packages_apps_trebuchet-1151b2f1424ee0a13b8ed1071bac688c6ad9f491.tar.bz2
Update log tags
Change-Id: I245c7574517096c17ab43736d6144f0f0aa04d40
Diffstat (limited to 'src/com/cyanogenmod/trebuchet/DragController.java')
-rw-r--r--src/com/cyanogenmod/trebuchet/DragController.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/cyanogenmod/trebuchet/DragController.java b/src/com/cyanogenmod/trebuchet/DragController.java
index 047c455..da75b8f 100644
--- a/src/com/cyanogenmod/trebuchet/DragController.java
+++ b/src/com/cyanogenmod/trebuchet/DragController.java
@@ -41,7 +41,7 @@ import java.util.ArrayList;
* Class for initiating a drag within a view or across multiple views.
*/
public class DragController {
- private static final String TAG = "Launcher.DragController";
+ private static final String TAG = "Trebuchet.DragController";
/** Indicates the drag is a move. */
public static int DRAG_ACTION_MOVE = 0;
@@ -416,7 +416,7 @@ public class DragController {
@SuppressWarnings("all") // suppress dead code warning
final boolean debug = false;
if (debug) {
- Log.d(Launcher.TAG, "DragController.onInterceptTouchEvent " + ev + " mDragging="
+ Log.d(TAG, "onInterceptTouchEvent " + ev + " mDragging="
+ mDragging);
}