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

Commit 363f916a authored by Ian Baker's avatar Ian Baker Committed by Automerger Merge Worker
Browse files

Merge "Log exception when MediaPlayer.attemptDataSource fails" into main am: 0cf60fb2

parents 991b09c6 0cf60fb2
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;
        }
    }