analytics-android icon indicating copy to clipboard operation
analytics-android copied to clipboard

4.10.0 -> NullPointerException,Function “performRun”

Open ditingvh opened this issue 4 years ago • 1 comments

java.lang.NullPointerException

Attempt to invoke interface method 'java.util.Set java.util.Map.entrySet()' on a null object reference

com.segment.analytics.Analytics.void performRun(com.segment.analytics.IntegrationOperation)(Analytics.java:1636)

You should judge entrySet if null,even thought much time is not.Maybe the OS recycle it?

ditingvh avatar Sep 18 '21 01:09 ditingvh

Case: When you try to shutdown(), executor also called shutdown(), but request in the same moment can be submitted to terminated networkExecutor, thats why, under the hood caused RejectedExecutionException and omit this exception without any handling.

Y-E-P avatar Aug 10 '22 11:08 Y-E-P