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