Home
last modified time | relevance | path

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

/aosp14/system/core/bootstat/
H A Dbootstat.cpp144 std::vector<std::string_view> notSupportedEvents; in LogBootEvents() local
159 notSupportedEvents.push_back(name); in LogBootEvents()
162 if (!notSupportedEvents.empty()) { in LogBootEvents()
164 << android::base::Join(notSupportedEvents, ','); in LogBootEvents()