diff options
Diffstat (limited to 'authsecret/aidl/default/service.cpp')
-rw-r--r-- | authsecret/aidl/default/service.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/authsecret/aidl/default/service.cpp b/authsecret/aidl/default/service.cpp index efecf10f55..a7d8678d54 100644 --- a/authsecret/aidl/default/service.cpp +++ b/authsecret/aidl/default/service.cpp @@ -28,7 +28,7 @@ int main() { const std::string instance = std::string() + AuthSecret::descriptor + "/default"; binder_status_t status = AServiceManager_addService(authsecret->asBinder().get(), instance.c_str()); - CHECK(status == STATUS_OK); + CHECK_EQ(status, STATUS_OK); ABinderProcess_joinThreadPool(); return -1; // Should never be reached |