Searched defs:ignoreDepth (Results 1 - 2 of 2) sorted by relevance

/system/core/libutils/
H A DCallStack.cpp32 CallStack::CallStack(const char* logtag, int32_t ignoreDepth) { argument
33 this->update(ignoreDepth+1);
40 void CallStack::update(int32_t ignoreDepth, pid_t tid) { argument
44 if (!backtrace->Unwind(ignoreDepth)) {
H A DProcessCallStack.cpp186 int ignoreDepth = (selfPid == tid) ? IGNORE_DEPTH_CURRENT_THREAD : 0; local
189 threadInfo.callStack.update(ignoreDepth, tid);

Completed in 137 milliseconds