You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-...@googlegroups.com
Could you not use the android.util.Log classes?, e.g.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
>