logging - How to log application events in android? -
i know if there way log application events in android..and display log information??
use adb logcat view event logger.
to put events logcat, use android.util.log class. mainly, you'll putting statements log.d(tag, message) in key areas of application.
Comments
Post a Comment