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
/
Log.java
Age
Commit message (
Expand
)
Author
2020-10-13
Remove incorrect statement from Log docs.
Torne (Richard Coles)
2020-09-26
Fix minor error in documentation of isLoggable
Shanthanu Bhardwaj
2020-03-23
Make Log.isLogagble @FastNative
Makoto Onuki
2020-01-16
Expose logToRadioBuffer as system API
Meng Wang
2020-01-07
Add a copy of Rlog for the telephony mainline module
Makoto Onuki
2020-01-07
Use new UnsupportedAppUsage annotation.
Artur Satayev
2018-08-14
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-01
Merge "Code formatting change for upcoming annotations." am: 5d669f79f2 am: 5...
Mathew Inwood
2018-08-01
Code formatting change for upcoming annotations.
Mathew Inwood
2018-06-05
Add typedef for the Log level
Tor Norbye
2018-06-04
Annotate Log reference parameters and return types.
Jake Wharton
2017-09-28
Merge "Frameworks: Move Log holder to be preloaded"
Andreas Gampe
2017-09-28
Frameworks: Move Log holder to be preloaded
Andreas Gampe
2017-09-27
Frameworks: Move Log holder to be preloaded
Andreas Gampe
2017-06-29
Merge "add links to Log class summary for methods and logcat doc" into oc-dev
Scott Main
2017-06-28
add links to Log class summary for methods and logcat doc
Scott Main
2017-04-27
Merge "Log: increase visibility of Log.TerribleFailure"
Mukesh Agrawal
2017-04-26
Log: increase visibility of Log.TerribleFailure
mukesh agrawal
2017-04-11
jni: isLoggable: adapt to removal of property name size limit
Mark Salyzyn
2017-04-11
jni: isLoggable: adapt to removal of property name size limit
Mark Salyzyn
2016-02-27
When system server goes down, crash apps more.
Jeff Sharkey
2016-02-18
Frameworks/base: Use Log.printlns in RuntimeInit
Andreas Gampe
2015-12-17
Frameworks/base: Change android.util.Log multiline logging
Andreas Gampe
2015-06-09
Change wtf errors from ASSERT to ERROR.
Christopher Ferris
2014-12-05
Fix issue #17323751: Additional items in aggregated battery stats
Dianne Hackborn
2014-08-26
Fix issue #17146552: system anr
Dianne Hackborn
2014-04-15
Native Runtime: Add LOG_ID_CRASH
Mark Salyzyn
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
2013-06-24
Use FastPrintWriter... everywhere.
Dianne Hackborn
2011-05-19
Reduce log spew.
Joe Onorato
2010-12-15
Put Log.wtf's terrible failure in logcat -b main.
Brad Fitzpatrick
2010-06-08
Log.wtf when databases go to be downgraded.
Brad Fitzpatrick
2010-03-01
Switch the services library to using the new Slog
Joe Onorato
2010-03-01
Add new Slog class.
Joe Onorato
2010-01-07
Bumper un-@hide (un-@pending actually) of previously reviewed APIs:
Dan Egnor
2009-12-21
DropBox logging of app & system server crashes.
Dan Egnor
2009-12-11
Eliminate CrashData and friends.
Dan Egnor
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-01-15
auto import from //branches/cupcake/...@126645
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project