Closed WhiredPlanck closed 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.
FLAGS_alsologtostderr = true
google::LogToStderr()
Thanks for reporting the issue. #1094 provides a fix.
Have set
FLAGS_alsologtostderr = true
or just calledgoogle::LogToStderr()
, but they don't work. No any log shown in the logcat.