mirror of
https://github.com/androidx/media.git
synced 2025-05-07 23:50:44 +08:00
Remove stray word in logging
PiperOrigin-RevId: 281510703
This commit is contained in:
parent
809234bc4f
commit
d8dcd2930c
@ -400,7 +400,7 @@ import org.checkerframework.checker.nullness.qual.RequiresNonNull;
|
|||||||
mediaDrm.restoreKeys(sessionId, offlineLicenseKeySetId);
|
mediaDrm.restoreKeys(sessionId, offlineLicenseKeySetId);
|
||||||
return true;
|
return true;
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
Log.e(TAG, "Error trying to restore Widevine keys.", e);
|
Log.e(TAG, "Error trying to restore keys.", e);
|
||||||
onError(e);
|
onError(e);
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user