标签: android slf4j
我将在Android App中实现Sentry.io Log Service。安装指南中有一条注释,内容为:
// this dependency is not required if you are already using your own // slf4j implementation compile 'org.slf4j:slf4j-nop:1.7.25'
我不知道我是否应该添加此依赖项。
Android是否使用它自己的slf4j实现?
答案 0 :(得分:1)
正如Henry在评论中所说,Android不包含slf4j实现,因此我应该添加此依赖项以准备设置Sentry。