You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce (presumably; one of my users could reproduce it, but I couldn't):
Deploy a new version
Launch a HockeyApp controlled app where the update manager is registered in the first activity
Exit the app asap
Expected Behaviour:
App exits
Actual Behaviour:
Crash with the following stack trace
android.view.WindowManager$BadTokenException: Unable to add window -- token android.os.BinderProxy@40798948 is not valid; is your activity running?
at android.view.ViewRoot.setView(ViewRoot.java:447)
at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:283)
at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:193)
at android.view.WindowManagerImpl$CompatModeWrapper.addView(WindowManagerImpl.java:118)
at android.view.Window$LocalWindowManager.addView(Window.java:532)
at android.app.Dialog.show(Dialog.java:269)
at net.hockeyapp.android.DownloadFileTask.onProgressUpdate(DownloadFileTask.java:91)
at net.hockeyapp.android.DownloadFileTask.onProgressUpdate(DownloadFileTask.java:21)
at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:606)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:132)
at android.app.ActivityThread.main(ActivityThread.java:4135)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:491)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
at dalvik.system.NativeStart.main(Native Method)
Steps to reproduce (presumably; one of my users could reproduce it, but I couldn't):
Expected Behaviour:
Actual Behaviour:
Possible related issues:
AOSP bug