summaryrefslogtreecommitdiff
path: root/core/java/android/util/Slog.java
AgeCommit message (Expand)Author
2021-04-06Removed Slog methods that support message formatting.Felipe Leme
2021-04-02Moved string-formatting methods from Slog to Slogf.Felipe Leme
2021-03-23Merge "Added Warning about extra object allocation on SLog methods." into sc-devFelipe Leme
2021-03-22Add docs to Slog class.Zhomart Mukhamejanov
2021-03-19Lazy load the allocation of Slog message formatting objects.Felipe Leme
2021-03-16Added Warning about extra object allocation on SLog methods.Felipe Leme
2021-03-11Overloaded Slog methods with versions that support string formatting.Felipe Leme
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-01-07Use new UnsupportedAppUsage annotation.Artur Satayev
2018-12-28Limit access to suspected false positives.Mathew Inwood
2018-08-14Add @UnsupportedAppUsage annotationsMathew Inwood
2014-12-05Fix issue #17323751: Additional items in aggregated battery statsDianne Hackborn
2014-10-01More work on issue #17656716: Unhandled exception in Window ManagerDianne Hackborn
2014-08-26Fix issue #17146552: system anrDianne Hackborn
2013-11-20Remove unused imports from frameworks/base.John Spurlock
2013-10-14Fix issue #11223335: APR: Lots of failures in procstats due to...Dianne Hackborn
2013-10-01Fix issue #11005453: [SUW] G+ profile creation for new user brokenDianne Hackborn
2010-03-01Add new Slog class.Joe Onorato