Nobody's seen anything like this? I'm to the point where I'm just disabling big chunks of my app to see if I can get the behavior to go away, but while it's there it's preventing me from implementing onPause in any useful way.
Incidentally, I tracked down the ParseCommandEcho line and it's not relevant. Aaron On Apr 12, 3:27 pm, asher <[email protected]> wrote: > One other bit of information: the activity is not actually paused. If > I disable my onPause method, the activity stays frontmost and appears > interactive (though I don't have much going on at the moment, so it's > a bit hard to tell). > > Aaron > > On Apr 12, 3:24 pm, asher <[email protected]> wrote: > > > I have a relatively simple application with only one activity (in use, > > anyway). When I launch it, my activity gets the following sequence of > > calls: onCreate, onResume, onPause. This happens with no user input > > whatsoever. What's going on with that onPause? The only clue that I > > have is a line in the log immediately prior to the call to onPause: > > > 01-03 23:43:43.499: WARN/System.err(1534): ParseCommandEcho: Setting > > state to COMMAND_END > > > Does that mean something to somebody? > > > Thanks, > > Aaron -- 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

