in my Android app I use a native c++ library via JNI. This library produces log lines, if its build in debug mode. I want to have the log lines ...
stackoverflow.com