Is there any to find out what function the Android OS was calling when
WindowManager throws this error in the log?

The next message in the log from the WindowManager is:
"Force clearing freeze: AppWindowToken" and then it lists the
classname of my activity.

This happens when I do a screen orientation change (seems to happen
when I do a screen orientation change in the middle of an orientation
change) and unfortunately when it does happen, the app doesn't get a
chance to save the bundle cleanly (it gets killed by Android instead)
so a blank screen is displayed because there's no data to restore from
the savedinstancebundle :-P

The app does take a while to redisplay after each orientation change
but I'm running all the load/display stuff in another thread already :-
P

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to