Don't print full stack trace when there is no vorbis comment

This commit is contained in:
ByteHamster 2022-10-27 22:02:08 +02:00
parent 655b880c46
commit b9ded7ea3b
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public abstract class VorbisCommentReader {
readUserComment();
}
} catch (IOException e) {
e.printStackTrace();
Log.d(TAG, e.getMessage());
}
}