MCPcopy Create free account
hub / github.com/apache/impala / GetLogFormatStackTraceHex

Function GetLogFormatStackTraceHex

be/src/kudu/util/debug-util.cc:563–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

561}
562
563string GetLogFormatStackTraceHex() {
564 StackTrace trace;
565 trace.Collect(1);
566 return trace.ToLogFormatHexString();
567}
568
569// Bogus empty function which we use below to fill in the stack trace with
570// something readable to indicate that stack trace collection was unavailable.

Callers

nothing calls this directly

Calls 2

ToLogFormatHexStringMethod · 0.80
CollectMethod · 0.45

Tested by

no test coverage detected