From d2c7613fc0a04f28a40e122d68b454699a8ca1e8 Mon Sep 17 00:00:00 2001 From: Tom Cherry Date: Mon, 22 Oct 2018 11:16:07 -0700 Subject: [PATCH] logcat: include 'kernel' and 'security' buffers in logcat --help Bug: 115798272 Test: documentation looks right Change-Id: I35dcc51e6779e7382843d4d92fb6182ddf0e0202 --- logcat/logcat.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/logcat/logcat.cpp b/logcat/logcat.cpp index 115b1a365..87bc6ae84 100644 --- a/logcat/logcat.cpp +++ b/logcat/logcat.cpp @@ -478,10 +478,10 @@ static void show_help(android_logcat_context_internal* context) { " -G , --buffer-size=\n" " Set size of log ring buffer, may suffix with K or M.\n" " -L, --last Dump logs from prior to last reboot\n" - // Leave security (Device Owner only installations) and - // kernel (userdebug and eng) buffers undocumented. " -b , --buffer= Request alternate ring buffer, 'main',\n" " 'system', 'radio', 'events', 'crash', 'default' or 'all'.\n" + " Additionally, 'kernel' for userdebug and eng builds, and\n" + " 'security' for Device Owner installations.\n" " Multiple -b parameters or comma separated list of buffers are\n" " allowed. Buffers interleaved. Default -b main,system,crash.\n" " -B, --binary Output the log in binary.\n"