今天遇到一个很奇特的问题,当用户设置了PIN码,在锁屏界面正常解锁PIN码后,进入Launcher时显示com.android.phone 已停止运行.一开始猜想会不会是解锁PIN码的时候处理导致了Phone进程报错,通过log分析找到了问题的大概原因: AndroidRuntime: FATAL EXCEPTION: main AndroidRuntime: java.lang.IllegalArgumentException: View not attached to window mana…
公司项目线上bug: java.lang.IllegalArgumentException: View not attached to window manager at android.view.WindowManagerGlobal.findViewLocked(WindowManagerGlobal.java:406) at android.view.WindowManagerGlobal.removeView(WindowManagerGlobal.java:308) at androi…
使用Dialog的时候,没少出现下面这两个报错 12-11 17:47:49.776: E/WindowManager(11461): android.view.WindowLeaked: Activity TestActivity has leaked window com.android.internal.policy.impl.PhoneWindow$DecorView{42204800 V.E..... R.....I. 0,0-640,164} that was originally…
今天遇到一个很奇特的问题,当用户设置了PIN码,在锁屏界面正常解锁PIN码后,进入Launcher时显示com.android.phone 已停止运行.一开始猜想会不会是解锁PIN码的时候处理导致了Phone进程报错,通过log分析找到了问题的大概原因: AndroidRuntime: java.lang.IllegalArgumentException: View not attached to window manager 转载请务必注明出处:http://blog.csdn.net/yih…
============= 1   view not attached to window manager 转自:http://hi.baidu.com/spare_h/blog/item/7fa3ed4fa553cb13b2de057a.html 以下转自:http://blog.csdn.net/gaofeiyunb/article/details/5304936 今天在发布到开发板测试时发现java.lang.illegalargumentexception: view not attac…
前几日出现这样一个Bug是一个RuntimeException,详细信息是这样子的:java.lang.IllegalArgumentException: View not attached to window manager    at android.view.WindowManagerImpl.findViewLocked(WindowManagerImpl.java:356)    at android.view.WindowManagerImpl.removeView(WindowMa…
java.lang.IllegalArgumentException: View not attached to window manager 在用ProgressDialog的时候,任务结束后Dismiss对话框,但是如果由于一些原因,此时的activity在progressDialog的 dismiss之前,就给干掉了,就会有这样的错误.那如何正确处理呢? 1. 不要在非UI线程中使用对话框创建,显示和取消对话框 2. 如果一定要异步操作显示对话框怎么办? Activity都有相应的操作对话…
在跑Monkey测试的时候出现了一个比较特别的问题,先来看看Log: // CRASH: com.meizu.media.painter (pid 12491) // Short Msg: java.lang.IllegalArgumentException // Long Msg: java.lang.IllegalArgumentException: View=com.android.internal.policy.impl.PhoneWindow$DecorView{21dd6762 V.…
View not attached to window manager crash 的解决办法 转自:http://stackoverflow.com/questions/22924825/view-not-attached-to-window-manager-crash down voteaccepted +50 How to reproduce the bug: Enable this option on your device: Settings -> Developer Options…
晕死的错误,改了半天也没想到是这样的原因,基础正要呀... 先看一下警告信息: 07-07 08:32:19.540: WARN/WindowManager(74): Failed looking up window07-07 08:32:19.540: WARN/WindowManager(74): java.lang.IllegalArgumentException:Requested window android.os.BinderProxy@450b2f48 does not exist…