Loading media/java/android/media/AudioTrack.java +7 −1 Original line number Diff line number Diff line Loading @@ -1956,7 +1956,13 @@ public class AudioTrack extends PlayerBase e.printStackTrace(); } baseSetStartDelayMs(0); try { startImpl(); } catch (IllegalStateException e) { // fail silently for a state exception when it is happening after // a delayed start, as the player state could have changed between the // call to start() and the execution of startImpl() } } }.start(); } Loading media/java/android/media/MediaPlayer.java +7 −1 Original line number Diff line number Diff line Loading @@ -1258,7 +1258,13 @@ public class MediaPlayer extends PlayerBase e.printStackTrace(); } baseSetStartDelayMs(0); try { startImpl(); } catch (IllegalStateException e) { // fail silently for a state exception when it is happening after // a delayed start, as the player state could have changed between the // call to start() and the execution of startImpl() } } }.start(); } Loading Loading
media/java/android/media/AudioTrack.java +7 −1 Original line number Diff line number Diff line Loading @@ -1956,7 +1956,13 @@ public class AudioTrack extends PlayerBase e.printStackTrace(); } baseSetStartDelayMs(0); try { startImpl(); } catch (IllegalStateException e) { // fail silently for a state exception when it is happening after // a delayed start, as the player state could have changed between the // call to start() and the execution of startImpl() } } }.start(); } Loading
media/java/android/media/MediaPlayer.java +7 −1 Original line number Diff line number Diff line Loading @@ -1258,7 +1258,13 @@ public class MediaPlayer extends PlayerBase e.printStackTrace(); } baseSetStartDelayMs(0); try { startImpl(); } catch (IllegalStateException e) { // fail silently for a state exception when it is happening after // a delayed start, as the player state could have changed between the // call to start() and the execution of startImpl() } } }.start(); } Loading