Revert "temporarily remove abort() to facilitate debugging"

This reverts commit 8d2391a6aa5cbecbbaea63dafe9653c8d424ea7e.

Reason for revert: should no longer be needed

Bug: 277646103
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: Ia49527d105dd8005ff94d97e7e13970638e10600
diff --git a/service/jni/com_android_server_connectivity_ClatCoordinator.cpp b/service/jni/com_android_server_connectivity_ClatCoordinator.cpp
index dfc9ffc..dbb12ee 100644
--- a/service/jni/com_android_server_connectivity_ClatCoordinator.cpp
+++ b/service/jni/com_android_server_connectivity_ClatCoordinator.cpp
@@ -51,7 +51,7 @@
 
 namespace android {
 
-#define ALOGF(s ...) do { ALOGE(s); } while(0)
+#define ALOGF(s ...) do { ALOGE(s); abort(); } while(0)
 
 enum verify { VERIFY_DIR, VERIFY_BIN, VERIFY_PROG, VERIFY_MAP_RO, VERIFY_MAP_RW };