Hello Elvis,

I think it will be easier for you if you use "printf debugging",
as you can open several adb sessions .. and use logcat with
different filters.

Or write to your own file the content of the variables.

I have no idea whether you can debug multiple components
at once.

Good luck ! Frank



On 27 Nov., 16:43, Elvis Dowson <elvis.dow...@gmail.com> wrote:
> Hi,
>        I need to be able to simultaneously debug multiple components
> from the android-2.2.1 repo, in order to troubleshoot a wifi restart
> issue that I'm facing that is being discussed on the following thread:
>
> http://groups.google.com/group/android-porting/browse_thread/thread/e...
>
> I have managed to setup and configure abd over ethernet and have
> documented the steps here:
>
> http://web.me.com/elvis.dowson/Technote/Android_Technotes/Entries/201...
>
> In order to troubleshoot the wifi restart issue, I need to debug and
> monitor the following applications and components simultaneously:
>
> 1. external/wpa_supplicant_6
>
> 2. frameworks/base  ... WifiService.java
>
> 3. frameworks/base  ... WifiStateTracker.java
>
> 4. frameworks/base  ... WifiManager.java
>
> I've created an Eclipse project for the entire android-2.2.1 repo, and
> I would like to know what I should do to simultaneously debug the
> above four applications and components, so that I can select a bunch
> of variables from them and monitor them as I perform steps on the
> target device.
>
> Is this possible?
>
> Elvis Dowson

-- 
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