Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a2df6059 authored by Marco Nelissen's avatar Marco Nelissen
Browse files

Print a message to the log when a file can't be opened on the client side.

parent 4ab3c009
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -617,6 +617,7 @@ public class MediaPlayer
                fd.close();
            }
        }
        Log.d(TAG, "Couldn't open file on client side, trying server side");
        setDataSource(uri.toString());
        return;
    }