Add an utility class to improve java logs.
commit33e4d5203f0d166c78925215a29a1416aacee1b8
authordgn <dgn@chromium.org>
Fri, 3 Apr 2015 15:44:41 +0000 (3 08:44 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 3 Apr 2015 15:45:09 +0000 (3 15:45 +0000)
tree41ec7b47134c7c4eaa2595a285a968d90b522cd0
parentcb3b00aea39176ba62a406a841212b6360d397ab
Add an utility class to improve java logs.

Add the Log class to org.chromium.base. It is meant to hold different
loggers for each feature. Currently a neutral, ROOT is available.
New loggers will have to be added there as classes migrate to using
base.Log.

BUG=472152

Review URL: https://codereview.chromium.org/1048153002

Cr-Commit-Position: refs/heads/master@{#323747}
base/android/java/src/org/chromium/base/Log.java [new file with mode: 0644]
base/android/java/src/org/chromium/base/annotations/NoSideEffects.java [new file with mode: 0644]