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

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -