aboutsummaryrefslogtreecommitdiffstats
path: root/common/src/com/android/utils/NullLogger.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix nullability annotationsTor Norbye2012-08-211-3/+5
| | | | | | | | | | | Eclipse 3.8/4.2 requires that any method which overrides another method with a @NonNull parameter (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=381443). This changeset adds @NonNull on various overriding methods in newly added code such that Eclispe 4.2 doesn't show errors. Change-Id: Ice4a4b4dc31ba68c4e0911bb37c15da090076a0d
* Create new logging class in the common library.Xavier Ducrohet2012-08-151-0/+52
The goal is to later migrate all existing code to this new logger and get rid of all our duplicates. Also did a misc fix in AndroidLocation. Change-Id: Ia33a782b57c91b4e3d5fd2c0660e040be11b9cbb