Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/incidentd/src/
H A DSection.cpp823 status_t cStatus = wait_child(child); in BlockingCall() local
829 if (cStatus != NO_ERROR) { in BlockingCall()
830 ALOGE("[%s] child had an issue: %s\n", this->name.string(), strerror(-cStatus)); in BlockingCall()