summaryrefslogtreecommitdiff
path: root/core/java/android/util/EventLog.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-27Merge "Cleanup references to system/core/liblog -> system/logging/liblog" am:...Treehugger Robot
2020-10-26Cleanup references to system/core/liblog -> system/logging/liblogBaligh Uddin
2020-10-15Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz
2020-02-20Support security logging on org-owned managed profile devicesRubin Xu
2020-01-07Use new UnsupportedAppUsage annotation.Artur Satayev
2018-08-14Add @UnsupportedAppUsage annotationsMathew Inwood
2017-04-28expose the UID in the EventLog APIChris Wren
2017-03-21Request logs from logd with 3s overlap to avoid missing events.Pavel Grafov
2017-01-23add a signaled reader to the eventlogChris Wren
2017-01-11resolve merge conflicts of 082a1721b516 to masterMark Salyzyn
2017-01-09Replace cutils/log.h and log/logger.h with log/log.hMark Salyzyn
2016-12-19Don't WTF when reading empty data from the eventlogChris Wren
2016-01-15Add JNI bridge to the new logd security buffer.Rubin Xu
2015-11-26Add thread safety documentationNeil Fuller
2015-04-28Add float support to binary event log.Jeff Brown
2014-04-25EventLog: event log translation errorsMark Salyzyn
2011-02-24Remove default constructors from static utility classes.Jesse Wilson
2010-01-07Bumper un-@hide (un-@pending actually) of previously reviewed APIs:Dan Egnor
2010-01-07Remove old EventLog tests from here, they will be replaced by aDan Egnor
2010-01-06Simplify EventLog interface -- remove supported for nestedDan Egnor
2009-07-29Allow zero-length lists in EventLog entries.Dan Egnor
2009-07-06Add method to read events from a file. Remove unused method. Fixed after re...Jim Miller
2009-06-08Add getRawData() method for AggregationService.Jim Miller
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project