mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
drm@1.4: ANAPIC doc review follow-up
Bug: 182507500 Test: build Change-Id: I8eb586f14f23607dac684ca9636d4aeae450c6a3
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user