首页 新闻 会员 周边

android 应用中的bug,求高手解决

0
悬赏园豆:15 [待解决问题]

  

10-18 02:37:29.331: D/dalvikvm(942): GC_CONCURRENT freed 178K, 51% free 2793K/5639K, external 741K/1047K, paused 11ms+6ms
10-18 02:37:29.371: D/AndroidRuntime(942): Shutting down VM
10-18 02:37:29.371: W/dalvikvm(942): threadid=1: thread exiting with uncaught exception (group=0x40015560)
10-18 02:37:29.461: E/CrashHandler(942): an error occured while writing report file...
10-18 02:37:29.461: E/CrashHandler(942): java.io.FileNotFoundException: /mnt/sdcard/.qztrainning/crash-1382063849453.cr (Permission denied)
10-18 02:37:29.461: E/CrashHandler(942): at org.apache.harmony.luni.platform.OSFileSystem.open(Native Method)
10-18 02:37:29.461: E/CrashHandler(942): at dalvik.system.BlockGuard$WrappedFileSystem.open(BlockGuard.java:232)
10-18 02:37:29.461: E/CrashHandler(942): at java.io.FileOutputStream.<init>(FileOutputStream.java:94)
10-18 02:37:29.461: E/CrashHandler(942): at java.io.FileOutputStream.<init>(FileOutputStream.java:66)
10-18 02:37:29.461: E/CrashHandler(942): at com.iiapk.core.widget.CrashHandler.saveCrashInfoToFile(CrashHandler.java:195)
10-18 02:37:29.461: E/CrashHandler(942): at com.iiapk.core.widget.CrashHandler.handleException(CrashHandler.java:102)
10-18 02:37:29.461: E/CrashHandler(942): at com.iiapk.core.widget.CrashHandler.uncaughtException(CrashHandler.java:59)
10-18 02:37:29.461: E/CrashHandler(942): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:854)
10-18 02:37:29.461: E/CrashHandler(942): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:851)
10-18 02:37:29.461: E/CrashHandler(942): at dalvik.system.NativeStart.main(Native Method)
10-18 02:37:30.691: D/dalvikvm(953): GC_EXTERNAL_ALLOC freed 95K, 51% free 2669K/5379K, external 448K/517K, paused 60ms
10-18 02:37:31.221: D/HttpClientUtils(953): Send POST Request: url[http://zyt.8glw.com:8080/version] params[null]
10-18 02:37:31.271: D/HttpClientUtils(953): Send POST Request: url[http://zyt.8glw.com:8080/feed/update] params[[sessionid=ac27d930379211e3be450026b93b93a1, type=0, addr=110000, addr_type=0, limit=20, token=494a1386]]
10-18 02:37:31.381: W/SingleClientConnManager(953): Invalid use of SingleClientConnManager: connection still allocated.
10-18 02:37:31.381: W/SingleClientConnManager(953): Make sure to release the connection before allocating another one.
10-18 02:37:51.514: E/HttpClientUtilsxxxx(953): HttpClientUtilsxxxx: zyt.8glw.com
10-18 02:37:51.521: E/iiapk-AsyncTask(953): org.json.JSONException: Value ERROR-zyt.8glw.com of type java.lang.String cannot be converted to JSONObject
10-18 02:37:51.592: E/HttpClientUtilsxxxx(953): HttpClientUtilsxxxx: zyt.8glw.com
10-18 02:37:51.601: W/System.err(953): org.json.JSONException: Value ERROR-zyt.8glw.com of type java.lang.String cannot be converted to JSONObject
10-18 02:37:51.601: W/System.err(953): at org.json.JSON.typeMismatch(JSON.java:107)
10-18 02:37:51.601: W/System.err(953): at org.json.JSONObject.<init>(JSONObject.java:158)
10-18 02:37:51.601: W/System.err(953): at org.json.JSONObject.<init>(JSONObject.java:171)
10-18 02:37:51.601: W/System.err(953): at com.iiapk.logistics.task.DoPageableDataTask.doInBackground(DoPageableDataTask.java:36)
10-18 02:37:51.601: W/System.err(953): at com.iiapk.logistics.task.DoPageableDataTask.doInBackground(DoPageableDataTask.java:1)
10-18 02:37:51.601: W/System.err(953): at android.os.AsyncTask$2.call(AsyncTask.java:185)
10-18 02:37:51.641: W/System.err(953): at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:306)
10-18 02:37:51.641: W/System.err(953): at java.util.concurrent.FutureTask.run(FutureTask.java:138)
10-18 02:37:51.641: W/System.err(953): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1088)
10-18 02:37:51.641: W/System.err(953): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:581)
10-18 02:37:51.641: W/System.err(953): at java.lang.Thread.run(Thread.java:1019)

Devil_MayCry的主页 Devil_MayCry | 初学一级 | 园豆:187
提问于:2013-10-18 10:38
< >
分享
所有回答(1)
0

json解析错误,请检查json格式。

angelshelter | 园豆:9887 (大侠五级) | 2013-10-18 23:13
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册