Fix / Log could leak file name

This commit is contained in:
Valere 2020-09-01 17:31:54 +02:00 committed by GitHub
parent f34c5d6674
commit 3dc69b60c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,7 +123,7 @@ class VideoViewHolder constructor(itemView: View) :
videoView.setVideoPath(mVideoPath)
} catch (failure: Throwable) {
// Couldn't open
Log.v(VideoViewHolder::class.java.name, "Failed to start video ${failure.message}")
Log.v(VideoViewHolder::class.java.name, "Failed to start video")
}
if (!wasPaused) {