java.lang.OutOfMemoryError: [...]
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
Be the first to provide a solution to this exception. Write a tip to help other users and build your expert profile.
java.lang.OutOfMemoryError: [...]
at java.lang.AbstractStringBuilder.enlargeBuffer(AbstractStringBuilder.java:94)
at java.lang.AbstractStringBuilder.append0(AbstractStringBuilder.java:145)
at java.lang.StringBuffer.append(StringBuffer.java:219)
at com.github.mikephil.charting.formatter.DefaultAxisValueFormatter.
(DefaultAxisValueFormatter.java:35)