new log fuctions mocked

This commit is contained in:
Vitor Pamplona
2026-03-16 17:45:05 -04:00
parent e7760dc7c7
commit 7f61b4819b
2 changed files with 10 additions and 0 deletions
@@ -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?,