如题,求解
V( 2612: 2612) on bind 1
V(  561:  561) setLightsOn(true)
I(  487:  515) Displayed com.mybook66/.ui.activity.LocalBookShelfActivity: +280ms
V( 2612: 2668) ImportFromSDService.this.stopSelf()
E( 2612: 2612) error when onDestroy:Service not registered: com.mybook66.ui.activity.bz@41c7df48
I( 2612: 2612) VM exiting with result code 0, cleanup skipped.
I(  487: 1020) WIN DEATH: Window{422ce810 com.mybook66/com.mybook66.ui.activity.LocalBookShelfActivity paused=false}
I(  487:  630) Process com.mybook66 (pid 2612) has died.
W(  487:  630) Force removing ActivityRecord{41c8ea80 com.mybook66/.ui.activity.LocalBookShelfActivity}: app died, no saved state
W(  487:  524) channel '41d3d560 com.mybook66/com.mybook66.ui.activity.LocalBookShelfActivity (server)' ~ Consumer closed input channel or an error occurred.  events=0x9
E(  487:  524) channel '41d3d560 com.mybook66/com.mybook66.ui.activity.LocalBookShelfActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
W(  487:  498) Attempted to unregister already unregistered input channel '41d3d560 com.mybook66/com.mybook66.ui.activity.LocalBookShelfActivity (server)'
I(  487:  498) WIN DEATH: Window{41d3d560 com.mybook66/com.mybook66.ui.activity.LocalBookShelfActivity paused=false}
I(  487:  524) WINDOW DIED Window{41d3d560 com.mybook66/com.mybook66.ui.activity.LocalBookShelfActivity paused=false}
I(  487:  630) Start proc com.mybook66 for activity com.mybook66/.ui.activity.LocalBookShelfActivity: pid=2673 uid=10044 gids={3003, 1015, 1028}
I( 2673: 2673) Turning on JNI app bug workarounds for target SDK version 10...
E( 2673: 2689) fail to get proto buffer, result is empty
V( 2673: 2673) on bind 1
V(  561:  561) setLightsOn(true)
I( 2673: 2673) Processor type: omap4430
I( 2673: 2673) egl.cfg: entry POWERVR_SGX540_120 omap4430
I( 2673: 2673) Picked EGL type 'POWERVR_SGX540_120' for processor 'omap4430'
D( 2673: 2673) loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
D( 2673: 2673) loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
D( 2673: 2673) loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
D( 2673: 2673) Enabling debug mode 0
W(  487:  630) Got RemoteException sending setActive(false) notification to pid 2612 uid 10044
V( 2673: 2692) ImportFromSDService.this.stopSelf()
I(  487:  515) Displayed com.mybook66/.ui.activity.LocalBookShelfActivity: +394ms

解决方案 »

  1.   

    你可以主要看下E的信息,现在初步看下来是这几条:
    E( 2612: 2612) error when onDestroy:Service not registered: com.mybook66.ui.activity.bz@41c7df48
    你这里的onDestroy这个函数是不是有问题,或者没定义
    E(  487:  524) channel '41d3d560 com.mybook66/com.mybook66.ui.activity.LocalBookShelfActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
    E( 2673: 2689) fail to get proto buffer, result is empty
      

  2.   

    Service not registered
    服务没有注册?
      

  3.   


    谢谢指点。
    我现在对android开发懂的还很少,不知道提示的函数在哪个文件下面。
    我现在是给我的机子下载了一个小说阅读器软件,可是打开后出现屏幕闪烁现象,所以要用logcat打印看下,可是从来没用过这个东西,还望耐心指点一二
      

  4.   

    没有人知道吗
    E/ui.activity.LocalBookShelfActivity( 5519): error when onDestroy:Service not registered: com.mybook66.ui.activity.bz@42515a40(安装小说下载阅读器1.9.2)
      

  5.   

    你是有什么Service没注册吗,你这是啥功能?
      

  6.   


    这个apk包是从网上下的,不是自己编的,然后安装在自己的机子上,可是打开用的时候发现屏幕老是闪。问下,它提示的这个ui.activity.LocalBookShelfActivity,是在哪个目录下
      

  7.   

    LocalBookShelfActivity你这个有问题嘛.
    你这个什么项目阿
    人家写的书库的项目,自定义LocalBookShelfActivity
     也有可能
      

  8.   

    好吧,是我没说清。这个应用程序包是网上下的,然后装到自己的机子上,发现打开的时候导致屏幕闪烁。
    刚才我也问同事了,说如果是这样的话,通过查看logcat信息比较难找出出错的原因在哪。毕竟源程序是看不见的