You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Helper method used for debugging to dump the current window's layout hierarchy. The file root location is /data/local/tmp
164
+
* Helper method used for debugging to dump the current window's layout hierarchy.
165
165
*
166
166
* @param compressed use compressed layout hierarchy or not using setCompressedLayoutHeirarchy method. Ignore the parameter in case the API level lt 18.
* Helper method used for debugging to dump the current window's layout hierarchy.
172
+
* Helper method used for debugging to dump the current window's layout hierarchy
175
173
*
176
-
* @param compressed use compressed layout hierarchy or not using setCompressedLayoutHeirarchy method. Ignore the parameter in case the API level lt 18.
Copy file name to clipboardExpand all lines: app/src/androidTest/java/com/github/uiautomator/stub/AutomatorServiceImpl.java
+5-13Lines changed: 5 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -285,30 +285,22 @@ public boolean injectInputEvent(int action, float x, float y, int metaState) {
285
285
}
286
286
287
287
/**
288
-
* Helper method used for debugging to dump the current window's layout hierarchy. The file root location is /data/local/tmp
288
+
* Helper method used for debugging to dump the current window's layout hierarchy.
289
289
*
290
290
* @param compressed use compressed layout hierarchy or not using setCompressedLayoutHeirarchy method. Ignore the parameter in case the API level lt 18.
291
-
* @param filename the filename to be stored. @deprecated
* Helper method used for debugging to dump the current window's layout hierarchy.
302
-
*
303
-
* @param compressed use compressed layout hierarchy or not using setCompressedLayoutHeirarchy method. Ignore the parameter in case the API level lt 18.
0 commit comments