//leakcanary-repo/shark/SharkLog/Logger/d
d¶
[jvm]\ abstract fun d(message: String)
Logs a debug message formatted with the passed in arguments.
[jvm]\ abstract fun d(throwable: Throwable, message: String)
Logs a Throwable and debug message formatted with the passed in arguments.