summaryrefslogtreecommitdiff
path: root/dumpstate/aidl/default/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dumpstate/aidl/default/main.cpp')
-rw-r--r--dumpstate/aidl/default/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dumpstate/aidl/default/main.cpp b/dumpstate/aidl/default/main.cpp
index 245175291c..5bc85b4474 100644
--- a/dumpstate/aidl/default/main.cpp
+++ b/dumpstate/aidl/default/main.cpp
@@ -29,7 +29,7 @@ int main() {
const std::string instance = std::string() + Dumpstate::descriptor + "/default";
binder_status_t status =
AServiceManager_registerLazyService(dumpstate->asBinder().get(), instance.c_str());
- CHECK(status == STATUS_OK);
+ CHECK_EQ(status, STATUS_OK);
ABinderProcess_joinThreadPool();
return EXIT_FAILURE; // Unreachable