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
/
jni
/
android_util_EventLog.cpp
Age
Commit message (
Expand
)
Author
2020-03-24
Remove ANDROID_LOG_RDONLY
Tom Cherry
2017-10-09
{Event,Security}Log: Unify code
Andreas Gampe
2017-10-09
EventLog: Check for exception after add()
Andreas Gampe
2017-07-20
Merge "frameworks/base: use proper nativehelper headers"
Steven Moreland
2017-07-19
frameworks/base: use proper nativehelper headers
Steven Moreland
2017-01-23
add a signaled reader to the eventlog
Chris Wren
2017-01-11
Replace cutils/log.h and log/logger.h with android/log.h or log/log.h
Mark Salyzyn
2016-11-22
jni: EventLog replace open coding with android_log_event_list
Mark Salyzyn
2016-10-05
jni: move security interfaces to private
Mark Salyzyn
2015-09-24
resolved conflicts for a884d81e to stage-aosp-master
Elliott Hughes
2015-09-22
constify JNINativeMethod function pointer tables
Daniel Micay
2015-04-28
Add float support to binary event log.
Jeff Brown
2015-02-26
jni: Add paranoia regarding android_logger_list_read
Mark Salyzyn
2015-02-25
jni: switch to ANDROID_LOG_* mode flags
Mark Salyzyn
2014-11-21
Frameworks/base: Consistency in core/jni
Andreas Gampe
2014-04-08
jni: liblog reading error API incorrect
Mark Salyzyn
2014-01-27
jni: Resolve build warnings
Mark Salyzyn
2014-01-27
jni: Incorporate liblog reading API
Mark Salyzyn
2013-07-24
replace cutils/logger.h with log/logger.h
Colin Cross
2012-12-07
convert jint to uint32_t.
Nick Kralevich
2012-01-08
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2011-04-12
More native code cleanup.
Elliott Hughes
2011-04-08
More JNI exception-throwing cleanup.
Elliott Hughes
2010-04-08
Hail-Mary attempt to avoid apparent blocking problems in readEvents().
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-06
Add method to read events from a file. Remove unused method. Fixed after re...
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
2009-02-13
auto import from //branches/cupcake/...@131421
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project