Searched refs:notSupportedEvents (Results 1 – 1 of 1) sorted by relevance
160 std::vector<std::string_view> notSupportedEvents; in LogBootEvents() local175 notSupportedEvents.push_back(name); in LogBootEvents()178 if (!notSupportedEvents.empty()) { in LogBootEvents()180 << android::base::Join(notSupportedEvents, ','); in LogBootEvents()