I am porting a system im doing for a desktop application to android as a jar included in the app.
Is there a way to use the system.out.println(present in the jar) and see them logged on logcat(or anywhere else)?
I am currently debugging on a real device using adb from eclipse, and im correctly seeing the device logs in logcat console but not the standard output.