DescriptionReplace LooperExecutor with built-in class in Android AppRTC Demo
LooperExecutor is only truly needed in WebSocketChannelClient because of
WebSocketClient from autobanh requiring thread to have a looper. So
LooperExecutor was left there but replaced everywhere else with built-in
singleThreadExecutor/singleThreadScheduledExecutor.
Motivation behind this change is that built-in class behaves better
under testing environment and doesn't require hacky
RobolectricLooperExecutor.
Committed: https://crrev.com/7cf11476b956145f2dea7252eacdf02c7b8f1a7b
Cr-Commit-Position: refs/heads/master@{#12823}
Patch Set 1 #
Total comments: 12
Patch Set 2 : Changes according to magjed comments #Messages
Total messages: 12 (5 generated)
|