commit | 6639f54dd05d9083dc775b96ba194af6a74741e1 | [log] [tgz] |
---|---|---|
author | Yichun Li <yichunli@google.com> | Wed Dec 21 20:08:00 2022 +0000 |
committer | Yichun Li <yichunli@google.com> | Thu Mar 09 17:32:10 2023 +0000 |
tree | 50bca31d1f51880b97e056b0fe37aeb1929487c5 | |
parent | 2cb27d7216f588d86f6a70ffa2786b107f51d383 [diff] |
Update UiAutomator Condition Test: presubmit, abtd: https://android-build.googleplex.com/builds/abtd/run/L61300000959012134?referrer=email Change-Id: I08524334046239917b3fa97216415cebdb496e02 (cherry picked from commit on android-review.googlesource.com host: 74d9dbe51680fa1bfbba95b909569c02021de2c0) Merged-In: I08524334046239917b3fa97216415cebdb496e02
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");