summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* am 63a14ed7: am ae3ba0b3: am 472e04f2: Merge "logd: liblog: logcat: enable ↵Mark Salyzyn2014-04-091-4/+0
|\ | | | | | | | | | | | | prune features for user" * commit '63a14ed7fc728f84f9496fc99bc1df01b5bc8b16': logd: liblog: logcat: enable prune features for user
| * am ae3ba0b3: am 472e04f2: Merge "logd: liblog: logcat: enable prune features ↵Mark Salyzyn2014-04-091-4/+0
| |\ | | | | | | | | | | | | | | | | | | for user" * commit 'ae3ba0b339e7a768fe58f179fdab55f273419e1e': logd: liblog: logcat: enable prune features for user
| | * Merge "logd: liblog: logcat: enable prune features for user"Mark Salyzyn2014-04-091-4/+0
| | |\
| | | * logd: liblog: logcat: enable prune features for userMark Salyzyn2014-04-021-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | - Enable whitelist, blacklist and logsize tuneables for user Change-Id: Id0c283844c71c5263a8cfbebf2e550f7ac415858
* | | | am 1f87d3ab: am 83fd6375: am 31631861: Merge "Add guards to prevent typedefs ↵Tim Murray2014-04-071-0/+3
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | when C++11 is available." * commit '1f87d3ab8c384d03d1496c63f7faad15bd5eeba9': Add guards to prevent typedefs when C++11 is available.
| * | | am 83fd6375: am 31631861: Merge "Add guards to prevent typedefs when C++11 ↵Tim Murray2014-04-071-0/+3
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | is available." * commit '83fd6375f6d9016afe9bb03453d39b8c41cda548': Add guards to prevent typedefs when C++11 is available.
| | * | Add guards to prevent typedefs when C++11 is available.Tim Murray2014-04-071-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | char32_t and char16_t are both defined in C++11. Change-Id: I44fe8f4f05f230c18a1b77fa21b6a40c8f8ecc2d
* | | | am 6a8c3164: am e35cba9a: am a97798af: Merge "Create an UnwindMapLocal object."Christopher Ferris2014-04-041-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit '6a8c316438032c72ffdd2988cc1eb2717f477254': Create an UnwindMapLocal object.
| * | | am e35cba9a: am a97798af: Merge "Create an UnwindMapLocal object."Christopher Ferris2014-04-041-1/+1
| |\ \ \ | | |/ / | | | | | | | | | | | | * commit 'e35cba9af02004d30033826638e00ba5fdcdd013': Create an UnwindMapLocal object.
| | * | Create an UnwindMapLocal object.Christopher Ferris2014-04-031-1/+1
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The way libunwind handles local unwinds is different from remote unwinds, so create a new map object to handle the differences. Add new test to verify the map data is being generated correctly. Add new tests to check for leaks. Refactor the BACK_LOGW code into a single header file. Change-Id: I01f3cbfc4b927646174ea1b614fa25d23b9b3427
| * | am df33e8b5: Add BitSet64. DO NOT MERGEMichael Wright2014-03-261-22/+173
| |\ \ | | |/ | |/| | | | | | | * commit 'df33e8b544c457e4b08e8fa0b8a3eaf5eaf8fc2e': Add BitSet64. DO NOT MERGE
| | * Add BitSet64. DO NOT MERGEMichael Wright2014-03-241-22/+173
| | | | | | | | | | | | Change-Id: Idf3e21dfaa9f90f4dcb1b4d41eed3891dda99561
* | | Merge "Clarify ownership for NativeHandle::mHandle"Wonsik Kim2014-04-021-3/+6
|\ \ \
| * | | Clarify ownership for NativeHandle::mHandleWonsik Kim2014-03-241-3/+6
| | | | | | | | | | | | | | | | Change-Id: I0835278df1aa78f10d5493d7ef2c9e4a15c0fee9
* | | | Adding a handy predicate function (str_parms_has_key()Paul McLean2014-03-251-0/+6
| | | | | | | | | | | | Change-Id: I1af5c260a1a820b65f0850ea9adb38b01fcb183c
* | | | am 3f4855c1: am 46f3ebba: am 28171447: Merge "cutils: trace 64-bit compile ↵Mark Salyzyn2014-03-201-9/+10
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | issues" * commit '3f4855c11889470691673c15f05361df61ea95b2': cutils: trace 64-bit compile issues
| * | | am 46f3ebba: am 28171447: Merge "cutils: trace 64-bit compile issues"Mark Salyzyn2014-03-201-9/+10
| |\ \ \ | | |/ / | | | | | | | | | | | | * commit '46f3ebba31d5820a08d0a638c9e261fbcea907a0': cutils: trace 64-bit compile issues
| | * | cutils: trace 64-bit compile issuesMark Salyzyn2014-03-201-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - switch format to PRId64 for int64_t - switch format to PRId32 for int32_t Change-Id: I1e66db06810000936d584ed49234550abd96cdff
* | | | Add static methods to BitSet.Michael Wright2014-03-191-41/+99
| | | | | | | | | | | | | | | | | | | | | | | | Also, moar testing. Change-Id: I512b337a1a85a0794445fc6249af7ca39ba7c381
* | | | Add traits to BitSet64, not 32.Michael Wright2014-03-181-1/+1
| | | | | | | | | | | | | | | | Change-Id: I3d41bbe47f5b02c610f69fc7824e416436d086b1
* | | | Add BitSet64Michael Wright2014-03-181-5/+98
| | | | | | | | | | | | | | | | Change-Id: Ia0039aae00316f42a8306a9fb8ad37269180b58c
* | | | am e42e9db3: am 19bbf92d: am fc204a96: Merge changes ↵Mark Salyzyn2014-03-142-5/+31
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ia9509ad0,I4e815d74,I10e8d92c * commit 'e42e9db3143f819e19684d4f882ef3834454a44d': logcat: test White Black list logd: Find log time for arbitrary time to tail logd: liblog: logcat: Arbitrary time to tail
| * | | am 19bbf92d: am fc204a96: Merge changes Ia9509ad0,I4e815d74,I10e8d92cMark Salyzyn2014-03-142-5/+31
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | * commit '19bbf92de92ad9dbfb26b3a94025bf6e6cb72cee': logcat: test White Black list logd: Find log time for arbitrary time to tail logd: liblog: logcat: Arbitrary time to tail
| | * | logd: liblog: logcat: Arbitrary time to tailMark Salyzyn2014-03-142-5/+31
| | | | | | | | | | | | | | | | Change-Id: I10e8d92c933e31ee11e78d2d1114261a30c4be0e
| * | | am 77eed05b: am f3dcda5f: Merge changes I1572338c,I39965007,I521753b1Mark Salyzyn2014-03-131-2/+14
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | * commit '77eed05b7ca44cfa013223fdb6f30dc0cc2e2760': logd: liblog: logcat: Add LogWhiteBlackList logd: prune by worst offending UID logd: liblog: logcat: Add Statistics
| | * | logd: liblog: logcat: Add LogWhiteBlackListMark Salyzyn2014-03-131-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - liblog android_logger_get_log_size and android_logger_get_readable_size adjusted to return long instead of int because of -G flag extending range NB: ifdef'd only for userdebug and eng builds - liblog Add android_logger_[sg]et_prune_list and android_logger_set_log_size - logcat Add -P, -p and -G flags - logd Add LogWhiteBlackList and configurable log size (cherry picked from commit 18a5432158ad43b8faefe4950b30e760200ce0b4) Change-Id: I1572338c1b34bd968ad7867857ef708156ec3b6a
| | * | logd: liblog: logcat: Add StatisticsMark Salyzyn2014-03-131-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - logd add statistical collection and formatting - liblog add android_logger_get_statistics call - logcat add -S flag - logcat add -b all (cherry picked from commit 51a29c8dc445e4fb89860561933e54a231e6ffb4) Change-Id: I521753b1969ecd4590c956aeeb1557d101059d67
* | | | logd: liblog: logcat: Add LogWhiteBlackListMark Salyzyn2014-03-121-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - liblog android_logger_get_log_size and android_logger_get_readable_size adjusted to return long instead of int because of -G flag extending range NB: ifdef'd only for userdebug and eng builds - liblog Add android_logger_[sg]et_prune_list and android_logger_set_log_size - logcat Add -P, -p and -G flags - logd Add LogWhiteBlackList and configurable log size Change-Id: I1572338c1b34bd968ad7867857ef708156ec3b6a
* | | | logd: liblog: logcat: Add StatisticsMark Salyzyn2014-03-121-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - logd add statistical collection and formatting - liblog add android_logger_get_statistics call - logcat add -S flag - logcat add -b all Change-Id: I521753b1969ecd4590c956aeeb1557d101059d67
* | | | am db480f75: am 6a58c4f3: am 33e86e00: Merge "libcutils: add method to get ↵Alex Ray2014-03-081-0/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | klog level" * commit 'db480f7516977123a0c5c6f6705b282d2e55ab89': libcutils: add method to get klog level
| * | | am 6a58c4f3: am 33e86e00: Merge "libcutils: add method to get klog level"Alex Ray2014-03-081-0/+1
| |\ \ \ | | |/ / | | | | | | | | | | | | * commit '6a58c4f342fa104fbabcd195561b90966f227a76': libcutils: add method to get klog level
| | * | libcutils: add method to get klog levelAlex Ray2014-03-071-0/+1
| | | | | | | | | | | | | | | | Change-Id: I55e8311bae97703be26e57b415a8ab0a6d9b4361
* | | | audio_is_valid_format is true for all PCM formatsGlenn Kasten2014-03-071-2/+10
| | | | | | | | | | | | | | | | Change-Id: I733f3208315816575f6d4f7722e906ab50b161af
* | | | Update audio_bytes_per_sample for PCM 24 bit packedAndy Hung2014-03-071-0/+3
| | | | | | | | | | | | | | | | | | | | Change-Id: Ic79f604893f5c4f2e8e35189d6638b5b160435ed Signed-off-by: Andy Hung <hunga@google.com>
* | | | am d01c257f: am 8f632327: am bb0fbdbe: Merge "logd: liblog: 64-bit issues"Mark Salyzyn2014-03-072-8/+59
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit 'd01c257f0f19a30178a6d5ec9d6d00d6b702fed3': logd: liblog: 64-bit issues
| * | | am 8f632327: am bb0fbdbe: Merge "logd: liblog: 64-bit issues"Mark Salyzyn2014-03-062-8/+59
| |\ \ \ | | |/ / | | | | | | | | | | | | * commit '8f63232712e318da88d2f543fe29066c26d39c32': logd: liblog: 64-bit issues
| | * | logd: liblog: 64-bit issuesMark Salyzyn2014-03-052-8/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - structure packing - move towards log_time from struct timespec - extend log_time to cover differences between log_time and struct timespec Change-Id: I106ed0b609917306d170044054b5b32645f2a295
* | | | Merge "Add NativeHandle, a refcounted C++ wrapper around a native_handle_t*"Jesse Hall2014-03-061-0/+53
|\ \ \ \
| * | | | Add NativeHandle, a refcounted C++ wrapper around a native_handle_t*Jesse Hall2014-03-051-0/+53
| | | | | | | | | | | | | | | | | | | | Change-Id: I232dfa2ad2e4a463a39e2e901e4097dffe278cc3
* | | | | am 00eaae3a: am 556c9c24: am 858d0dd1: Merge "set ↵Mark Salyzyn2014-03-041-0/+1
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | /proc/sys/net/unix/max_dgram_qlen to large value" * commit '00eaae3aaa6ea3ca2c9c00e0559fa6937ce33e37': set /proc/sys/net/unix/max_dgram_qlen to large value
| * | | | am 556c9c24: am 858d0dd1: Merge "set /proc/sys/net/unix/max_dgram_qlen to ↵Mark Salyzyn2014-03-041-0/+1
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | large value" * commit '556c9c245de257efe8bda09ff23d2c4f7add5e49': set /proc/sys/net/unix/max_dgram_qlen to large value
| | * | | set /proc/sys/net/unix/max_dgram_qlen to large valueMark Salyzyn2014-03-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - init: set /proc/sys/net/unix/max_dgram_qlen to 300 - libsysutils: Add listen backlog argument to startListener - logd: set listen backlog to 300 Change-Id: Id6d37d6c937ba2d221e76258d89c9516619caeec
| * | | | am b0eaeb42: am a69270db: Merge "liblog: enable logging to logd."Mark Salyzyn2014-02-281-6/+2
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | * commit 'b0eaeb42cea7e3ee36e03ef461532b5b8556a26e': liblog: enable logging to logd.
| | * | | liblog: enable logging to logd.Mark Salyzyn2014-02-281-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Modify liblog to send all messages to the new syslog user space daemon. Original-Change-Id: I0ce439738cd921efb2db4c1d6a289a96bdbc8bc2 Original-Change-Id: If4eb0d09409f7e9be3eb4bb7017073dc7e931ab4 Signed-off-by: Nick Kralevich <nnk@google.com> * Add a TARGET_USES_LOGD make flag for BoardConfig.mk to manage whether logd is enabled for use or not. * rename syslog to logd to avert confusion with bionic syslog * Add fake log support back in * prefilter for logging messages from logd * Fill in timestamps at logging source * update abstract log reader * switch from using suffix for id to v3 format * log a message when creating devices that a deprecated interface is being utilized. Signed-off-by: Mark Salyzyn <salyzyn@google.com> (cherry pick from commit 099e2c1f6f706a8600c1cef74cce9066fc315480) Change-Id: I47929a5432977a1d7235267a435cec0a7d6bd440
* | | | | Merge "Adding opus to list of audio formats"Lajos Molnar2014-03-031-0/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Adding opus to list of audio formatsVignesh Venkatasubramanian2014-01-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding opus to the list of audio formats enum. This CL is part of adding Opus decoding support to android. Change-Id: I41decf426ed3f76c10b27f247b1264010689c759
* | | | | liblog: enable logging to logd.Mark Salyzyn2014-02-271-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Modify liblog to send all messages to the new syslog user space daemon. Original-Change-Id: I0ce439738cd921efb2db4c1d6a289a96bdbc8bc2 Original-Change-Id: If4eb0d09409f7e9be3eb4bb7017073dc7e931ab4 Signed-off-by: Nick Kralevich <nnk@google.com> * Add a TARGET_USES_LOGD make flag for BoardConfig.mk to manage whether logd is enabled for use or not. * rename syslog to logd to avert confusion with bionic syslog * Add fake log support back in * prefilter for logging messages from logd * Fill in timestamps at logging source * update abstract log reader * switch from using suffix for id to v3 format * log a message when creating devices that a deprecated interface is being utilized. Signed-off-by: Mark Salyzyn <salyzyn@google.com> Change-Id: I47929a5432977a1d7235267a435cec0a7d6bd440
* | | | | am bfed1360: am 1ed1d341: am 26fa5cd3: Merge "AArch64: Use negative values ↵Narayan Kamath2014-02-271-10/+10
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | in error enumeration" * commit 'bfed136068feb299b3ca8a07d6eaf5d93e3ff2a3': AArch64: Use negative values in error enumeration
| * | | | am 1ed1d341: am 26fa5cd3: Merge "AArch64: Use negative values in error ↵Narayan Kamath2014-02-271-10/+10
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | enumeration" * commit '1ed1d341baaba1d1453dbd061476d4263f17aa28': AArch64: Use negative values in error enumeration
| | * | | Merge "AArch64: Use negative values in error enumeration"Narayan Kamath2014-02-271-10/+10
| | |\ \ \