Loading drm/1.4/types.hal +8 −0 Original line number Diff line number Diff line Loading @@ -32,8 +32,16 @@ enum LogPriority : uint32_t { /** * Returned by getLogMessages to report error diagnostics to the * app. * * The |message| field is for informational purposes only, and * NOT meant to be parsed programmatically when handling errors. * For programmatic error handling, please check the return |Status| * of APIs instead. */ struct LogMessage { /** * Epoch time in milliseconds. */ int64_t timeMs; LogPriority priority; string message; Loading Loading
drm/1.4/types.hal +8 −0 Original line number Diff line number Diff line Loading @@ -32,8 +32,16 @@ enum LogPriority : uint32_t { /** * Returned by getLogMessages to report error diagnostics to the * app. * * The |message| field is for informational purposes only, and * NOT meant to be parsed programmatically when handling errors. * For programmatic error handling, please check the return |Status| * of APIs instead. */ struct LogMessage { /** * Epoch time in milliseconds. */ int64_t timeMs; LogPriority priority; string message; Loading