Recently I found some crash reports from Google Play, indicating the crash is in Chartboost plugin as below:
java.lang.NullPointerException at plugin.chartboost.cache$1.run(cache.java:132) at android.os.Handler.handleCallback(Handler.java:800) at android.os.Handler.dispatchMessage(Handler.java:100) at android.os.Looper.loop(Looper.java:194) at android.app.ActivityThread.main(ActivityThread.java:5433) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:525) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:924) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:691) at dalvik.system.NativeStart.main(Native Method)
Hope this can provide some clue for you to fix the crash. (The crash above is with Chartboost version 1.3. Not sure if this happens in 1.41)