Home
last modified time | relevance | path

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

/hardware/google/aemu/base/
DMetrics.cpp99 std::stringstream threadDesc; in operator ()() local
100 threadDesc << hangEvent.metadata->threadId << " (0x" << std::hex in operator ()()
102 std::string threadStr = threadDesc.str(); in operator ()()