提交 43cd5252 编写于 作者: Z Zhang Rui

android/IjkMediaPlayer: fix lint warnings: empty catch block

上级 aa424272
......@@ -333,8 +333,8 @@ public final class IjkMediaPlayer extends AbstractMediaPlayer {
setDataSource(fd.getFileDescriptor(), fd.getStartOffset(), fd.getDeclaredLength());
}
return;
} catch (SecurityException ex) {
} catch (IOException ex) {
} catch (SecurityException ignored) {
} catch (IOException ignored) {
} finally {
if (fd != null) {
fd.close();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册