You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
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.