[android-developers] Re: DDMS Allocation Tracker - Start Tracking Disabled

2009-07-30 Thread fadden

On Jul 30, 7:14 am, shaun shashepp...@gmail.com wrote:
 =The emulator is 1.5 avd with an SD card.
 =I have a G1 device also.
[...]
 =The Info tab of DDMS has DDM-aware? no for each child entry in the
 left pane

Is anything peculiar coming out of logcat, e.g. complaints of
multiple connection attempts?  I'm wondering if there's another copy
of DDMS lurking and preventing you from connecting.

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



[android-developers] Re: DDMS Allocation Tracker - Start Tracking Disabled

2009-07-30 Thread shaun

I start with eclipse running, emulator not running, ddms not
running.

I then run my application on emulator (I don't know if the eclipse
plugin will start some ddms process at that time or not).  Just
looking around logcat for errors or strange occurrences and I see
quite a few errors and warnings, but they really do not seem to
pertain to this issue.  I can list all of them out if it can help, but
for now I will list a few that I thought have a slight chance at being
pertinent:
07-30 17:32:35.153: ERROR/vold(550): Error opening switch name path '/
sys/class/switch/test2' (No such file or directory)
07-30 17:32:35.153: ERROR/vold(550): Error bootstrapping switch '/sys/
class/switch/test2' (m)
07-30 17:32:35.153: ERROR/vold(550): Error opening switch name path '/
sys/class/switch/test' (No such file or directory)
07-30 17:32:35.153: ERROR/vold(550): Error bootstrapping switch '/sys/
class/switch/test' (m)
07-30 17:32:35.173: ERROR/flash_image(557): can't find recovery
partition
07-30 17:32:49.484: ERROR/MemoryHeapBase(584): error opening /dev/
pmem: No such file or directory
07-30 17:32:49.593: WARN/HAL(584): load: module=/system/lib/hw/
copybit.goldfish.so error=Cannot find library
07-30 17:32:49.593: WARN/HAL(584): load: module=/system/lib/hw/
copybit.default.so error=Cannot find library
07-30 17:32:49.593: WARN/SurfaceFlinger(584): ro.sf.lcd_density not
defined, using 160 dpi by default.
07-30 17:32:49.613: WARN/HAL(584): load: module=/system/lib/hw/
copybit.goldfish.so error=Cannot find library
07-30 17:32:49.613: WARN/HAL(584): load: module=/system/lib/hw/
copybit.default.so error=Cannot find library
07-30 17:32:49.613: WARN/HAL(584): load: module=/system/lib/hw/
overlay.goldfish.so error=Cannot find library
07-30 17:32:49.613: WARN/HAL(584): load: module=/system/lib/hw/
overlay.default.so error=Cannot find library

Then I started DDMS from the command line and the following output
showed up in the logcat:
07-30 17:34:22.712: INFO/jdwp(584): Ignoring second debugger --
accepting and dropping
07-30 17:34:22.743: INFO/jdwp(624): Ignoring second debugger --
accepting and dropping
07-30 17:34:22.752: INFO/jdwp(627): Ignoring second debugger --
accepting and dropping
07-30 17:34:22.762: INFO/jdwp(652): Ignoring second debugger --
accepting and dropping
07-30 17:34:22.774: INFO/jdwp(671): Ignoring second debugger --
accepting and dropping
07-30 17:34:22.782: INFO/jdwp(681): Ignoring second debugger --
accepting and dropping
07-30 17:34:22.812: INFO/jdwp(702): Ignoring second debugger --
accepting and dropping
07-30 17:34:22.852: INFO/jdwp(735): Ignoring second debugger --
accepting and dropping

Exiting DDMS does not produce further logcat ouput.

Would netstat results help here at all?


On Jul 30, 1:11 pm, fadden fad...@android.com wrote:
 On Jul 30, 7:14 am, shaun shashepp...@gmail.com wrote:

  =The emulator is 1.5 avd with an SD card.
  =I have a G1 device also.
 [...]
  =The Info tab of DDMS has DDM-aware? no for each child entry in the
  left pane

 Is anything peculiar coming out of logcat, e.g. complaints of
 multiple connection attempts?  I'm wondering if there's another copy
 of DDMS lurking and preventing you from connecting.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: DDMS Allocation Tracker - Start Tracking Disabled

2009-07-30 Thread shaun

I just exited eclipse and ddms then the emulator from the command
line, and ddms from the command line and it looks to work.  eclipse
must be running ddms also causing multiple instances to run when I ran
ddms from command line like you mentioned.  I guess I have to figure
out how to use the one inside eclipse or just go straight command
line.

Either way, thank you.

On Jul 30, 1:56 pm, shaun shashepp...@gmail.com wrote:
 I start with eclipse running, emulator not running, ddms not
 running.

 I then run my application on emulator (I don't know if the eclipse
 plugin will start some ddms process at that time or not).  Just
 looking around logcat for errors or strange occurrences and I see
 quite a few errors and warnings, but they really do not seem to
 pertain to this issue.  I can list all of them out if it can help, but
 for now I will list a few that I thought have a slight chance at being
 pertinent:
 07-30 17:32:35.153: ERROR/vold(550): Error opening switch name path '/
 sys/class/switch/test2' (No such file or directory)
 07-30 17:32:35.153: ERROR/vold(550): Error bootstrapping switch '/sys/
 class/switch/test2' (m)
 07-30 17:32:35.153: ERROR/vold(550): Error opening switch name path '/
 sys/class/switch/test' (No such file or directory)
 07-30 17:32:35.153: ERROR/vold(550): Error bootstrapping switch '/sys/
 class/switch/test' (m)
 07-30 17:32:35.173: ERROR/flash_image(557): can't find recovery
 partition
 07-30 17:32:49.484: ERROR/MemoryHeapBase(584): error opening /dev/
 pmem: No such file or directory
 07-30 17:32:49.593: WARN/HAL(584): load: module=/system/lib/hw/
 copybit.goldfish.so error=Cannot find library
 07-30 17:32:49.593: WARN/HAL(584): load: module=/system/lib/hw/
 copybit.default.so error=Cannot find library
 07-30 17:32:49.593: WARN/SurfaceFlinger(584): ro.sf.lcd_density not
 defined, using 160 dpi by default.
 07-30 17:32:49.613: WARN/HAL(584): load: module=/system/lib/hw/
 copybit.goldfish.so error=Cannot find library
 07-30 17:32:49.613: WARN/HAL(584): load: module=/system/lib/hw/
 copybit.default.so error=Cannot find library
 07-30 17:32:49.613: WARN/HAL(584): load: module=/system/lib/hw/
 overlay.goldfish.so error=Cannot find library
 07-30 17:32:49.613: WARN/HAL(584): load: module=/system/lib/hw/
 overlay.default.so error=Cannot find library

 Then I started DDMS from the command line and the following output
 showed up in the logcat:
 07-30 17:34:22.712: INFO/jdwp(584): Ignoring second debugger --
 accepting and dropping
 07-30 17:34:22.743: INFO/jdwp(624): Ignoring second debugger --
 accepting and dropping
 07-30 17:34:22.752: INFO/jdwp(627): Ignoring second debugger --
 accepting and dropping
 07-30 17:34:22.762: INFO/jdwp(652): Ignoring second debugger --
 accepting and dropping
 07-30 17:34:22.774: INFO/jdwp(671): Ignoring second debugger --
 accepting and dropping
 07-30 17:34:22.782: INFO/jdwp(681): Ignoring second debugger --
 accepting and dropping
 07-30 17:34:22.812: INFO/jdwp(702): Ignoring second debugger --
 accepting and dropping
 07-30 17:34:22.852: INFO/jdwp(735): Ignoring second debugger --
 accepting and dropping

 Exiting DDMS does not produce further logcat ouput.

 Would netstat results help here at all?

 On Jul 30, 1:11 pm, fadden fad...@android.com wrote:



  On Jul 30, 7:14 am, shaun shashepp...@gmail.com wrote:

   =The emulator is 1.5 avd with an SD card.
   =I have a G1 device also.
  [...]
   =The Info tab of DDMS has DDM-aware? no for each child entry in the
   left pane

  Is anything peculiar coming out of logcat, e.g. complaints of
  multiple connection attempts?  I'm wondering if there's another copy
  of DDMS lurking and preventing you from connecting.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: DDMS Allocation Tracker - Start Tracking Disabled

2009-07-30 Thread shaun

In the first line in the last post, I meant to say, I just exited
eclipse and ddms, then STARTED the emulator from the command line,
and ddms from the command line and it looks to work.

On Jul 30, 2:05 pm, shaun shashepp...@gmail.com wrote:
 I just exited eclipse and ddms then the emulator from the command
 line, and ddms from the command line and it looks to work.  eclipse
 must be running ddms also causing multiple instances to run when I ran
 ddms from command line like you mentioned.  I guess I have to figure
 out how to use the one inside eclipse or just go straight command
 line.

 Either way, thank you.

 On Jul 30, 1:56 pm, shaun shashepp...@gmail.com wrote:



  I start with eclipse running, emulator not running, ddms not
  running.

  I then run my application on emulator (I don't know if the eclipse
  plugin will start some ddms process at that time or not).  Just
  looking around logcat for errors or strange occurrences and I see
  quite a few errors and warnings, but they really do not seem to
  pertain to this issue.  I can list all of them out if it can help, but
  for now I will list a few that I thought have a slight chance at being
  pertinent:
  07-30 17:32:35.153: ERROR/vold(550): Error opening switch name path '/
  sys/class/switch/test2' (No such file or directory)
  07-30 17:32:35.153: ERROR/vold(550): Error bootstrapping switch '/sys/
  class/switch/test2' (m)
  07-30 17:32:35.153: ERROR/vold(550): Error opening switch name path '/
  sys/class/switch/test' (No such file or directory)
  07-30 17:32:35.153: ERROR/vold(550): Error bootstrapping switch '/sys/
  class/switch/test' (m)
  07-30 17:32:35.173: ERROR/flash_image(557): can't find recovery
  partition
  07-30 17:32:49.484: ERROR/MemoryHeapBase(584): error opening /dev/
  pmem: No such file or directory
  07-30 17:32:49.593: WARN/HAL(584): load: module=/system/lib/hw/
  copybit.goldfish.so error=Cannot find library
  07-30 17:32:49.593: WARN/HAL(584): load: module=/system/lib/hw/
  copybit.default.so error=Cannot find library
  07-30 17:32:49.593: WARN/SurfaceFlinger(584): ro.sf.lcd_density not
  defined, using 160 dpi by default.
  07-30 17:32:49.613: WARN/HAL(584): load: module=/system/lib/hw/
  copybit.goldfish.so error=Cannot find library
  07-30 17:32:49.613: WARN/HAL(584): load: module=/system/lib/hw/
  copybit.default.so error=Cannot find library
  07-30 17:32:49.613: WARN/HAL(584): load: module=/system/lib/hw/
  overlay.goldfish.so error=Cannot find library
  07-30 17:32:49.613: WARN/HAL(584): load: module=/system/lib/hw/
  overlay.default.so error=Cannot find library

  Then I started DDMS from the command line and the following output
  showed up in the logcat:
  07-30 17:34:22.712: INFO/jdwp(584): Ignoring second debugger --
  accepting and dropping
  07-30 17:34:22.743: INFO/jdwp(624): Ignoring second debugger --
  accepting and dropping
  07-30 17:34:22.752: INFO/jdwp(627): Ignoring second debugger --
  accepting and dropping
  07-30 17:34:22.762: INFO/jdwp(652): Ignoring second debugger --
  accepting and dropping
  07-30 17:34:22.774: INFO/jdwp(671): Ignoring second debugger --
  accepting and dropping
  07-30 17:34:22.782: INFO/jdwp(681): Ignoring second debugger --
  accepting and dropping
  07-30 17:34:22.812: INFO/jdwp(702): Ignoring second debugger --
  accepting and dropping
  07-30 17:34:22.852: INFO/jdwp(735): Ignoring second debugger --
  accepting and dropping

  Exiting DDMS does not produce further logcat ouput.

  Would netstat results help here at all?

  On Jul 30, 1:11 pm, fadden fad...@android.com wrote:

   On Jul 30, 7:14 am, shaun shashepp...@gmail.com wrote:

=The emulator is 1.5 avd with an SD card.
=I have a G1 device also.
   [...]
=The Info tab of DDMS has DDM-aware? no for each child entry in the
left pane

   Is anything peculiar coming out of logcat, e.g. complaints of
   multiple connection attempts?  I'm wondering if there's another copy
   of DDMS lurking and preventing you from connecting.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---