commit | b47023ef37ff08fae527e0a82f824fca4ea07cbd | [log] [tgz] |
---|---|---|
author | Calin Juravle <calin@google.com> | Wed Nov 11 18:07:13 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Nov 11 18:07:13 2015 +0000 |
tree | 1270adf0a6b744b319cbf944b374266bb40ebc3e | |
parent | e6eee4f720e02d804db655189825cd40e0a0d569 [diff] | |
parent | 000c05dbcbd437440327e029835ef525829e95cd [diff] |
Merge "Create a folder to store method traces activated with -Xmethod-trace"
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