Sorry, I am not familiar with the logger_event structure you are referring to. I did not find it in the Android documentation, not in the platform source code. Could you point me to where I might find it?
This may not be what you're looking for, but as described in http://developer.android.com/reference/android/util/Log.html , you call a function like Log.v(string1, string 2), which the Android platform uses for logging, which you can then see in Eclipse and other places. What are you trying to accomplish? Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On May 15, 1:50 am, pibada <[email protected]> wrote: > Hello, > > In logger_event structure, it exists msg[] as payload's message. > Just I'm curious that how to write the payload's message in Android. > > The reason is that I want to change the specific part of the msg > array, > for example msg[0] do always 05 when the msg exists. > > If you know anythig about this question, plz help me. > > Thank you. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

