google / glog

C++ implementation of the Google logging module
http://google.github.io/glog/
BSD 3-Clause "New" or "Revised" License
7k stars 2.05k forks source link

Can I only log to Logcat on Android #952

Open zhiyaotl opened 1 year ago

zhiyaotl commented 1 year ago

LogDestination::MaybeLogToStderr(data->severity, data_->messagetext, MaybeLogToStderr can log to Logcat,but in this if branch,it also log to files which I do not want on Android. How can I only log to Logcat on Android? any suggestion will be appreciated.

rocka commented 8 months ago

You can try google::LogToStderr() instead of FLAGS_logtostderr