Searched defs:FATAL (Results 1 - 4 of 4) sorted by relevance

/system/extras/verity/fec/
H A Dimage.h31 #define FATAL(x...) { \ macro
/system/core/base/include/android-base/
H A Dlogging.h44 FATAL, enumerator in enum:android::base::LogSeverity
116 // FATAL it also causes an abort. For example:
118 // LOG(FATAL) << "We didn't expect to reach here";
122 // stderr. If the severity is FATAL it also causes an abort.
150 // Check whether condition x holds and LOG(FATAL) if not. The value of the
159 ::android::base::FATAL, -1).stream() \
168 ::android::base::FATAL, -1).stream() \
172 // Check whether a condition holds between x and y, LOG(FATAL) if not. The value
190 LOG(FATAL) << "Check failed: " \
194 // Check for string (const char*) equality between s1 and s2, LOG(FATAL) i
[all...]
/system/extras/verity/
H A Dbuild_verity_tree.cpp35 #define FATAL(x...) { \ macro
156 FATAL("failed to allocate memory for salt\n");
163 FATAL("failed to convert salt from hex\n");
168 FATAL("failed to allocate memory for salt\n");
171 FATAL("failed to convert salt to bytes\n");
187 FATAL("invalid value of verity-size\n");
190 FATAL("invalid value of verity-size\n");
211 FATAL("failed to get digest\n");
221 FATAL("failed to allocate memory for salt\n");
226 FATAL("faile
[all...]
/system/core/base/
H A Dlogging.cpp190 static_assert(arraysize(log_characters) - 1 == FATAL + 1,
206 static_assert(arraysize(kLogSeverityToAndroidLogPriority) == FATAL + 1, member in namespace:android::base
281 gMinimumLogSeverity = FATAL;
283 // liblog will even suppress FATAL if you say 's' for silent, but that's
286 gMinimumLogSeverity = FATAL;
290 LOG(FATAL) << "unsupported '" << spec << "' in ANDROID_LOG_TAGS (" << tags
400 if (data_->GetSeverity() == FATAL) {

Completed in 459 milliseconds