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