On Sun, Mar 1, 2009 at 9:20 AM, Mariano Kamp <[email protected]> wrote: > Marco, > > thanks for taking the time to respond. > > (a) If you look at the code ( http://pastie.org/403831) you'll see that it > is in fact a custom log file (see class Persistent Log). The reason behind > that is to be able to have a look at the problem over a longer period of > time as it doesn't occur all the time. The default log seems to be a ring > buffer holding just the log for a couple of minutes and is not of much help > in this respect.
Still, you could run 'adb logcat' on your desktop machine and capture all of the log that way. As it stands, we can't rule out that your custom log code is simply failing to open the log file some of the time. > (b) The receiver is triggered by an alarm (see the full code) and spawns > of a Thread immediately. I realized that almost immediately after hitting 'send' :), but you still seem to be holding a wakelock for 30 minutes. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

