tree: 86d93e03a7f2d4eefc35621b4b8aa6029fc10a9e [path history] [tgz]
  1. common/
  2. drmserver/
  3. libdrmframework/
  4. libmediadrm/
  5. mediacas/
  6. mediadrm/
  7. OWNERS
  8. README.md
  9. TEST_MAPPING
drm/README.md

AIDL error handling

Starting in Android U (14), libmediadrm (app-side) understands extra error details from AIDL DRM HALs passed through the binder exception message as a json string. The supported fields are:

  • cdmError (int)
  • oemError (int)
  • context (int)
  • errorMessage (str)

The errors details will be reported to apps through the java interface android.media.MediaDrmThrowable. Please see the javadoc of MediaDrmThrowable for detailed definitions of each field above.