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) { } catch (Exception e) {
com.yutou.bilibili.Tools.Log.e(e); com.yutou.bilibili.Tools.Log.e(e);
Log.i("录制发生意外:" + e.getMessage()); if (!(e instanceof FileNotFoundException)) {
QQBotManager.getInstance().sendMessage("录制发生意外:" + e.getLocalizedMessage()); Log.i("录制发生意外:" + e.getMessage());
LiveUtils.LiveInfoManager.getInstance().check(roomId); QQBotManager.getInstance().sendMessage("录制发生意外:" + e.getLocalizedMessage());
LiveUtils.LiveInfoManager.getInstance().check(roomId);
}
} }
SaveLive.this.stop(roomId); SaveLive.this.stop(roomId);