From b59d8e1e21eaa426d23554146ab7756ca8a06ccf Mon Sep 17 00:00:00 2001 From: Rubin Xu Date: Mon, 10 May 2021 15:20:45 +0100 Subject: [PATCH] Update SecurityLog javadoc Bug: 183695861 Test: m -j docs Change-Id: Idf05e69bda53ffe205683898984b6aa4677f2466 --- core/java/android/app/admin/SecurityLog.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/java/android/app/admin/SecurityLog.java b/core/java/android/app/admin/SecurityLog.java index 1cf45670ed934..8c59982f40581 100644 --- a/core/java/android/app/admin/SecurityLog.java +++ b/core/java/android/app/admin/SecurityLog.java @@ -189,6 +189,7 @@ public class SecurityLog { * detected. *
  • {@code eio} indicates that an I/O error will be returned for an attempt to read * corrupted data blocks. + *
  • {@code disabled} indicates that integrity check is disabled. * For details see Verified Boot documentation. */ public static final int TAG_OS_STARTUP = SecurityLogTags.SECURITY_OS_STARTUP; @@ -344,7 +345,7 @@ public class SecurityLog { public static final int TAG_WIPE_FAILURE = SecurityLogTags.SECURITY_WIPE_FAILED; /** - * Indicates that an authentication key was generated. The log entry contains the following + * Indicates that a cryptographic key was generated. The log entry contains the following * information about the event, encapsulated in an {@link Object} array and accessible via * {@link SecurityEvent#getData()}: *
  • [0] result ({@code Integer}, 0 if operation failed, 1 if succeeded)