githubbub / achartengine

Automatically exported from code.google.com/p/achartengine
0 stars 0 forks source link

Embedded line chart demo #373

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When I clicked "Embedded line chart demo",
The logcat apperence:
at java.lang.Integer.invalidInt(Integer.java:138)
    at java.lang.Integer.parseInt(Integer.java:359)
    at java.lang.Integer.parseInt(Integer.java:332)
    at java.util.Calendar.getHwFirstDayOfWeek(Calendar.java:807)
        at java.util.Calendar.<init>(Calendar.java:745)
    at java.util.GregorianCalendar.<init>(GregorianCalendar.java:338)
    at java.util.GregorianCalendar.<init>(GregorianCalendar.java:314)
    at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:378)
    at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:368)
    at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:253)
    at com.qzone.global.util.log.QZLog.<clinit>(ProGuard:89)

How to solve the problem?

Original issue reported on code.google.com by pcjiushi...@gmail.com on 28 Nov 2013 at 5:10

Attachments:

GoogleCodeExporter commented 9 years ago
As you can see in the stacktrace, this is an exception thrown in your QZLog 
class.

Original comment by 4viewsoft@gmail.com on 7 Jan 2014 at 10:25