commit | 0f661083e763d89522211dec883775afa72daf95 | [log] [tgz] |
---|---|---|
author | Christopher Wiley <wiley@google.com> | Tue Nov 10 22:20:54 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Nov 10 22:20:54 2015 +0000 |
tree | f9f77524fe4632f545e641b8e934cdc93b5edbc5 | |
parent | 169ca25dd4c6b980c93cdcfcdb797ff8f01510e4 [diff] | |
parent | 1f5e1e7635b318fe7c0cd5a6339db0124b28bc46 [diff] |
Merge "libutils: Add UNEXPECTED_NULL status_t"
diff --git a/include/utils/Errors.h b/include/utils/Errors.h index 08ddcd2..16e1fa2 100644 --- a/include/utils/Errors.h +++ b/include/utils/Errors.h
@@ -72,6 +72,7 @@ UNKNOWN_TRANSACTION = (UNKNOWN_ERROR + 6), #endif FDS_NOT_ALLOWED = (UNKNOWN_ERROR + 7), + UNEXPECTED_NULL = (UNKNOWN_ERROR + 8), }; // Restore define; enumeration is in "android" namespace, so the value defined