fix: do not export g_logging_fail_func (#1042)
This commit is contained in:
parent
2c735b8dfb
commit
1ef1ab37e7
@ -1880,7 +1880,7 @@ void LogMessage::RecordCrashReason(
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
GLOG_EXPORT logging_fail_func_t g_logging_fail_func =
|
GLOG_NO_EXPORT logging_fail_func_t g_logging_fail_func =
|
||||||
reinterpret_cast<logging_fail_func_t>(&abort);
|
reinterpret_cast<logging_fail_func_t>(&abort);
|
||||||
|
|
||||||
NullStream::NullStream() : LogMessage::LogStream(message_buffer_, 2, 0) {}
|
NullStream::NullStream() : LogMessage::LogStream(message_buffer_, 2, 0) {}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user