Order LogLevel enum values
This CL orders the LogLevel enum values by increasing severity. This ordering is needed by ProtoLog to determine from which log level to start logging. The ordinal value is used to compare the level values and from which one to start logging. Test: atest com.android.internal.protolog.ProcessedPerfettoProtoLogImplTest Flag: EXEMPT minor re-order change Bug: 390585237 Change-Id: I862b82640fa7e07d118e4912ab84261b8ca26acc
Loading
Please register or sign in to comment