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) videoView.setVideoPath(mVideoPath)
} catch (failure: Throwable) { } catch (failure: Throwable) {
// Couldn't open // 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) { if (!wasPaused) {