I'm using AnkoLogger as an interface on a class i...
# anko
b
I'm using AnkoLogger as an interface on a class in android and I'm trying to unit test it, I'm getting
java.lang.UnsatisfiedLinkError: android.util.Log.isLoggable(Ljava/lang/String;I)Z
, is there a way to make it work? Maybe redirect the output or mock it away?