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