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

Commit de4630cc authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Change comment to reference correct name for binder_exception_t" into main am: 0e3c35aa

parents 1242451d 0e3c35aa
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.
 */