Proper runtime error handling for _hidl_cb.

If _hidl_cb is called a number of times != 1, we LOG_ALWAYS_FATAL.

Bug: 32943424
Test: hidl_test
Change-Id: Ia56ae7bbe172c7952d9a4327d8db1df646f47543
diff --git a/main.cpp b/main.cpp
index d0be9c2..5e17086 100644
--- a/main.cpp
+++ b/main.cpp
@@ -724,6 +724,7 @@
     out << "\"libhidlbase\",\n"
         << "\"libhidltransport\",\n"
         << "\"libhwbinder\",\n"
+        << "\"liblog\",\n"
         << "\"libutils\",\n"
         << "\"libcutils\",\n";
     for (const auto &importedPackage : importedPackages) {