I'm still an amateur android programmer and I want to compress and store logcat on an android device so that if the user's app crashes while offline, then his/her device will send the logcat feed when the device comes back online. I started reading about the Trade Federation Library. Something new and different about this to me is that it does not come automatically available. According to the android docs the source is saved in a git branch along with the normal Android source code, but i have to call something like:
$ repo init -u https://…/manifest -b tradefed to enable the source code. Does this mean any code I use from this library wont be available to the user on their device? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/0a0a8f0c-4c20-4555-8492-54fb722a0fed%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

