Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android

Nicholas Campanini
Nicholas Campanini
8,626 Points

Log.d not logging to LogCat

*Currently working through the Fun Facts android app videos. I am currently debugging/logging from an android device and getting some strange behavior.

After some serious google'ing, I could not find out why Log.d would not output to Logcat, but other Log methods like Log.e and Log.i write as expected to Logcat.

Running the app through an emulator works as expected. I've made sure to check all debugging informational levels and make sure the filter was not accidentally set to anything.

I've tried restarting Logcat, disabling/re-enabling ADB integration, even restarting the phone itself, along with a fresh install of Android Studio. I'm fairly stumped.