EventType

  • Usage log event types indicate that a specific event has been set, correlating to various actions and system states.

  • These events cover a wide range of activities including shell commands, app processes, keyguard states, file operations, certificate management, cryptographic events, logging, media mounting, operating system events, remote actions, network activity, lost mode actions, enrollment, and backup service toggling.

  • Each listed event type has a corresponding linked event field that has been set.

  • EVENT_TYPE_UNSPECIFIED is a listed enum value that is not used.

Usage log event type.

Enums
EVENT_TYPE_UNSPECIFIEDThis value is not used
ADB_SHELL_COMMANDIndicatesadbShellCommandEvent has been set.
ADB_SHELL_INTERACTIVEIndicatesadbShellInteractiveEvent has been set.
APP_PROCESS_START

IndicatesappProcessStartEvent has been set.

KEYGUARD_DISMISSEDIndicateskeyguardDismissedEvent has been set.
KEYGUARD_DISMISS_AUTH_ATTEMPTIndicateskeyguardDismissAuthAttemptEvent has been set.
KEYGUARD_SECUREDIndicateskeyguardSecuredEvent has been set.
FILE_PULLEDIndicatesfilePulledEvent has been set.
FILE_PUSHEDIndicatesfilePushedEvent has been set.
CERT_AUTHORITY_INSTALLEDIndicatescertAuthorityInstalledEvent has been set.
CERT_AUTHORITY_REMOVEDIndicatescertAuthorityRemovedEvent has been set.
CERT_VALIDATION_FAILUREIndicatescertValidationFailureEvent has been set.
CRYPTO_SELF_TEST_COMPLETEDIndicatescryptoSelfTestCompletedEvent has been set.
KEY_DESTRUCTIONIndicateskeyDestructionEvent has been set.
KEY_GENERATEDIndicateskeyGeneratedEvent has been set.
KEY_IMPORTIndicateskeyImportEvent has been set.
KEY_INTEGRITY_VIOLATIONIndicateskeyIntegrityViolationEvent has been set.
LOGGING_STARTEDIndicatesloggingStartedEvent has been set.
LOGGING_STOPPEDIndicatesloggingStoppedEvent has been set.
LOG_BUFFER_SIZE_CRITICALIndicateslogBufferSizeCriticalEvent has been set.
MEDIA_MOUNTIndicatesmediaMountEvent has been set.
MEDIA_UNMOUNTIndicatesmediaUnmountEvent has been set.
OS_SHUTDOWNIndicatesosShutdownEvent has been set.
OS_STARTUPIndicatesosStartupEvent has been set.
REMOTE_LOCKIndicatesremoteLockEvent has been set.
WIPE_FAILUREIndicateswipeFailureEvent has been set.
CONNECTIndicatesconnectEvent has been set.
DNSIndicatesdnsEvent has been set.
STOP_LOST_MODE_USER_ATTEMPTIndicatesstopLostModeUserAttemptEvent has been set.
LOST_MODE_OUTGOING_PHONE_CALLIndicateslostModeOutgoingPhoneCallEvent has been set.
LOST_MODE_LOCATIONIndicateslostModeLocationEvent has been set.
ENROLLMENT_COMPLETEIndicatesenrollmentCompleteEvent has been set.
BACKUP_SERVICE_TOGGLEDIndicatesbackupServiceToggledEvent has been set.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-04-28 UTC.