<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Android &#8211; application debug logging</title>
	<atom:link href="http://www.winksaville.com/blog/programming/debug-logging-in-android/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.winksaville.com/blog/programming/debug-logging-in-android/</link>
	<description>My personal notes</description>
	<lastBuildDate>Fri, 23 Dec 2011 10:15:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Rolf Kulemann</title>
		<link>http://www.winksaville.com/blog/programming/debug-logging-in-android/comment-page-1/#comment-115</link>
		<dc:creator>Rolf Kulemann</dc:creator>
		<pubDate>Fri, 23 Dec 2011 10:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.winksaville.com/blog/programming/debug-logging-in-android/#comment-115</guid>
		<description>Log4j or slf4j can also be used in Android together with logcat. See the project http://code.google.com/p/android-logging-log4j/.</description>
		<content:encoded><![CDATA[<p>Log4j or slf4j can also be used in Android together with logcat. See the project <a href="http://code.google.com/p/android-logging-log4j/" rel="nofollow">http://code.google.com/p/android-logging-log4j/</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cyberleopard</title>
		<link>http://www.winksaville.com/blog/programming/debug-logging-in-android/comment-page-1/#comment-84</link>
		<dc:creator>cyberleopard</dc:creator>
		<pubDate>Tue, 31 May 2011 20:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.winksaville.com/blog/programming/debug-logging-in-android/#comment-84</guid>
		<description>As for now, Eclipse logcat window is working fine. java.util.Logger is supported (your project name is logged as tag) as well as System.out. 
Thanks for posting the info. I found it very helpful!</description>
		<content:encoded><![CDATA[<p>As for now, Eclipse logcat window is working fine. java.util.Logger is supported (your project name is logged as tag) as well as System.out.<br />
Thanks for posting the info. I found it very helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.winksaville.com/blog/programming/debug-logging-in-android/comment-page-1/#comment-65</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 30 Dec 2010 17:53:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.winksaville.com/blog/programming/debug-logging-in-android/#comment-65</guid>
		<description>Thanks heaps - spent ages trying to find out how to see the log in Eclipse!</description>
		<content:encoded><![CDATA[<p>Thanks heaps &#8211; spent ages trying to find out how to see the log in Eclipse!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.winksaville.com/blog/programming/debug-logging-in-android/comment-page-1/#comment-61</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 07 Sep 2010 16:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.winksaville.com/blog/programming/debug-logging-in-android/#comment-61</guid>
		<description>Thank you!
This was exactly what I was looking for :)</description>
		<content:encoded><![CDATA[<p>Thank you!<br />
This was exactly what I was looking for <img src='http://www.winksaville.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Canvas, SurfaceHolder, and Panels. Oh My! - Android Forums</title>
		<link>http://www.winksaville.com/blog/programming/debug-logging-in-android/comment-page-1/#comment-59</link>
		<dc:creator>Canvas, SurfaceHolder, and Panels. Oh My! - Android Forums</dc:creator>
		<pubDate>Tue, 17 Aug 2010 08:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.winksaville.com/blog/programming/debug-logging-in-android/#comment-59</guid>
		<description>[...] does your logcat say? Debugging Tasks &#124; Android Developers  Android &#8211; application debug logging Wink Saville&#8217;s Blog     __________________ Blundell Apps Android Support from Blundell Apps on Twitter Subscribe to our [...]</description>
		<content:encoded><![CDATA[<p>[...] does your logcat say? Debugging Tasks | Android Developers  Android &#8211; application debug logging Wink Saville&#8217;s Blog     __________________ Blundell Apps Android Support from Blundell Apps on Twitter Subscribe to our [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wink</title>
		<link>http://www.winksaville.com/blog/programming/debug-logging-in-android/comment-page-1/#comment-58</link>
		<dc:creator>wink</dc:creator>
		<pubDate>Sun, 08 Aug 2010 05:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.winksaville.com/blog/programming/debug-logging-in-android/#comment-58</guid>
		<description>In the froyo release there is also -v threadtime which outputs the timestamp as well as the thread Id&#039;s for the parent thread and the child thread, which can be handy.</description>
		<content:encoded><![CDATA[<p>In the froyo release there is also -v threadtime which outputs the timestamp as well as the thread Id&#8217;s for the parent thread and the child thread, which can be handy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.winksaville.com/blog/programming/debug-logging-in-android/comment-page-1/#comment-57</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sat, 07 Aug 2010 11:51:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.winksaville.com/blog/programming/debug-logging-in-android/#comment-57</guid>
		<description>You can use the verbose time option with adb logcat to show the time stamps --&gt; adb logcat -v time</description>
		<content:encoded><![CDATA[<p>You can use the verbose time option with adb logcat to show the time stamps &#8211;&gt; adb logcat -v time</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Pingry</title>
		<link>http://www.winksaville.com/blog/programming/debug-logging-in-android/comment-page-1/#comment-56</link>
		<dc:creator>Rick Pingry</dc:creator>
		<pubDate>Wed, 04 Aug 2010 23:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.winksaville.com/blog/programming/debug-logging-in-android/#comment-56</guid>
		<description>Thanks for the article.  I needed to work out where I can see it in Eclipse.  There are some great tools in there for easily changing the log level.  Do you know of a way to easily filter by the tag?

wink: I&#039;m not sure in Eclipse but I believe you can do it using &lt;a href=&quot;http://developer.android.com/guide/developing/tools/ddms.html&quot; rel=&quot;nofollow&quot;&gt;ddms&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Thanks for the article.  I needed to work out where I can see it in Eclipse.  There are some great tools in there for easily changing the log level.  Do you know of a way to easily filter by the tag?</p>
<p>wink: I&#8217;m not sure in Eclipse but I believe you can do it using <a href="http://developer.android.com/guide/developing/tools/ddms.html" rel="nofollow">ddms</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: musicman3320</title>
		<link>http://www.winksaville.com/blog/programming/debug-logging-in-android/comment-page-1/#comment-55</link>
		<dc:creator>musicman3320</dc:creator>
		<pubDate>Wed, 28 Jul 2010 01:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.winksaville.com/blog/programming/debug-logging-in-android/#comment-55</guid>
		<description>Thanks for posting this.  I couldnt figure out why my Log.i() statements weren&#039;t showing up, and this was exactly why.</description>
		<content:encoded><![CDATA[<p>Thanks for posting this.  I couldnt figure out why my Log.i() statements weren&#8217;t showing up, and this was exactly why.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: codeIT</title>
		<link>http://www.winksaville.com/blog/programming/debug-logging-in-android/comment-page-1/#comment-49</link>
		<dc:creator>codeIT</dc:creator>
		<pubDate>Sat, 15 May 2010 09:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.winksaville.com/blog/programming/debug-logging-in-android/#comment-49</guid>
		<description>Thanks for this, I was tearing my hairs out trying to understand why I couldnt see any logs in eclipse</description>
		<content:encoded><![CDATA[<p>Thanks for this, I was tearing my hairs out trying to understand why I couldnt see any logs in eclipse</p>
]]></content:encoded>
	</item>
</channel>
</rss>

