We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
You can try google::LogToStderr() instead of FLAGS_logtostderr
google::LogToStderr()
FLAGS_logtostderr
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: