Skip to content

Commit 78734ef

Browse files
Dump thread states when idling resources times out
Dumps using `TestOutputEmitter`, this logic is identical to that in Espresso's implementation of `IdlingResourceTimeoutException` PiperOrigin-RevId: 545869438
1 parent bab28d5 commit 78734ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runner/monitor/java/androidx/test/internal/platform/util/TestOutputEmitter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*
2626
* @hide
2727
*/
28-
@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP) // used by espresso
28+
@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP) // used by espresso and robolectric
2929
public class TestOutputEmitter {
3030

3131
// create a handler for TestOutputEmitter calls. By default calls are no-ops

0 commit comments

Comments
 (0)