码迷,mamicode.com
首页 > Windows程序 > 详细

E/WindowState(643): getStack: Window{33f867f8 u0 Starting com.xxxxxx.ooooo}

时间:2015-10-16 11:45:46      阅读:927      评论:0      收藏:0      [点我收藏+]

标签:

Stack Overflow is a question and answer site for professional and enthusiast programmers. It‘s 100% free.
 

I‘ve updated my Nexus 7 (2013) to Android L preview, and found that one of my apps cannot be launched anymore with the following LogCat Error msg:

E/WindowState(643): getStack: Window{33f867f8 u0 Starting com.xxxxxx.ooooo} couldn‘t find taskId=151 Callers=com.android.server.wm.WindowState.getDisplayContent:730 com.android.server.wm.WindowStateAnimator.stepAnimationLocked:273 com.android.server.wm.WindowAnimator.updateWindowsLocked:254 com.android.server.wm.WindowAnimator.animateLocked:550

Also note that the app launch animation would be played but then the screen would go back to the previous screen without any user facing error message, so I‘ve only got this error dialog to go on and am hopelessly lost atm. Any help is greatly appreciated.


Edit: VLC and a few video players that may have used VLC library have the same issue, so I am guessing it‘s something with VLC‘s native library given how Android L has tightened up JNI a bit,but I am lost at to where to start modifying given the opaque log message :-/

shareimprove this question
 
    
For me it was because I was calling syncState() on an ActionBarDrawerToggle with a nullDrawerLayout attached to it. Not sure why yours is failing, maybe debug the code and paste the lines of code that are suspect. –  styler1972 Aug 14 ‘14 at 19:14

E/WindowState(643): getStack: Window{33f867f8 u0 Starting com.xxxxxx.ooooo}

标签:

原文地址:http://www.cnblogs.com/senior-engineer/p/4884597.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!