Don't print full stack trace when there is no vorbis comment
This commit is contained in:
parent
655b880c46
commit
b9ded7ea3b
|
@ -37,7 +37,7 @@ public abstract class VorbisCommentReader {
|
|||
readUserComment();
|
||||
}
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
Log.d(TAG, e.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue