commit | c81f3308975e3680fd6f47e5c6ee8d3f7afea25b | [log] [tgz] |
---|---|---|
author | Yichun Li <yichunli@google.com> | Tue Jan 31 04:59:31 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jan 31 04:59:31 2023 +0000 |
tree | d3ea7ed8c013f974590bde683e473838dee72b29 | |
parent | b48f56158986c609dfb562e98a2ed1181a0d7d7d [diff] | |
parent | 82eade37fc5f53a167e162bc440864ff423cda29 [diff] |
Merge "Update UiAutomator Condition" am: 3a4967cd07 am: 82eade37fc Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/2366619 Change-Id: I3559636a6820b20abf969bc1563a3b364a5bef49 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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");