I often use adb logcat or, the effective equivalent via DDMS
*however*, only intermittently does it update on a continuous basis. I
have yet to determine the mechanism responsible for enabling
continuous updates and thereby providing a nice print-stream as a
development or, rather learning and exploration tool which is what
I've been using logcat as to date. Does anyone have any insight on
this?

Thanks,

Brian Abbott

On Dec 21 2008, 3:50 pm, Bill Napier <[email protected]> wrote:
> http://code.google.com/android/reference/adb.html#forwardports
>
> You can use adb to do some amount of port forwarding, but I'm not sure
> if it works in the direction you're looking for.
>
> You can also use 'adb logcat' to retrieve the system log on the phone.
>  And if you keep it running you can get your logging messages there.
>
> b
>
> On Sun, Dec 21, 2008 at 2:39 PM, Mark Nuetzmann
>
> <[email protected]> wrote:
>
> > bump
>
> > On Dec 19, 9:12 am, Mark <[email protected]> wrote:
> >> I am also interested in this.  I would like to know if there is a way
> >> to have my application send UPD messages to my laptop/desktop when
> >> connected through the USB cable.  I have done this with great success
> >> in my Windows Mobile applications.  I have a UDP server running on my
> >> laptop that receives the messages and writes the data out to a file.
> >> I then have a log file previewer application that has filtering and
> >> display logic that allows me to view, filter, copy messages (works
> >> great for debugging my apps).
>
> >> thanks,
> >> Mark
>
> >> On Dec 19, 8:28 am, Raj <[email protected]> wrote:
>
> >> > Hello All,
>
> >> > I am developint a small application in which I have to show the device
> >> > log into the screen. If any one has the solution or any helpful link
> >> > then please reply..
>
> >> > Your Friend
> >> > Raj
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to