Advertisement
Guest User

log cat

a guest
Jun 5th, 2013
710
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.49 KB | None | 0 0
  1. 06-05 08:12:34.303: W/System.err(1175):     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
  2. 06-05 08:12:34.303: W/System.err(1175):     at java.lang.Thread.run(Thread.java:856)
  3. 06-05 08:12:34.303: D/Response From onPostExecute(1175): Will Continue is false.
  4. 06-05 08:31:00.043: I/Choreographer(1175): Skipped 33 frames!  The application may be doing too much work on its main thread.
  5. 06-05 08:31:47.575: I/Choreographer(1175): Skipped 37 frames!  The application may be doing too much work on its main thread.
  6. 06-05 08:31:48.063: D/Response(1175): 200
  7. 06-05 08:31:48.063: D/doInBackground(1175): Response is true.
  8. 06-05 08:31:48.163: W/System.err(1175): org.json.JSONException: Value [] of type org.json.JSONArray cannot be converted to JSONObject
  9. 06-05 08:31:48.203: D/dalvikvm(1175): GC_CONCURRENT freed 297K, 29% free 3792K/5296K, paused 75ms+6ms, total 131ms
  10. 06-05 08:31:48.223: W/System.err(1175):     at org.json.JSON.typeMismatch(JSON.java:111)
  11. 06-05 08:31:48.223: W/System.err(1175):     at org.json.JSONObject.<init>(JSONObject.java:158)
  12. 06-05 08:31:48.233: W/System.err(1175):     at org.json.JSONObject.<init>(JSONObject.java:171)
  13. 06-05 08:31:48.233: W/System.err(1175):     at com.bpi.gears.Main$AuthenticateUserTask.doInBackground(Main.java:114)
  14. 06-05 08:31:48.233: W/System.err(1175):     at com.bpi.gears.Main$AuthenticateUserTask.doInBackground(Main.java:1)
  15. 06-05 08:31:48.233: W/System.err(1175):     at android.os.AsyncTask$2.call(AsyncTask.java:287)
  16. 06-05 08:31:48.233: W/System.err(1175):     at java.util.concurrent.FutureTask.run(FutureTask.java:234)
  17. 06-05 08:31:48.233: W/System.err(1175):     at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:230)
  18. 06-05 08:31:48.233: W/System.err(1175):     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080)
  19. 06-05 08:31:48.243: W/System.err(1175):     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
  20. 06-05 08:31:48.243: W/System.err(1175):     at java.lang.Thread.run(Thread.java:856)
  21. 06-05 08:31:48.243: D/Response From onPostExecute(1175): Will Continue is false.
  22. 06-05 08:31:48.774: D/Response(1175): 200
  23. 06-05 08:31:48.774: D/doInBackground(1175): Response is true.
  24. 06-05 08:31:48.803: W/System.err(1175): org.json.JSONException: Value [] of type org.json.JSONArray cannot be converted to JSONObject
  25. 06-05 08:31:48.823: W/System.err(1175):     at org.json.JSON.typeMismatch(JSON.java:111)
  26. 06-05 08:31:48.823: W/System.err(1175):     at org.json.JSONObject.<init>(JSONObject.java:158)
  27. 06-05 08:31:48.854: W/System.err(1175):     at org.json.JSONObject.<init>(JSONObject.java:171)
  28. 06-05 08:31:48.873: W/System.err(1175):     at com.bpi.gears.Main$AuthenticateUserTask.doInBackground(Main.java:114)
  29. 06-05 08:31:48.873: W/System.err(1175):     at com.bpi.gears.Main$AuthenticateUserTask.doInBackground(Main.java:1)
  30. 06-05 08:31:48.873: W/System.err(1175):     at android.os.AsyncTask$2.call(AsyncTask.java:287)
  31. 06-05 08:31:48.884: W/System.err(1175):     at java.util.concurrent.FutureTask.run(FutureTask.java:234)
  32. 06-05 08:31:48.884: W/System.err(1175):     at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:230)
  33. 06-05 08:31:48.924: W/System.err(1175):     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080)
  34. 06-05 08:31:48.993: W/System.err(1175):     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
  35. 06-05 08:31:48.993: W/System.err(1175):     at java.lang.Thread.run(Thread.java:856)
  36. 06-05 08:31:49.003: D/Response From onPostExecute(1175): Will Continue is false.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement