Context
ImmediateRequestMaker (part of the bom?) is executed via execute
Issue
That could block any other 3rd party AsyncTask's execute calls as it's run via serial executor under the hood.
Request
Use executeOnExecutor so analytics sdk request(s) won't block any other potential async task calls.