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

Commit 0cf60fb2 authored by Ian Baker's avatar Ian Baker Committed by Gerrit Code Review
Browse files

Merge "Log exception when MediaPlayer.attemptDataSource fails" into main

parents 27fa3efd b01504da
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1156,6 +1156,7 @@ public class MediaPlayer extends PlayerBase
            setDataSource(afd);
            return true;
        } catch (NullPointerException | SecurityException | IOException ex) {
            Log.w(TAG, "Error setting data source via ContentResolver", ex);
            return false;
        }
    }