google / glog

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

Cannot log to logcat on Android since 0.7.0 #1093

Closed WhiredPlanck closed 7 months ago

WhiredPlanck commented 7 months ago

Have set FLAGS_alsologtostderr = true or just called google::LogToStderr(), but they don't work. No any log shown in the logcat.

sergiud commented 7 months ago

Thanks for reporting the issue. #1094 provides a fix.