|
|
|
@ -74,7 +74,7 @@ protected:
|
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
|
// There might be liblog versions used, that do not support __android_log_buf_write. So we only compile and link against
|
|
|
|
|
// __android_log_buf_write, if user explicitely provides a non-default log buffer. Otherwise, when using the default log buffer, always
|
|
|
|
|
// __android_log_buf_write, if user explicitly provides a non-default log buffer. Otherwise, when using the default log buffer, always
|
|
|
|
|
// log via __android_log_write.
|
|
|
|
|
template<int ID = BufferID>
|
|
|
|
|
typename std::enable_if<ID == static_cast<int>(log_id::LOG_ID_MAIN), int>::type android_log(int prio, const char *tag, const char *text)
|
|
|
|
@ -139,4 +139,4 @@ inline std::shared_ptr<logger> android_logger_st(const std::string &logger_name,
|
|
|
|
|
|
|
|
|
|
} // namespace spdlog
|
|
|
|
|
|
|
|
|
|
#endif // __ANDROID__
|
|
|
|
|
#endif // __ANDROID__
|
|
|
|
|