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

Commit cd874816 authored by Robert Shih's avatar Robert Shih Committed by Automerger Merge Worker
Browse files

Merge "drm@1.4: ANAPIC doc review follow-up" into sc-dev am: 8708f4e2

Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/13884587

Change-Id: I8995d11f33c792c3056200ef459e04ac796dc94e
parents fa2490e9 8708f4e2
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -32,8 +32,16 @@ enum LogPriority : uint32_t {
/**
/**
 * Returned by getLogMessages to report error diagnostics to the
 * Returned by getLogMessages to report error diagnostics to the
 * app.
 * 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 {
struct LogMessage {
  /**
   * Epoch time in milliseconds.
   */
  int64_t timeMs;
  int64_t timeMs;
  LogPriority priority;
  LogPriority priority;
  string message;
  string message;