google / glog

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

Cannot log to logcat on Android since 0.7.0 #1093

Closed WhiredPlanck closed 3 months ago

WhiredPlanck commented 3 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 3 months ago

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