diff options
Diffstat (limited to 'core/java/android/view/ViewDebug.java')
| -rw-r--r-- | core/java/android/view/ViewDebug.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/java/android/view/ViewDebug.java b/core/java/android/view/ViewDebug.java index b1d52725257e..727cf17e9dfd 100644 --- a/core/java/android/view/ViewDebug.java +++ b/core/java/android/view/ViewDebug.java @@ -136,6 +136,12 @@ public class ViewDebug { public static final boolean DEBUG_SHOW_FPS = false; /** + * Enables detailed logging of drag/drop operations. + * @hide + */ + public static final boolean DEBUG_DRAG = true; + + /** * <p>Enables or disables views consistency check. Even when this property is enabled, * view consistency checks happen only if {@link android.util.Config#DEBUG} is set * to true. The value of this property can be configured externally in one of the |
