I am having lots of logging statements to debug for example.
Log.v(TAG, \"Message here\"); Log.w(TAG, \" WARNING HERE\");
while deploying t
Log4j or slf4j can also be used as logging frameworks in Android together with logcat. See the project android-logging-log4j or log4j support in android