index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
util
/
Slog.java
Age
Commit message (
Expand
)
Author
2021-04-06
Removed Slog methods that support message formatting.
Felipe Leme
2021-04-02
Moved string-formatting methods from Slog to Slogf.
Felipe Leme
2021-03-23
Merge "Added Warning about extra object allocation on SLog methods." into sc-dev
Felipe Leme
2021-03-22
Add docs to Slog class.
Zhomart Mukhamejanov
2021-03-19
Lazy load the allocation of Slog message formatting objects.
Felipe Leme
2021-03-16
Added Warning about extra object allocation on SLog methods.
Felipe Leme
2021-03-11
Overloaded Slog methods with versions that support string formatting.
Felipe Leme
2020-10-29
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-28
Revert "Add maxTargetSdk restriction to unused APIs."
Hongwei Wang
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-01-07
Use new UnsupportedAppUsage annotation.
Artur Satayev
2018-12-28
Limit access to suspected false positives.
Mathew Inwood
2018-08-14
Add @UnsupportedAppUsage annotations
Mathew Inwood
2014-12-05
Fix issue #17323751: Additional items in aggregated battery stats
Dianne Hackborn
2014-10-01
More work on issue #17656716: Unhandled exception in Window Manager
Dianne Hackborn
2014-08-26
Fix issue #17146552: system anr
Dianne Hackborn
2013-11-20
Remove unused imports from frameworks/base.
John Spurlock
2013-10-14
Fix issue #11223335: APR: Lots of failures in procstats due to...
Dianne Hackborn
2013-10-01
Fix issue #11005453: [SUW] G+ profile creation for new user broken
Dianne Hackborn
2010-03-01
Add new Slog class.
Joe Onorato