@Tonlin ,你好,想跟你请教个问题:
哎嘛oschina app的登陆页面跳转操作时会报错,找不到错误原因。错误日志如下:
12-03 15:52:14.249: E/ZTEGesture(19975): ViewRootGestureDispatcher bindService Fail 12-03 15:52:21.667: E/ZTEGesture(19975): ViewRootGestureDispatcher handleMotion mService=null 12-03 15:52:21.677: E/ZTEGesture(19975): ViewRootGestureDispatcher handleMotion mService=null 12-03 15:52:21.697: E/ZTEGesture(19975): ViewRootGestureDispatcher handleMotion mService=null 12-03 15:52:21.717: E/ZTEGesture(19975): ViewRootGestureDispatcher handleMotion mService=null 12-03 15:52:21.737: E/ZTEGesture(19975): ViewRootGestureDispatcher handleMotion mService=null 12-03 15:52:21.757: E/ZTEGesture(19975): ViewRootGestureDispatcher handleMotion mService=null 12-03 15:52:21.767: E/ZTEGesture(19975): ViewRootGestureDispatcher handleMotion mService=null 12-03 15:52:21.767: E/ZTEGesture(19975): ViewRootGestureDispatcher handleMotion mService=null 12-03 15:52:23.859: E/ActivityThread(19975): Activity net.oschina.app.v2.activity.user.LoginActivity has leaked ServiceConnection android.view.ViewRootGestureDispatcher$1@42b6ad68 that was originally bound here 12-03 15:52:23.859: E/ActivityThread(19975): android.app.ServiceConnectionLeaked: Activity net.oschina.app.v2.activity.user.LoginActivity has leaked ServiceConnection android.view.ViewRootGestureDispatcher$1@42b6ad68 that was originally bound here 12-03 15:52:23.859: E/ActivityThread(19975): at android.app.LoadedApk$ServiceDispatcher.<init>(LoadedApk.java:969) 12-03 15:52:23.859: E/ActivityThread(19975): at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:863) 12-03 15:52:23.859: E/ActivityThread(19975): at android.app.ContextImpl.bindService(ContextImpl.java:1263) 12-03 15:52:23.859: E/ActivityThread(19975): at android.app.ContextImpl.bindService(ContextImpl.java:1255) 12-03 15:52:23.859: E/ActivityThread(19975): at android.content.ContextWrapper.bindService(ContextWrapper.java:394) 12-03 15:52:23.859: E/ActivityThread(19975): at android.view.ViewRootGestureDispatcher.<init>(ViewRootGestureDispatcher.java:31) 12-03 15:52:23.859: E/ActivityThread(19975): at android.view.ViewRootImpl.<init>(ViewRootImpl.java:415) 12-03 15:52:23.859: E/ActivityThread(19975): at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:300) 12-03 15:52:23.859: E/ActivityThread(19975): at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:232) 12-03 15:52:23.859: E/ActivityThread(19975): at android.view.WindowManagerImpl$CompatModeWrapper.addView(WindowManagerImpl.java:149) 12-03 15:52:23.859: E/ActivityThread(19975): at android.view.Window$LocalWindowManager.addView(Window.java:547) 12-03 15:52:23.859: E/ActivityThread(19975): at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2641) 12-03 15:52:23.859: E/ActivityThread(19975): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2092) 12-03 15:52:23.859: E/ActivityThread(19975): at android.app.ActivityThread.access$600(ActivityThread.java:133) 12-03 15:52:23.859: E/ActivityThread(19975): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1198) 12-03 15:52:23.859: E/ActivityThread(19975): at android.os.Handler.dispatchMessage(Handler.java:99) 12-03 15:52:23.859: E/ActivityThread(19975): at android.os.Looper.loop(Looper.java:137) 12-03 15:52:23.859: E/ActivityThread(19975): at android.app.ActivityThread.main(ActivityThread.java:4777) 12-03 15:52:23.859: E/ActivityThread(19975): at java.lang.reflect.Method.invokeNative(Native Method) 12-03 15:52:23.859: E/ActivityThread(19975): at java.lang.reflect.Method.invoke(Method.java:511) 12-03 15:52:23.859: E/ActivityThread(19975): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:789) 12-03 15:52:23.859: E/ActivityThread(19975): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:556) 12-03 15:52:23.859: E/ActivityThread(19975): at dalvik.system.NativeStart.main(Native Method)
<spanstyle="color:#4B4B4B;font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;line-height:19.5px;background-color:#FFFFFF;">网上说错误原因AndroidManifest.xml配置不对。但我看了了配置文件,没发现问题在哪
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。