Tuesday, May 3, 2011

[android-developers] Log.d messages in frameworks/.../android/internal/telephony not appearing

I turned on the logging in frameworks/base/telephony/java/com/android/internal/telephony/RIL.java.

I then rebuilt and reflashed my developer phone. 

But I don't see any of the messages in the log.

I also turned on Log.d messages in packages/apps/Phone and I DO see them just fine.

Out of desperation I put some Log.e() messages in there as well. Still nothing. I have no idea why it's not working. There is something fundamentally different in the way android.java.Log is handled in 'frameworks' as opposed to 'packages/apps'.

Has anybody ever seen a Log.d or Log.e message appear from internal framework source?
Does anybody have any clues here?

--
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