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

Popular posts from this blog

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -