Merge remote-tracking branch 'origin/master' into master

This commit is contained in:
yutou 2021-04-15 18:34:32 +08:00
commit 7214751dd7

View File

@ -130,9 +130,11 @@ public class SaveLive {
}
} catch (Exception e) {
com.yutou.bilibili.Tools.Log.e(e);
Log.i("录制发生意外:" + e.getMessage());
QQBotManager.getInstance().sendMessage("录制发生意外:" + e.getLocalizedMessage());
LiveUtils.LiveInfoManager.getInstance().check(roomId);
if (!(e instanceof FileNotFoundException)) {
Log.i("录制发生意外:" + e.getMessage());
QQBotManager.getInstance().sendMessage("录制发生意外:" + e.getLocalizedMessage());
LiveUtils.LiveInfoManager.getInstance().check(roomId);
}
}
SaveLive.this.stop(roomId);