diff options
Diffstat (limited to 'base/include/android-base')
-rw-r--r-- | base/include/android-base/logging.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/include/android-base/logging.h b/base/include/android-base/logging.h index 721ecceca..c626fc353 100644 --- a/base/include/android-base/logging.h +++ b/base/include/android-base/logging.h @@ -41,6 +41,7 @@ enum LogSeverity { INFO, WARNING, ERROR, + FATAL_WITHOUT_ABORT, FATAL, }; |