Android debug prints

11 views
Skip to first unread message

danffel

unread,
Jan 8, 2009, 7:26:05 AM1/8/09
to android-platform
Hi,

for some reason I can't see my Java debug prints anywhere?
System.out.print or System.err.print or
Log.d gives no traces in:

1) adb logcat - connected to the device. I can see all the system
debug prints but nothing from my app
2) serial connection to Omap Zoom, only system debug prints

Next I tried to build a debug version of the Android to see if it had
any effect but then I get the following build error:

"prelink map error: library libdvm.so@0xad000000 is too big at......"

I saw the previous post about this but couldn't understand how to
overcome this?


the Java application should be a debug version so it should give those
debug prints? Or is there something else I need to switch on to get
the debug prints out?

Thanks.....



Ludwig

unread,
Jan 8, 2009, 9:23:52 AM1/8/09
to android-...@googlegroups.com
Could you not use the android.util.Log classes?, e.g.

Log.e("myapp", "My message");

Ludwig

2009/1/8 danffel <dan...@googlemail.com>

danffel

unread,
Jan 9, 2009, 3:31:40 AM1/9/09
to android-platform
I tried that as well but no luck....

On Jan 8, 4:23 pm, Ludwig <ludwigbrinckm...@gmail.com> wrote:
> Could you not use the android.util.Log classes?, e.g.
> Log.e("myapp", "My message");
>
> Ludwig
>
> 2009/1/8 danffel <danf...@googlemail.com>
Reply all
Reply to author
Forward
0 new messages