mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 10:44:41 +00:00
CHECK -> CHECK_EQ copy pasta
Hey did I start this? We can take a little bit better errors. :) Bug: N/A Test: N/A Change-Id: I0e96f7f49dae9968904333da9b8269694058c11c
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user