Home
last modified time | relevance | path

Searched refs:lastDepth (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/log/
H A Ddump_log.cpp175 int32_t lastDepth = GetDepth(); in GetPrefix() local
176 if (depth == lastDepth) { in GetPrefix()
178 } else if (depth > lastDepth) { in GetPrefix()
181 int32_t diff = lastDepth - depth + 1; in GetPrefix()

Completed in 1 milliseconds