[android-developers] Re: Looking for information on the Fragment dump() method (FragmentManager too)

2012-08-06 Thread bergstr
you should have close()d the PrintWriter, instead of the IOStream. Thats all Am Sonntag, 27. Februar 2011 23:17:29 UTC+1 schrieb davemac: Both of these classes have a dump() method which looks useful for debugging. I tried to use them in a sample application, but I'm not getting any output

[android-developers] Re: Looking for information on the Fragment dump() method (FragmentManager too)

2012-08-06 Thread bergstr
closing the PrintWriter instead of the IOStream would do, too -- 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] Re: Looking for information on the Fragment dump() method (FragmentManager too)

2012-03-22 Thread Daniel Robertson
I made a blog post with a basic example of how to use this relatively unknown function. Hope it helps! http://daniel-robertson.tumblr.com/post/19639827728/how-to-debug-your-fragments-using On Sunday, February 27, 2011 5:17:29 PM UTC-5, davemac wrote: Both of these classes have a dump() method