commit | 4ad32fe2dc7b27adc7a811223c2dc2bdf9e50afb | [log] [tgz] |
---|---|---|
author | zachh <zachh@google.com> | Thu Jul 13 16:22:50 2017 -0700 |
committer | Eric Erfanian <erfanian@google.com> | Mon Jul 24 18:48:14 2017 +0000 |
tree | cfca583eb15d85aaf7ccf8c120b8d6fdef09b4e0 | |
parent | 687f1931532d66b51790998b318abca6a0d3f928 [diff] |
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