c++ - Where does clog go in an Android NDK application? -
i'm porting c++ application android using ndk , wonder clog out goes to? trying debug adding print statements, cannot find sent. clog sent in c++ application running under android ndk?
please see is "std::cout" usable in android-ndk. tl;nr:
$ adb shell stop $ adb shell setprop log.redirect-stdio true $ adb shell start
Comments
Post a Comment