mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-27 12:15:50 +01:00
Add debug log entry for video player pool usage.
This commit is contained in:
@@ -98,7 +98,7 @@ public class VideoEditorFragment extends Fragment implements VideoEditorHud.Even
|
||||
boolean autoplay = isVideoGif;
|
||||
|
||||
player.setWindow(requireActivity().getWindow());
|
||||
player.setVideoSource(slide, autoplay);
|
||||
player.setVideoSource(slide, autoplay, TAG);
|
||||
|
||||
if (slide.isVideoGif()) {
|
||||
player.setPlayerCallback(new VideoPlayer.PlayerCallback() {
|
||||
|
||||
Reference in New Issue
Block a user