Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da42a3ea authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add docs to Slog class." into sc-dev am: cb519d42

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13879991

Change-Id: I439375a2f21e91c4a3bb65e6cf4add8ff14caf58
parents 1b897e1b cb519d42
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -26,6 +26,10 @@ import java.util.Formatter;
import java.util.Locale;

/**
 * API for sending log output to the {@link Log#LOG_ID_SYSTEM} buffer.
 *
 * <p>Should be used by system components. Use {@code adb logcat --buffer=system} to fetch the logs.
 *
 * @hide
 */
public final class Slog {