On Sep 22, 10:18 am, Chris Stratton <[email protected]> wrote: > You can probably call android.os.Process.myTid() and include the > result in your message
It's actually present in the log, just not normally displayed. "adb logcat -v thread" will show it, but unfortunately whoever implemented this had a really strange idea about how to display it: D( 6400:0x1910) message from tid=6416 D( 6400:0x19c8) message from tid=6600 The pid is in decimal but the tid is in hex. -- 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

