Advertisement
FamiHug

bug

May 27th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. 05-27 09:32:10.652: I/global(1111): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
  2. 05-27 09:32:10.652: W/System.err(1111): org.json.JSONException: Value null of type org.json.JSONObject$1 cannot be converted to JSONArray
  3. 05-27 09:32:10.652: W/System.err(1111): at org.json.JSON.typeMismatch(JSON.java:107)
  4. 05-27 09:32:10.652: W/System.err(1111): at org.json.JSONArray.<init>(JSONArray.java:91)
  5. 05-27 09:32:10.652: W/System.err(1111): at org.json.JSONArray.<init>(JSONArray.java:103)
  6. 05-27 09:32:10.662: W/System.err(1111): at com.aps.footballleague.service.ServiceConn.getServerData(ServiceConn.java:112)
  7. 05-27 09:32:10.662: W/System.err(1111): at com.aps.footballleague.service.TeamService.getTeams(TeamService.java:13)
  8. 05-27 09:32:10.662: W/System.err(1111): at com.aps.footballleague.TeamsActivity$LoadData.doInBackground(TeamsActivity.java:65)
  9. 05-27 09:32:10.662: W/System.err(1111): at com.aps.footballleague.TeamsActivity$LoadData.doInBackground(TeamsActivity.java:1)
  10. 05-27 09:32:10.662: W/System.err(1111): at android.os.AsyncTask$2.call(AsyncTask.java:185)
  11. 05-27 09:32:10.662: W/System.err(1111): at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305)
  12. 05-27 09:32:10.662: W/System.err(1111): at java.util.concurrent.FutureTask.run(FutureTask.java:137)
  13. 05-27 09:32:10.662: W/System.err(1111): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1068)
  14. 05-27 09:32:10.662: W/System.err(1111): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:561)
  15. 05-27 09:32:10.672: W/System.err(1111): at java.lang.Thread.run(Thread.java:1096)
  16. 05-27 09:32:13.952: D/dalvikvm(118): GC_EXPLICIT freed 207 objects / 9464 bytes in 73ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement