[ LogDestination::MaybeLogToStderr(data_->severity_, data_->message_text_,](https://github.com/google/glog/blob/master/src/logging.cc#L1855) 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.
LogDestination::MaybeLogToStderr(data_->severity_, data_->message_text_,
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.