It seems to me that the data file(The data part of the .trace file) format explained in:
http://developer.android.com/tools/debugging/debugging-tracing.html Each record now consists of 14 bytes of data. First 2 seems to be thread ID. The next 4 are method id. But I've no clue what the next 8 bytes are. If anyone has a clue, please help me out here @_@ I am trying to use the data to get the absolute start times of each function call. Thx in advance to any reply. -- 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

