summaryrefslogtreecommitdiffstats
path: root/core/jni/android_util_Log.cpp
Commit message (Collapse)AuthorAgeFilesLines
* jni: isLoggable calls __android_log_is_loggableMark Salyzyn2015-06-161-25/+1
| | | | | | | | | (cherry pick from commit 8685a4569d2bdcb1a7361e3d75f832cf3ba9d4b6) Will inherit additional functionality and cache improvements Bug: 17760225 Change-Id: Iab1816d37cc74343d83629d851a5784d4865ebb4
* Frameworks/base: Consistency in core/jniAndreas Gampe2014-11-211-16/+9
| | | | | | | | Make consistent use of core_jni_helpers for registration. Translate some #ifdefs into const bools. Change-Id: I37639aa053dd50f003a552cbd8550dddecc811c5
* AArch64: Make frameworks/base code more portableAshok Bhat2014-03-271-1/+1
| | | | | | | | | | | | | | | | Changes in this patch include [x] Use %zu for size_t, %zd for ssize_t [x] Some minor changes have been done to conform with standard JNI practice (e.g. use of jint instead of int in JNI function prototypes) Change-Id: Id1aaa7894a7d0b85ac7ecd7b2bfd8cc40374261f Signed-off-by: Ashok Bhat <ashok.bhat@arm.com> Signed-off-by: Craig Barber <craig.barber@arm.com> Signed-off-by: Kévin PETIT <kevin.petit@arm.com> Signed-off-by: Marcus Oakland <marcus.oakland@arm.com>
* Info logs should be loggable by default.Jeff Brown2012-04-021-1/+1
| | | | | Bug: 6265031 Change-Id: I6f10818c1d28fa71f434d4b372c764d04967d213
* Initialize SQLite as part of the android runtime.Jeff Brown2012-01-201-15/+24
| | | | | | | | | | | | | This ensures that the SQLite library is always correctly configured and initialized before other framework or application code has a chance to use it. This is important because initialization has to happen at most once so we need to get it right and prevent races. This change makes it possible to omit the SQLite auto-initialization workaround from the SQLite library, potentially saving a few cycles here and there. Change-Id: Ifbed8685ee44aa1e9c0b391e233b0257fa738e4f
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
| | | | | | | See https://android-git.corp.google.com/g/#/c/157220 Bug: 5449033 Change-Id: Ic9c19d30693bd56755f55906127cd6bd7126096c
* Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator buildMike Lockwood2011-07-131-4/+0
| | | | | Change-Id: I13d9f251f86c05ae5405f37adbf6b8e9660935ba Signed-off-by: Mike Lockwood <lockwood@android.com>
* Use jniThrowException for exception throwing from native code.Elliott Hughes2011-04-071-29/+18
| | | | | | | | I'll do media and the generated gl stuff separately. Otherwise, this cleans up all direct calls of ThrowNew/Throw except the one in the binder that needs to remain. Change-Id: I8f95a5f020f53b25926ad31ac0c9477ddf85d04b
* Add new Slog class.Joe Onorato2010-03-011-5/+15
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+161
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-161/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+161