grpc / grpc-java

The Java gRPC implementation. HTTP/2 based RPC
https://grpc.io/docs/languages/java/
Apache License 2.0
11.48k stars 3.85k forks source link

binder: Remove unnecessary uses of LooperMode(PAUSED) #11647

Closed ejona86 closed 3 weeks ago

ejona86 commented 3 weeks ago

PAUSED Looper mode has been the default for many years, maybe around robolectric 4.5 (9ae9f0b6a6). Explicitly specifying PAUSED Looper mode is not necessary.

cl/690684542

CC @hoisie


I did look up the robolectric 4.5 version, and we're on 4.13 so everything seems in-place.

linux-foundation-easycla[bot] commented 3 weeks ago

CLA Signed

The committers listed above are authorized under a signed CLA.