commit | 3a4967cd0739785b59217a103970ee9aea307d47 | [log] [tgz] |
---|---|---|
author | Yichun Li <yichunli@google.com> | Tue Jan 31 03:14:23 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jan 31 03:14:23 2023 +0000 |
tree | 410fa2c27b30accfa6b5a222a488deb5c550c63e | |
parent | 210f3b234e48f353053dc8e0648cded926f60caf [diff] | |
parent | 74d9dbe51680fa1bfbba95b909569c02021de2c0 [diff] |
Merge "Update UiAutomator Condition"
diff --git a/nearby/tests/integration/untrusted/src/androidx/test/uiautomator/LogcatWaitMixin.java b/nearby/tests/integration/untrusted/src/androidx/test/uiautomator/LogcatWaitMixin.java index 86e39dc..8b5ac12 100644 --- a/nearby/tests/integration/untrusted/src/androidx/test/uiautomator/LogcatWaitMixin.java +++ b/nearby/tests/integration/untrusted/src/androidx/test/uiautomator/LogcatWaitMixin.java
@@ -54,7 +54,7 @@ @NonNull String specificLog, @NonNull Date startTime) { return new Condition<UiDevice, Boolean>() { @Override - Boolean apply(UiDevice device) { + public Boolean apply(UiDevice device) { String logcatLogs; try { logcatLogs = device.executeShellCommand("logcat -v time -v year -d");