ArrayIndexOutOfBoundsException inside Android SharedPreference -


i using newrelic crash reports. in newrelic crash list can see exception inside android sharedpreferenceimpl. can me debug crash cause ? crash:

    exception java.lang.arrayindexoutofboundsexception location fastxmlserializer.java line 70 in fastxmlserializer.append() time today, xx:yy message length=0; index=699 

huawei device (huawei y320-u30) android 4.2.2 (c307b600)

below complete stack trace provided newrelic

java.lang.arrayindexoutofboundsexception: length=0; index=699 @ com.android.internal.util.fastxmlserializer.append()(fastxmlserializer.java:70) @ com.android.internal.util.fastxmlserializer.starttag()(fastxmlserializer.java:335) @ com.android.internal.util.xmlutils.writevaluexml()(xmlutils.java:468) @ com.android.internal.util.xmlutils.writemapxml()(xmlutils.java:245) @ com.android.internal.util.xmlutils.writemapxml()(xmlutils.java:185) @ android.app.sharedpreferencesimpl.writetofile()(sharedpreferencesimpl.java:598) @ android.app.sharedpreferencesimpl.access$800()(sharedpreferencesimpl.java:52) @ android.app.sharedpreferencesimpl$2.run()(sharedpreferencesimpl.java:513) @ java.util.concurrent.threadpoolexecutor.runworker()(threadpoolexecutor.java:1080) @ java.util.concurrent.threadpoolexecutor$worker.run()(threadpoolexecutor.java:573) @ java.lang.thread.run()(thread.java:838) 


Comments

  1. have you resolved?
    if you resolved,please send a email to me how to soleve it. mayinjian@baidu.com

    ReplyDelete

Post a Comment

Popular posts from this blog

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

yii2 - Yii 2 Running a Cron in the basic template -

android - Crash when clicking button with custom theme -