summaryrefslogtreecommitdiff
path: root/core/java/android/util/Slog.java
Commit message (Expand)AuthorAgeFilesLines
* Removed Slog methods that support message formatting.Felipe Leme2021-04-061-173/+0
* Moved string-formatting methods from Slog to Slogf.Felipe Leme2021-04-021-0/+27
* Merge "Added Warning about extra object allocation on SLog methods." into sc-devFelipe Leme2021-03-231-0/+42
|\
| * Added Warning about extra object allocation on SLog methods.Felipe Leme2021-03-161-0/+42
* | Add docs to Slog class.Zhomart Mukhamejanov2021-03-221-0/+4
* | Lazy load the allocation of Slog message formatting objects.Felipe Leme2021-03-191-5/+10
|/
* Overloaded Slog methods with versions that support string formatting.Felipe Leme2021-03-111-1/+99
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-2/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+2
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-2/+2
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-071-1/+1
* Limit access to suspected false positives.Mathew Inwood2018-12-281-1/+2
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+14
* Fix issue #17323751: Additional items in aggregated battery statsDianne Hackborn2014-12-051-0/+7
* More work on issue #17656716: Unhandled exception in Window ManagerDianne Hackborn2014-10-011-0/+20
* Fix issue #17146552: system anrDianne Hackborn2014-08-261-4/+4
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-5/+0
* Fix issue #11223335: APR: Lots of failures in procstats due to...Dianne Hackborn2013-10-141-4/+4
* Fix issue #11005453: [SUW] G+ profile creation for new user brokenDianne Hackborn2013-10-011-0/+16
* Add new Slog class.Joe Onorato2010-03-011-0/+85