Log

July 8, 2022 ยท View on GitHub

NAME

Debuglog - Kernel debuglog

SYNOPSIS

Debuglog objects allow userspace to read and write to kernel debug logs.

DESCRIPTION

TODO

NOTES

Debuglog objects will likely cease being generally available to userspace processes in the future.

SYSCALLS

  • zx_debuglog_create() - create a kernel managed debuglog reader or writer
  • zx_debuglog_write() - write log entry to debuglog
  • zx_debuglog_read() - read log entries from debuglog

Contents

  1. 1NAME
  2. 2SYNOPSIS
  3. 3DESCRIPTION
  4. 4NOTES
  5. 5SYSCALLS