On Wed, Jul 18, 2012 at 4:22 PM, vt <vadim.tkache...@gmail.com> wrote:
> Yes, it is possible to debug an app with USB debugging connected - but for a
> short time, Eclipse plugin doesn't offer much of a buffer.

You are welcome to capture LogCat data via adb logcat. Or, there
should be some Java code for getting LogCat over adb (what DDMS uses,
particularly for the standalone edition), though that will be
undocumented/unsupported in all likelihood.

> What about debugging an app running on an Android device
> with ADK accessory connected - it's not even possible to connect adb to it
> now, is it?

Use a ROM that enables adb over WiFi, or hope they add that to
standard builds someday (last I checked, it only worked with Google
TV).

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 3.8 Available!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to