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 android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en To unsubscribe, reply using "remove me" as the subject.