Snap for 7901677 from 2a76bfde3e1abbe43b8952356c10e06209adce86 to sc-platform-release

Change-Id: If2e2eb7a1bdf0bd120f41ec2076da86cdcbddfe0
diff --git a/src/com/google/android/iwlan/ErrorPolicyManager.java b/src/com/google/android/iwlan/ErrorPolicyManager.java
index 107476d..15d8116 100644
--- a/src/com/google/android/iwlan/ErrorPolicyManager.java
+++ b/src/com/google/android/iwlan/ErrorPolicyManager.java
@@ -151,7 +151,7 @@
     private Map<String, List<ErrorPolicy>> mCarrierConfigPolicies = new HashMap<>();
 
     // String APN as key to identify the ErrorInfo associated with that APN
-    private Map<String, ErrorInfo> mLastErrorForApn = new HashMap<>();
+    private Map<String, ErrorInfo> mLastErrorForApn = new ConcurrentHashMap<>();
 
     // List of current Unthrottling events registered with IwlanEventListener
     private Set<Integer> mUnthrottlingEvents;