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

Commit 41fc46aa authored by Scott Main's avatar Scott Main Committed by android-build-merger
Browse files

Merge "add links to Log class summary for methods and logcat doc" into oc-dev

am: ea6fea4d

Change-Id: I322405e6712ef9affb57d86e43b852e19cdc7f88
parents 69317930 ea6fea4d
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -30,8 +30,9 @@ import java.net.UnknownHostException;
/**
/**
 * API for sending log output.
 * API for sending log output.
 *
 *
 * <p>Generally, use the Log.v() Log.d() Log.i() Log.w() and Log.e()
 * <p>Generally, you should use the {@link #v Log.v()}, {@link #d Log.d()},
 * methods.
 * {@link #i Log.i()}, {@link #w Log.w()}, and {@link #e Log.e()} methods to write logs.
 * You can then <a href="{@docRoot}studio/debug/am-logcat.html">view the logs in logcat</a>.
 *
 *
 * <p>The order in terms of verbosity, from least to most is
 * <p>The order in terms of verbosity, from least to most is
 * ERROR, WARN, INFO, DEBUG, VERBOSE.  Verbose should never be compiled
 * ERROR, WARN, INFO, DEBUG, VERBOSE.  Verbose should never be compiled