With StrictMode enabled I just started getting this exception:
java.lang.Throwable: Untagged socket detected; use TrafficStats.setThreadSocketTag() to tra
My solution has been to call on initialisation the following:
private static final int THREAD_ID = 10000; TrafficStats.setThreadStatsTag(THREAD_ID);