I am getting the following stack trace error on google play. It's only happening with my most recent update, which included adding some third-party code that requires an internet connection as well as updates to my code. I cannot figure out how to recreate this problem nor can I seem to figure out where it is coming from. Any ideas?
java.lang.OutOfMemoryError: (Heap Size=8519KB, Allocated=5304KB, Bitmap Size=24283KB) at android.webkit.ByteArrayBuilder$Chunk.(ByteArrayBuilder.java:136) at android.webkit.ByteArrayBuilder.obtainChunk(ByteArrayBuilder.java:127) at android.webkit.ByteArrayBuilder.append(ByteArrayBuilder.java:55) at android.webkit.LoadListener.data(LoadListener.java:744) at android.net.http.Request.readResponse(Request.java:377) at android.net.http.Connection.processRequests(Connection.java:386) at android.net.http.ConnectionThread.run(ConnectionThread.java:144)