我是否应该添加 slf4j 依赖项来实现 Sentry.io ?

Should I add slf4j dependency to implement Sentry.io or not?

我将在我的 Android 中实施 Sentry.io 日志服务 App.There 是其安装指南中的评论:

// this dependency is not required if you are already using your own
// slf4j implementation
compile 'org.slf4j:slf4j-nop:1.7.25'

我不知道我是否应该添加这个依赖项。

Android是否使用它自己的 slf4j 实现?

作为Henry said in comments, Android doesn't include an slf4j implementation, So I Should Add this dependency to get ready to setup Sentry