Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | liblog: expect content only if ro.logd.kernel is enabled | Mark Salyzyn | 2018-06-05 | 1 | -1/+5 |
* | liblog: save errno through log writing | Mark Salyzyn | 2018-03-07 | 1 | -4/+15 |
* | Expose __android_log_buf_print and __android_log_buf_write to NDK | Tom Cherry | 2018-02-20 | 2 | -2/+32 |
* | Make log_event_list.h available to vendor code. | Pavel Grafov | 2018-02-13 | 2 | -0/+84 |
* | Doxygen format <android/log.h>. | Elliott Hughes | 2018-01-26 | 1 | -21/+44 |
* | Fixing app compat issue b/72143978 | Ian Pedowitz | 2018-01-18 | 1 | -0/+4 |
* | liblog: clock_gettime, clock_getres and time benchmarks | Mark Salyzyn | 2018-01-16 | 1 | -0/+60 |
* | liblog: benchmarks use google-benchmark library | Mark Salyzyn | 2018-01-16 | 4 | -556/+133 |
* | Improve ALOGV compatiblity with clang-tidy | Krzysztof Wesolowski | 2018-01-11 | 1 | -2/+4 |
* | Remove obsolete workaround. | Elliott Hughes | 2018-01-09 | 1 | -4/+0 |
* | Use override_export_include_dirs. | Steven Moreland | 2018-01-05 | 1 | -1/+1 |
* | Add suite component to test modules | Julien Desprez | 2017-12-18 | 1 | -0/+1 |
* | Merge "Add OWNERS." | Elliott Hughes | 2017-12-07 | 1 | -0/+1 |
|\ | |||||
| * | Add OWNERS. | Elliott Hughes | 2017-12-07 | 1 | -0/+1 |
* | | Merge "make log.tag.stats_log work for stats buffer." | Yao Chen | 2017-12-04 | 1 | -1/+1 |
|\ \ | |||||
| * \ | Merge "make log.tag.stats_log work for stats buffer." | Treehugger Robot | 2017-12-04 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | make log.tag.stats_log work for stats buffer. | Yao Chen | 2017-12-04 | 1 | -1/+1 |
| | |/ | |||||
* | | | Merge "std::string_view is no longer experimental." | Elliott Hughes | 2017-12-01 | 1 | -5/+4 |
|\| | | |||||
| * | | std::string_view is no longer experimental. | Elliott Hughes | 2017-11-30 | 1 | -5/+4 |
| |/ | |||||
* | | Merge changes from topic "stats_log" | yaochen | 2017-11-15 | 5 | -5/+24 |
|\| | |||||
| * | Create stats buffer in logd. | Stefan Lafon | 2017-11-14 | 5 | -5/+24 |
* | | Merge commit 'a63ccea6abc7ea02e2d98e41c80793ca97237bd3' from | Xin Li | 2017-11-14 | 2 | -10/+32 |
|\ \ | |/ |/| | |||||
| * | Merge "Make liblog headers compile stand-alone." am: fe3551e9dc am: b637860732 | Jayant Chowdhary | 2017-10-04 | 1 | -0/+2 |
| |\ | |||||
| * \ | Merge "Remove default libraries" am: 8b7feee38f am: a0113de2f3 | Dan Willemsen | 2017-09-30 | 1 | -3/+0 |
| |\ \ | |||||
| * \ \ | Remove pstore related unit tests from CTS | Yoshitaka Seto | 2017-09-21 | 2 | -9/+31 |
| |\ \ \ | |||||
| | * | | | Remove pstore related unit tests from CTS | Yoshitaka Seto | 2017-09-21 | 2 | -9/+31 |
| * | | | | Merge changes from topic "hide_log_time" into oc-mr1-dev | Jiyong Park | 2017-09-07 | 2 | -4/+54 |
| |\| | | | |||||
| | * | | | Hide implementation details of log_time struct | Jiyong Park | 2017-09-06 | 2 | -4/+54 |
| | * | | | Reading from logd in WRAP mode is expected to take a long time, | Alan Stokes | 2017-08-25 | 3 | -3/+135 |
| * | | | | Merge "Suppress false-positive static analyzer warnings" am: 0c89aaec1f am: 2... | Ting-Yuan Huang | 2017-09-06 | 2 | -0/+2 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge "Small liblog test fixes & readability improvements." am: 332370d14d am... | Alan Stokes | 2017-08-25 | 1 | -2/+2 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge "Reading from logd in WRAP mode is expected to take a long time, don't ... | Alan Stokes | 2017-08-25 | 3 | -3/+135 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge "Fix clang-tidy performance warnings in system/core." am: 69ff5009c7 am... | Chih-hung Hsieh | 2017-08-04 | 1 | -10/+10 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge "Fix misc-macro-parentheses warnings in system/core." am: e4bd153e55 am... | Chih-Hung Hsieh | 2017-08-01 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | |||||
| * | | | | | | | | Add sys/cdefs.h to log/log_main.h. | Yifan Hong | 2017-07-17 | 1 | -6/+3 |
| * | | | | | | | | Merge "Add vendor_available to liblog_headers." | TreeHugger Robot | 2017-07-12 | 1 | -2/+21 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Add vendor_available to liblog_headers. | Steven Moreland | 2017-07-10 | 1 | -2/+21 |
| * | | | | | | | | | Add logd CTS tests to VTS | nickrose | 2017-07-10 | 1 | -1/+1 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Allow stats buffer to be empty in liblog CTS. | Yao Chen | 2017-10-25 | 1 | -1/+5 |
* | | | | | | | | | Add vendor_available to liblog_headers. | Steven Moreland | 2017-10-17 | 1 | -2/+21 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | Merge "Make liblog headers compile stand-alone." | Jayant Chowdhary | 2017-10-04 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Make liblog headers compile stand-alone. | Jayant Chowdhary | 2017-10-03 | 1 | -0/+2 |
* | | | | | | | | | Merge "Hide implementation details of log_time struct" | Jayant Chowdhary | 2017-10-03 | 2 | -4/+54 |
|\| | | | | | | | | |_|_|_|_|_|_|/ |/| | | | | | | | |||||
| * | | | | | | | Merge "Hide implementation details of log_time struct" | Jayant Chowdhary | 2017-10-03 | 2 | -4/+54 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Hide implementation details of log_time struct | Jiyong Park | 2017-10-03 | 2 | -4/+54 |
* | | | | | | | | | Merge "Remove default libraries" | Dan Willemsen | 2017-09-30 | 1 | -3/+0 |
|\| | | | | | | | | |||||
| * | | | | | | | | Remove default libraries | Dan Willemsen | 2017-09-29 | 1 | -3/+0 |
| |/ / / / / / / | |||||
| * / / / / / / | Add vendor_available to liblog_headers. | Steven Moreland | 2017-09-06 | 1 | -2/+21 |
|/ / / / / / / | |||||
* | | | | | / | Add sys/cdefs.h to log/log_main.h. | Yifan Hong | 2017-09-06 | 1 | -6/+3 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Merge "Suppress false-positive static analyzer warnings" | Treehugger Robot | 2017-09-06 | 2 | -0/+2 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | |