| 239 | |
| 240 | #ifdef __ANDROID__ |
| 241 | LogdLogger::LogdLogger(LogId default_log_id) : default_log_id_(default_log_id) { |
| 242 | } |
| 243 | |
| 244 | void LogdLogger::operator()(LogId id, LogSeverity severity, const char* tag, |
| 245 | const char* file, unsigned int line, |
nothing calls this directly
no outgoing calls
no test coverage detected