Home
last modified time | relevance | path

Searched refs:human_string (Results 1 – 1 of 1) sorted by relevance

/system/core/crash_reporter/
Dkernel_collector.cc497 std::string human_string; in ComputeKernelStackSignature() local
509 &human_string)) { in ComputeKernelStackSignature()
510 if (!FindPanicMessage(kernel_dump, print_diagnostics, &human_string)) { in ComputeKernelStackSignature()
514 human_string.clear(); in ComputeKernelStackSignature()
518 if (human_string.empty() && stack_hash == 0) { in ComputeKernelStackSignature()
525 human_string = human_string.substr(0, kMaxHumanStringLength); in ComputeKernelStackSignature()
529 human_string.c_str(), in ComputeKernelStackSignature()