Home
last modified time | relevance | path

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

/system/core/bootstat/
Dbootstat.cpp160 std::vector<std::string_view> notSupportedEvents; in LogBootEvents() local
175 notSupportedEvents.push_back(name); in LogBootEvents()
178 if (!notSupportedEvents.empty()) { in LogBootEvents()
180 << android::base::Join(notSupportedEvents, ','); in LogBootEvents()