android - Exception java.lang.ArrayIndexOutOfBoundsException only on Panasonic P-02E -


i gather crashes firebase apps. 1 of them reported following error, weird, on device panasonic p-02e. have no idea part of code reponsible this, seem problem of panasonic only, not application. idea how fix this?

exception java.lang.arrayindexoutofboundsexception: src.length=8192 srcpos=1  dst.length=8192 dstpos=0 length=-1 java.lang.system.arraycopy (system.java) org.kxml2.io.kxmlparser.fillbuffer (kxmlparser.java:1489) org.kxml2.io.kxmlparser.skip (kxmlparser.java:1574) org.kxml2.io.kxmlparser.parsestarttag (kxmlparser.java:1049) org.kxml2.io.kxmlparser.next (kxmlparser.java:369) org.kxml2.io.kxmlparser.next (kxmlparser.java:310) com.android.internal.util.xmlutils.readthismapxml (xmlutils.java:578) com.android.internal.util.xmlutils.readthisvaluexml (xmlutils.java:821) com.android.internal.util.xmlutils.readvaluexml (xmlutils.java:755) com.android.internal.util.xmlutils.readmapxml (xmlutils.java:494) android.app.sharedpreferencesimpl.loadfromdisklocked (sharedpreferencesimpl.java:113) android.app.sharedpreferencesimpl.access$000 (sharedpreferencesimpl.java:48) android.app.sharedpreferencesimpl$1.run (sharedpreferencesimpl.java:87) 

there note on stackoverflow same issue. seems related bug around xml download cutting out , android not throwing right exception. not sure if help: arrayindexoutofboundsexception in android's kxmlparser


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -