On Aug 6, 9:13 pm, clikx <[email protected]> wrote:
> Required some more information i.e
> The coloumns 'File' and 'Line' (only) are not populated. What needs to
> be enabled to get data in 'File' and 'Line' coloumns.

DDMS needs the "symbols" directory under "out" in a build tree.  The
stand-alone DDMS is set up so that, if you run it out of the same
source tree that was used to build the code on the device, it will
automatically find the copies of the shared libraries that have
symbols in them.  (And it automatically uses the symbols from
libc_debug.so rather than libc.so.)  The shared objects on the device
have had their symbols stripped.

Are you building your own tree or using the SDK?

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to