Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 49765491 authored by Devin Moore's avatar Devin Moore
Browse files

Change comment to reference correct name for binder_exception_t

EXCEPTION_* -> EX_*

Test: none
Bug: none
Change-Id: Iac6c1b39d6174d34bdf709315aedcfeb532fe5ea
parent fd474d7a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -117,9 +117,9 @@ enum {
};

/**
 * One of the EXCEPTION_* types.
 * One of the EX_* enumerators.
 *
 * All unrecognized values are coerced into EXCEPTION_TRANSACTION_FAILED.
 * All unrecognized values are coerced into EX_TRANSACTION_FAILED.
 *
 * These exceptions values are used by the SDK for parcelables. Also see Parcel.java.
 */