summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uiautomator/library/src/com/android/uiautomator/core/InteractionController.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/uiautomator/library/src/com/android/uiautomator/core/InteractionController.java b/uiautomator/library/src/com/android/uiautomator/core/InteractionController.java
index ce14337..8e5176e 100644
--- a/uiautomator/library/src/com/android/uiautomator/core/InteractionController.java
+++ b/uiautomator/library/src/com/android/uiautomator/core/InteractionController.java
@@ -148,9 +148,8 @@ class InteractionController {
}
public boolean clickAndWaitForNewWindow(final int x, final int y, long timeout) {
- if (DEBUG) {
- Log.d(LOG_TAG, "click (" + x + ", " + y + ")");
- }
+ Log.d(LOG_TAG, "clickAndWaitForNewWindow (" + x + ", " + y + ")");
+
Runnable command = new Runnable() {
@Override
public void run() {