Merge "Stats: Deprecate IStats HIDL interface for the Android S" into sc-dev

This commit is contained in:
Vova Sharaienko
2021-05-11 16:04:36 +00:00
committed by Android (Google) Code Review

View File

@@ -66,7 +66,7 @@ static void startStatsHidlService() {
android::sp<IStats> statsHal = new StatsHal();
const android::status_t err = statsHal->registerAsService();
LOG_ALWAYS_FATAL_IF(err != android::OK, "Cannot register HIDL %s: %d", IStats::descriptor, err);
ALOGW_IF(err != android::OK, "Cannot register HIDL %s: %d", IStats::descriptor, err);
}
} // namespace