Merge remote-tracking branch 'origin/master' into master
This commit is contained in:
commit
7214751dd7
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user