Loading include/utils/Errors.h +1 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,7 @@ enum { 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 Loading Loading
include/utils/Errors.h +1 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,7 @@ enum { 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 Loading