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

Commit 0e3c35aa authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Change comment to reference correct name for binder_exception_t" into main

parents 1aed4a81 49765491
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.
 */