Home
last modified time | relevance | path

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

/external/chromium_org/base/debug/
Dcrash_logging.cc110 std::vector<std::string> hex_backtrace; in SetCrashKeyFromAddresses() local
118 hex_backtrace.push_back(s); in SetCrashKeyFromAddresses()
121 value = JoinString(hex_backtrace, ' '); in SetCrashKeyFromAddresses()