Hello all, I'm trying to use a c library for my android project and I need to redirect the output from printf to Logcat. After spending sometime looking into a solution for this, I stumbled across: http://developer.android.com/guide/developing/tools/adb.html#logcat
Which indicates we should be able to do something like this: $ adb shell stop $ adb shell setprop log.redirect-stdio true $ adb shell start I tried this and haven't had much luck. Should this work as easily as that? Am I missing something? Thanks, Dhaval -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

