sushiwu / fanfoudroid

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

登陆异常 #97

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
请描述使问题重现的步骤?
1.获取changeset : 406:651977873a0f 源码
2.在2.3.3 模拟器中运行
3.第一次登陆时报 异常! 

希望出现怎样的结果? 实际的结果是什么?
希望正常运行,不出异常

实际结果出现异常

E/AndroidRuntime(  340): java.util.ConcurrentModificationException
E/AndroidRuntime(  340):    at 
java.util.ArrayList$ArrayListIterator.next(ArrayList.java:576)
E/AndroidRuntime(  340):    at 
com.ch_linghu.fanfoudroid.app.CallbackManager.call(LazyImageLoader.java:45)
E/AndroidRuntime(  340):    at 
com.ch_linghu.fanfoudroid.app.LazyImageLoader$1.handleMessage(LazyImageLoader.ja
va:181)
E/AndroidRuntime(  340):    at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(  340):    at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime(  340):    at 
android.app.ActivityThread.main(ActivityThread.java:3683)
E/AndroidRuntime(  340):    at java.lang.reflect.Method.invokeNative(Native 
Method)
E/AndroidRuntime(  340):    at java.lang.reflect.Method.invoke(Method.java:507)
E/AndroidRuntime(  340):    at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
E/AndroidRuntime(  340):    at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
E/AndroidRuntime(  340):    at dalvik.system.NativeStart.main(Native Method)

你使用的产品版本号?

ROM信息?

机型?

请提供更多的信息(如果有的话).
模拟器2.3.3

Original issue reported on code.google.com by gotojjtm...@gmail.com on 24 May 2011 at 5:02

GoogleCodeExporter commented 8 years ago
是在登录的时候(还在登录页面), 
还是登录进去以后(已经转到消息主页)报错的?

Original comment by lds1...@gmail.com on 24 May 2011 at 6:21

GoogleCodeExporter commented 8 years ago
fixed @ 408:3ddb39c00089

Original comment by ch.lin...@gmail.com on 31 May 2011 at 3:51