Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41d13eb3 authored by Vova Sharaienko's avatar Vova Sharaienko
Browse files

Stats: Deprecate IStats HIDL interface for the Android S

With IStats transition to the AIDL - the failure of HIDL service
registration should not be considered as a fatal.

Bug: 177667419
Test: build, flash & boot
Change-Id: I1c0f159344219436bb116c92a99cb7e03ee01153
parent c96669ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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