File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/src/main/java/com/fpvout/digiview Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,13 +101,13 @@ public void onPlayerError(ExoPlaybackException error) {
101101 (new Handler (Looper .getMainLooper ())).postDelayed (() -> restart (), 1000 );
102102 break ;
103103 case ExoPlaybackException .TYPE_REMOTE :
104- Log .e (TAG , "PLAYER_SOURCE - TYPE_REMOTE: " + error .getSourceException (). getMessage ());
104+ Log .e (TAG , "PLAYER_SOURCE - TYPE_REMOTE: " + error .getMessage ());
105105 break ;
106106 case ExoPlaybackException .TYPE_RENDERER :
107- Log .e (TAG , "PLAYER_SOURCE - TYPE_RENDERER: " + error .getSourceException ().getMessage ());
107+ Log .e (TAG , "PLAYER_SOURCE - TYPE_RENDERER: " + error .getRendererException ().getMessage ());
108108 break ;
109109 case ExoPlaybackException .TYPE_UNEXPECTED :
110- Log .e (TAG , "PLAYER_SOURCE - TYPE_UNEXPECTED: " + error .getSourceException ().getMessage ());
110+ Log .e (TAG , "PLAYER_SOURCE - TYPE_UNEXPECTED: " + error .getUnexpectedException ().getMessage ());
111111 break ;
112112 }
113113 }
You can’t perform that action at this time.
0 commit comments