Getting the output of "adb bugreport" is very valuable for diagnosing an ANR -- it will have all stacks of all apps running (including the main thread of the foreground app that had the ANR), in the log there will be cpu information at the time of the ANR, etc. Of course the output of this command is something like 1MB; if you want something smaller, these are probably the key things to get:
adb logcat adb cat /data/anr/traces.txt adb procrank adb shell dumpsys activity On Wed, Aug 26, 2009 at 8:59 AM, Mike <[email protected]>wrote: > > Thanks for taking the time to download the game and try it out on your > hardware. I appreciate that! > > I'm concerned about the game missing letters once in a while, but I'm > much more concerned with the issue of the Force Close with wait option > dialog being displayed every once in a while when they are playing. > And, just to be clear, this the version of the force close that is > shown when an app hasn't been responsive, not the one where an app > throws an unchecked exception. > > Dianne - your post seems to line up with my knowledge of the MyTouch > hardware too. If anything, I would think the MyTouch would be > slightly more responsive than the G1. This just doesn't seem to match > what I'm hearing from my users. :( > > For those of you who have been nice enough to try the game on your > MyTouch - can you tell me how often you see the force close with wait > option dialog? If you have seen this - do you notice the same thing > happening with other apps your using? How many apps do you have > running in the background when it occurs? > > Regards, > > - Mike > > On Aug 25, 2:04 pm, Sekhar <[email protected]> wrote: > > I havemyTouch, and I just downloaded your game to check out what > > you're saying, and yes - it does miss letters if I move my finger > > quickly. Edges are also a problem, but not that much. > > > > On Aug 24, 10:04 pm, Mike <[email protected]> wrote: > > > > > Hi, I am the creator of WordUp! This game has done well, and I have > > > had next to no complaints related to performance on the G1. Around > > > July of this year, which, coincidentally, is when theMyTouchhit the > > > market, I noticed people leaving feedback mentioning that my game was > > > "laggy". One of my users was kind enough to email me and confirm that > > > he is using theMyTouchand that my game is very laggy (will sometimes > > > display the Force Close dialog with the Wait option) while he is > > > playing it. > > > > > Since I don't have the benefit of being able to go out and buy every > > > hardware device that runs Android, I must rely on the feedback of my > > > users and hopefully others on here that may provide some insight. > > > > > I did some research, and what I am finding is that there are a lot of > > > people on the Tmobile forums complaining about theMyTouchas it > > > relates to performance. See this thread as an example: > http://forums.tmonews.com/index.php?topic=10263.0 > > > > > I'm a little surprised that I haven't been able to find much on this > > > subject here in the android google groups. Can anyone at Google speak > > > to this problem? > > > > > Regards, > > > > > - Mike > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

