Lines Matching full:statscompanion
163 VLOG("Statscompanion could not find a broadcast receiver for %s",
472 VLOG("Could not access statsCompanion");
852 sp<IStatsCompanionService> statsCompanion = getStatsCompanionService();
853 if (statsCompanion != nullptr) {
854 VLOG("Telling statsCompanion that statsd is ready");
855 statsCompanion->statsdReady();
857 VLOG("Could not access statsCompanion");
865 sp<IStatsCompanionService> statsCompanion = getStatsCompanionService();
866 if (statsCompanion == nullptr) {
869 "statscompanion unavailable despite it contacting statsd!");
871 VLOG("StatsService::statsCompanionReady linking to statsCompanion.");
872 IInterface::asBinder(statsCompanion)->linkToDeath(this);
873 mStatsPullerManager.SetStatsCompanionService(statsCompanion);
874 mAnomalyAlarmMonitor->setStatsCompanionService(statsCompanion);
875 statsCompanion);
876 SubscriberReporter::getInstance().setStatsCompanionService(statsCompanion);
1007 ALOGW("statscompanion service died");