I'm building a custom Android module in Eclipse for my Titanium Android app. I'm able to use the custom module methods in both the Titanium application and the example application in Eclipse.
However, I'm not able to see the debug log output messages in either the Titanium Studio console or the Eclipse console (when running the example app in emulator). I'm logging debug messages as instructed in the Module Developer Guide for Android:
private static final String LCAT = "TestModule"; Log.d(LCAT, "Test log message");I've tried all the Log Level settings in Run Configuration in Ti Studio but the log messages still do not appear in the Console. This module is more complex than the custom modules I've built in the past, so the lack of debugging info is a major hindrance. Any ideas appreciated.
Environment: - Windows 7 SP0 - Eclipse Indigo (latest) - Ti Studio 1.0.2.201107130739 - Titanium SDK 1.7.2 and 1.8.0.v20110828131421