new log fuctions mocked
This commit is contained in:
@@ -24,6 +24,12 @@ import kotlin.jvm.JvmStatic
|
||||
|
||||
class Log {
|
||||
companion object {
|
||||
@JvmStatic
|
||||
fun isLoggable(
|
||||
tag: String?,
|
||||
msg: Int?,
|
||||
): Boolean = true
|
||||
|
||||
@JvmStatic
|
||||
fun d(
|
||||
tag: String?,
|
||||
|
||||
Reference in New Issue
Block a user