mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-09-11 12:06:14 +00:00
casting: add more descriptive error log
This commit is contained in:
parent
f872b02e36
commit
a763a128f8
1 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@ class CastView : ConstraintLayout {
|
|||
}
|
||||
d.resumePlayback()
|
||||
} catch (e: Throwable) {
|
||||
Logger.e(TAG, "$e")
|
||||
Logger.e(TAG, "Failed to change playback speed to hold playback speed: $e")
|
||||
}
|
||||
}
|
||||
_gestureControlView.onSpeedHoldEnd.subscribe {
|
||||
|
@ -114,7 +114,7 @@ class CastView : ConstraintLayout {
|
|||
}
|
||||
d.changeSpeed(_speedHoldPrevRate)
|
||||
} catch (e: Throwable) {
|
||||
Logger.e(TAG, "$e")
|
||||
Logger.e(TAG, "Failed to change playback speed to previous hold playback speed: $e")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue