envoyproxy / envoyproxy/envoy-mobile
Cronvoy: Thread priority for the Network Thread
Open
cronet
enhancement
no stalebot
- Dominant language
- Java
- Stars
- 566
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Description
Upon Engine creation, Cronet expects the [Thread priority to be provided for the Network Thread](https://source.chromium.org/chromium/chromium/src/+/main:components/cronet/android/cronet_url_request_context_adapter.cc;l=252). It is an ```int```: [```jnetwork_thread_priority >= -20 && jnetwork_thread_priority <= 19```](https://source.chromium.org/chromium/chromium/src/+/main:components/cronet/android/cronet_url_request_context_adapter.cc;l=268)
Envoy Mobile must support this argument.
Contributor guide
Assessment
This issue has not been assessed yet.