[Log] dump stacktrace from glog lib (#11360)

* dump stacktrace from glog lib

* fix windows compile

* add comments for getcallstack
This commit is contained in:
Lingxuan Zuo
2020-10-14 10:52:12 -07:00
committed by GitHub
parent abc6126814
commit 149ec5f6bf
5 changed files with 113 additions and 0 deletions
+1
View File
@@ -185,6 +185,7 @@ def ray_deps_setup():
"//thirdparty/patches:glog-log-pid-tid.patch",
"//thirdparty/patches:glog-stack-trace.patch",
"//thirdparty/patches:glog-suffix-log.patch",
"//thirdparty/patches:glog-dump-stacktrack.patch",
],
)