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 Build a Weather App (2015) Concurrency and Error Handling Making Our Code Asynchronous

The logcat does not show any information !!!

when my code run no information at all had displayed , just this , 03-06 12:54:31.338 9072-9086/? D/libc﹕ [NET] getaddrinfo+,hn 15(0x6170692e666f72),sn(),family 0,flags 4 03-06 12:54:31.338 9072-9086/? D/libc﹕ [NET] getaddrinfo-,err=8 03-06 12:54:31.338 9072-9086/? D/libc﹕ [NET] getaddrinfo+,hn 15(0x6170692e666f72),sn(),family 0,flags 1024 03-06 12:54:31.348 9072-9086/? D/libc﹕ [NET] getaddrinfo-, 1 03-06 12:54:31.348 9072-9086/? D/libc﹕ [NET] getaddrinfo_proxy+ 03-06 12:54:31.358 9072-9086/? D/libc﹕ [NET] getaddrinfo_proxy- 03-06 12:54:31.518 9072-9072/? I/Adreno-EGL﹕ <qeglDrvAPI_eglInitialize:385>: EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_KK_3.5_RB1.04.04.02.006.082_msm8974_refs/tags/AU_LINUX_ANDROID_KK_3.5_RB1.04.04.02.006.082__release_AU ()

OpenGL ES Shader Compiler Version: E031.24.00.06
Build Date: 02/18/14 Tue
Local Branch:
Remote Branch: refs/tags/AU_LINUX_ANDROID_KK_3.5_RB1.04.04.02.006.082
Local Patches: NONE
Reconstruct Branch: NOTHING
Kevin Michie
Kevin Michie
6,554 Points

For clarity, are you looking at the actual log after you try running a program? If so, you might have to play around with the filters and search for your description such as, Log.e(TAG, "This is my description"); and you then search for "This is my description".

I hope this helps :)