Monday, January 2, 2012

Re: [android-developers] LogCat not displaying TAG “SMS”

Hey Mate,

You surprised me, I starting reading more into Log class but couldn't find any thing related with the TAG information.

http://developer.android.com/reference/android/util/Log.html 


Might be "SMS" is the reserved or Keyword or a Bug in Android as usual .Thanks for the info sharing, glad that, i got to know  a new information.

Warm Regards,
Mukesh Kumar,
Android Consultant/Freelancer,
India,Hyderabad.





On Tue, Jan 3, 2012 at 10:23 AM, Sangeeth Krishnan <sangeeth@nexegen.net> wrote:
@Override
public void onCreate(Bundle savedInstanceState) {
   super.onCreate(savedInstanceState);
   setContentView(R.layout.main);

   Log.e("SMS","Hello World");   //not showing
   Log.v("SMS","Hello World");   //not showing
   Log.i("SMS","Hello World");   //not showing
   Log.d("SMS","Hello World");   //not showing

   Log.i("sms","Hello World");   //showing
}
Why the Logging in the Logcat is not working for some line in the
above code??

is "SMS" some kind of reserved internal tag?

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en



--


--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment