Home
last modified time | relevance | path

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

/art/runtime/
Dhidden_api.cc46 static constexpr uint64_t kMaxLogWarnings = 100; variable
251 if (log_warning_count_ > kMaxLogWarnings) { in WarnAboutAccess()
262 if (log_warning_count_ >= kMaxLogWarnings) { in WarnAboutAccess()