Android下Logcat打印WIN DEATH日志怎么回事?系统也会死然后黑屏重启

解决方案 »

  1.   

    logcat打印如下
    WIN DEATH:Window{406d0988 SurfaceView paused=false}
    Process com.xxx.xxx(pid 2901) has died.
    WIN DEATH:Window(4074b170 com.xxx.xxx/com.xxx.xxx.MainActivity paused=true}
    Got RemoteException sending setActive(false) notification to pid 2901 uid 1000
    Application is not responding:Window{4063ab48 com.android.launcher/com.android.launcher2.launcher paused=false}. 5008.4ms since event,500.0ms since wait started
    Launcher timeout has expired,giving up wake lock!
    Activity idle timeout for HistoryRecord{40583b38 com.android.launcher/com.android.launcher2.launcher}
      

  2.   

    我的操作就是从自己的APK回到LAUNCHER,难道调用的操作不对?怎么有时可以回到LAUNCHER,但有时不行呢?WIN DEATH指的是窗口死掉了?
      

  3.   

    android window death and application crash
    http://stackoverflow.com/questions/4253267/android-window-death-and-application-crash
      

  4.   

    哥们你出错信息给的太少!Logcat里边多贴出一些!