commit | a0ea7471831e46597f9c0c695dc764798fecd050 | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Wed Apr 12 19:19:03 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Apr 12 19:19:03 2023 +0000 |
tree | c914e95063efbb87394fbf121363afd955abd6ed | |
parent | 5864b59462ee43225a8ce2302f7711e90f171bcf [diff] | |
parent | da0f9afffda7ff589b93953298b3118b6a818783 [diff] |
Merge "Revert "temporarily remove abort() to facilitate debugging""
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 };