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

Commit 4f8a30b5 authored by Scott Main's avatar Scott Main Committed by android-build-merger
Browse files

Merge "Merge "add links to Log class summary for methods and logcat doc" into...

Merge "Merge "add links to Log class summary for methods and logcat doc" into oc-dev am: ea6fea4d" into oc-dr1-dev
am: 0bd1a7b4

Change-Id: I5ebb6c9f860f8a9167ebb460041633db4ab2f160
parents 02a5c039 0bd1a7b4
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -30,8 +30,9 @@ import java.net.UnknownHostException;
/**
 * API for sending log output.
 *
 * <p>Generally, use the Log.v() Log.d() Log.i() Log.w() and Log.e()
 * methods.
 * <p>Generally, you should use the {@link #v Log.v()}, {@link #d Log.d()},
 * {@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
 * ERROR, WARN, INFO, DEBUG, VERBOSE.  Verbose should never be compiled