Merge "Stats: Deprecate IStats HIDL interface for the Android S" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
9ebad8e1ce
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user