Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DSection.cpp911 status_t cStatus = wait_child(child); in BlockingCall() local
917 if (cStatus != NO_ERROR) { in BlockingCall()
918 … ALOGE("TombstoneSection '%s' child had an issue: %s\n", this->name.string(), strerror(-cStatus)); in BlockingCall()