您的位置:首页 > 编程语言 > Java开发

java.io.IOException: Unable to parse response from server

2017-09-29 09:22 691 查看
09-29 09:21:41.241 27190-27431/com.moreunion.zhenghao E/CustomResponseConverter: |========================================================================================================

09-29 09:21:52.500 27190-27196/com.moreunion.zhenghao I/art: Thread[3,tid=27196,WaitingInMainSignalCatcherLoop,Thread*=0xdcf18900,peer=0x12c3eaf0,"Signal Catcher"]: reacting to signal 3

09-29 09:21:52.598 27190-27196/com.moreunion.zhenghao I/art: Wrote stack traces to '/data/anr/traces.txt'

09-29 09:22:06.164 27190-27190/com.moreunion.zhenghao W/System.err: java.io.IOException: Unable to parse response from server

09-29 09:22:06.165 27190-27190/com.moreunion.zhenghao W/System.err:     at android.location.Geocoder.getFromLocation(Geocoder.java:136)

09-29 09:22:06.165 27190-27190/com.moreunion.zhenghao W/System.err:     at com.example.yilibrary.utils.LocationService.getGeocoder(LocationService.java:88)

09-29 09:22:06.165 27190-27190/com.moreunion.zhenghao W/System.err:     at com.example.yilibrary.utils.LocationService.access$000(LocationService.java:27)

09-29 09:22:06.165 27190-27190/com.moreunion.zhenghao W/System.err:     at com.example.yilibrary.utils.LocationService$1.onLocationChanged(LocationService.java:56)

09-29 09:22:06.165 27190-27190/com.moreunion.zhenghao W/System.err:     at android.location.LocationManager$ListenerTransport._handleMessage(LocationManager.java:317)

09-29 09:22:06.165 27190-27190/com.moreunion.zhenghao W/System.err:     at android.location.LocationManager$ListenerTransport.-wrap0(LocationManager.java)

09-29 09:22:06.165 27190-27190/com.moreunion.zhenghao W/System.err:     at android.location.LocationManager$ListenerTransport$1.handleMessage(LocationManager.java:242)

09-29 09:22:06.165 27190-27190/com.moreunion.zhenghao W/System.err:     at android.os.Handler.dispatchMessage(Handler.java:102)

09-29 09:22:06.165 27190-27190/com.moreunion.zhenghao W/System.err:     at android.os.Looper.loop(Looper.java:156)

09-29 09:22:06.165 27190-27190/com.moreunion.zhenghao W/System.err:     at android.app.ActivityThread.main(ActivityThread.java:6524)

09-29 09:22:06.166 27190-27190/com.moreunion.zhenghao W/System.err:     at java.lang.reflect.Method.invoke(Native Method)

09-29 09:22:06.166 27190-27190/com.moreunion.zhenghao W/System.err:     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:941)

09-29 09:22:06.166 27190-27190/com.moreunion.zhenghao W/System.err:     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:831)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  java.io.IOException
相关文章推荐