修复一些闪退问题

This commit is contained in:
chenjuntao
2019-03-26 16:35:21 +08:00
parent 8b9c2668d1
commit c675196cb2
3 changed files with 9 additions and 5 deletions

View File

@ -376,7 +376,7 @@ public class MessageShareUtils {
}
}
}
} catch (FileNotFoundException e) {
} catch (Exception e) {
Utils.log("消息分享异常" + e.toString());
e.printStackTrace();
} finally {