提交 2b3d9469 编写于 作者: Y Yang Yu

Update init.cc

上级 0c16f4f6
...@@ -77,6 +77,7 @@ bool InitDevices(const std::vector<std::string> &devices) { ...@@ -77,6 +77,7 @@ bool InitDevices(const std::vector<std::string> &devices) {
void InitGLOG(const std::string &prog_name) { void InitGLOG(const std::string &prog_name) {
google::InitGoogleLogging(prog_name.c_str()); google::InitGoogleLogging(prog_name.c_str());
google::InstallFailureSignalHandler();
} }
} // namespace framework } // namespace framework
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册