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

Commit 7508059e authored by Robert Shih's avatar Robert Shih Committed by Android (Google) Code Review
Browse files

Merge "drm@1.4: reorder LogPriority to match android_LogPriority" into sc-dev

parents 8aaa8fe2 08d9c537
Loading
Loading
Loading
Loading
+8 −5
Original line number Diff line number Diff line
@@ -19,11 +19,14 @@ package android.hardware.drm@1.4;
import @1.2::Status;

enum LogPriority : uint32_t {
  ERROR,
  WARN,
  INFO,
    UNKNOWN,
    DEFAULT,
    VERBOSE,
    DEBUG,
  VERBOSE
    INFO,
    WARN,
    ERROR,
    FATAL,
};

/**