mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-22 07:44:00 +01:00
Fix / Log could leak file name
This commit is contained in:
parent
f34c5d6674
commit
3dc69b60c4
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user