cpp_client_telemetry
cpp_client_telemetry copied to clipboard
Processing PowerInfo broadcast async
Issue: PowerInfoReceiver in HttpClient is processing broadcast on main thread. Android guideline is to avoid working on main thread on broadcast.
Fix: HttpClient already has a executor, processing the broadcast message async on the executor.