Logging to system log?

Hi,

for some reason, on my development Nexus 7, calls to print() now don’t get logged to logcat any more. Has anybody some information if there have been changes to Android lately in this regards?

Also, is there a possibility to log to Log.d() on Android with the Pro version?

Thanks in advance!

Ok, its a little bit embarrassing, but it seems that several times killing the adb daemon may have fixed the issue. Also, only using “adb logcat” instead of the Eclipse tools seems to help as well.

Ok, just in case anybody else stumbles upon this issue: my build script had an error and missed to patch out the require “CiderDebugger”;, so print() got redirected into the non-existing debugger.

Ok, its a little bit embarrassing, but it seems that several times killing the adb daemon may have fixed the issue. Also, only using “adb logcat” instead of the Eclipse tools seems to help as well.

Ok, just in case anybody else stumbles upon this issue: my build script had an error and missed to patch out the require “CiderDebugger”;, so print() got redirected into the non-existing debugger.