Use a shared thread pool for spam transport.

Before, we were creating a custom thread pool for spam transport, which isn't necessary. Instead, we can just use an application wide thread pool.

Also fixed some instances where we were not clearing the thread stats tag after opening the socket.

Test: manually launched app with data cleared and observed no crash
PiperOrigin-RevId: 161882076
Change-Id: I39bdd31cf5fa8a974d7535e861ec0716c85986f3
4 files changed
tree: cfca583eb15d85aaf7ccf8c120b8d6fdef09b4e0
  1. assets/
  2. java/
  3. Android.mk
  4. AndroidManifest.xml
  5. LICENSE