-
Notifications
You must be signed in to change notification settings - Fork 308
Description
Exception java.lang.ArrayIndexOutOfBoundsException: length=10; index=10
at java.util.ArrayList.add (ArrayList.java:468)
at com.adjust.sdk.ActivityHandler.getAdid (Unknown Source:44)
at com.adjust.sdk.AdjustInstance.getAdid (Unknown Source:16)
at com.adjust.sdk.Adjust.getAdid (Unknown Source:19)
at com.xx.xx.xx.stat.adjust.AdjustSdkHelper.asynAdid (AdjustSdkHelper.kt:698)
at com.xx.xx.xx.stat.adjust.AdjustSdkHelper.getAdid (AdjustSdkHelper.kt:685)
at com.xx.xx.xx.net.interceptor.HeaderInterceptor.intercept (HeaderInterceptor.kt:50)
at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.kt:126)
at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp (RealCall.kt:208)
at okhttp3.internal.connection.RealCall$AsyncCall.run (RealCall.kt:530)
at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:641)
at java.lang.Thread.run (Thread.java:764)
Adjust.getAdid{
}
why?