C/C++ printfs - Where's it appears in a Android native code?

Viewed 19445

Since It's pretty hard to debug native android code, I'm going to the "printf trace" approach.

So, my question is, in a native code, wheres the standards "printf("something")" appears when running a Android application?

2 Answers
Related