Lines Matching refs:VLOG
112 VLOG("~MetricsManager()"); in ~MetricsManager()
272 VLOG("mIsActive is initialized to %d", mIsActive); in initializeConfigActiveStatus()
286 VLOG("Allowed uid %d", uid); in initAllowedLogSources()
413 VLOG("=========================Metric Reports Start=========================="); in onDumpReport()
446 VLOG("=========================Metric Reports End=========================="); in onDumpReport()
456 VLOG("log source %d not on the whitelist", event.GetUid()); in checkLogCredentials()
471 VLOG("APP_BREADCRUMB_REPORTED had error when parsing the uid"); in eventSanityCheck()
479 VLOG("APP_BREADCRUMB_REPORTED has invalid uid: claimed %ld but caller is %d", in eventSanityCheck()
487 VLOG("APP_BREADCRUMB_REPORTED had error when parsing the state field"); in eventSanityCheck()
490 VLOG("APP_BREADCRUMB_REPORTED does not have valid state %ld", appHookState); in eventSanityCheck()
501 VLOG("Davey occurred had error when parsing the uid"); in eventSanityCheck()
506 VLOG("DAVEY_OCCURRED has invalid uid: claimed %ld but caller is %d", jankUid, in eventSanityCheck()
513 VLOG("Davey occurred had error when parsing the duration"); in eventSanityCheck()
516 VLOG("Davey duration is unreasonably long: %ld", duration); in eventSanityCheck()
711 VLOG("Setting active metric: %lld", (long long)metric->getMetricId()); in loadActiveConfig()