I am using the command
Log.i(TAG, "Received a message");
But I am not able to find where it is outputted.
Can any body help me about this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can view it in eclipse in the debug environment, and you can use adb: http://developer.android.com/guide/developing/tools/adb.html#logcat
You can also download something like aLogCat on a device for looking at live logfile information.