diff options
Diffstat (limited to 'power/stats/aidl/default/main.cpp')
-rw-r--r-- | power/stats/aidl/default/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/power/stats/aidl/default/main.cpp b/power/stats/aidl/default/main.cpp index 2fe3d2e103..9e78247562 100644 --- a/power/stats/aidl/default/main.cpp +++ b/power/stats/aidl/default/main.cpp @@ -73,7 +73,7 @@ int main() { const std::string instance = std::string() + PowerStats::descriptor + "/default"; binder_status_t status = AServiceManager_addService(p->asBinder().get(), instance.c_str()); - CHECK(status == STATUS_OK); + CHECK_EQ(status, STATUS_OK); ABinderProcess_joinThreadPool(); return EXIT_FAILURE; // should not reach |