Activity has leaked window com.android.internal.policy.impl.PhoneWindow

今天在调试程序时发现报以上这个错,但是程序不会崩溃

看了一下大概意思是:窗口句柄泄露,未能及时销毁某个PhoneWindow

出错原因:是我在退出Activity时,未关闭或销毁正在显示的ProgressDialog

解决办法:退出销毁Activity前,先将progressDialog关闭或销毁

你可能感兴趣的:(Activity has leaked window com.android.internal.policy.impl.PhoneWindow)