Warn and be ok with symbol services failing.

This commit is contained in:
Ben Vanik
2016-02-21 14:26:16 -08:00
parent 8bf5eba098
commit 06ba273492
3 changed files with 10 additions and 4 deletions

View File

@@ -58,6 +58,7 @@ struct StackFrame {
class StackWalker {
public:
// Creates a stack walker. Only one should exist within a process.
// May fail if another process has mucked with ours (like RenderDoc).
static std::unique_ptr<StackWalker> Create(backend::CodeCache* code_cache);
// Dumps all thread stacks to the log.