I have the following code:
sget-object v5, Lkotlin/text/Charsets;->UTF_8:Ljava/nio/charset/Charset;
invoke-static {v4, v2}, Ljava/util/Objects;->requireNonNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
invoke-virtual {v4, v5}, Ljava/lang/String;->getBytes(Ljava/nio/charset/Charset;)[B
move-result-object v4
and now I need to convert v4 to a hex string in order to log it into Logcat in Android Studio, since i can't log bytes. How would I do that?