Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
core
/
539c4d427be685dda2a7e7d38601af167fa80f24
/
liblog
e181bf5
Merge "Remove liblog/uio.c and <log/uio.h>"
by Tom Cherry
· 6 years ago
0658547
Merge "Remove __android_log_event_list and the reader aspect of android_log_event_list"
by Tom Cherry
· 6 years ago
804e7d8
Fix clang-tidy warnings in log_time.h
by Bernie Innocenti
· 6 years ago
6a46240
Merge "Remove liblog's rate limiting"
by Treehugger Robot
· 6 years ago
9ddb1dd
Merge "liblog: statically link tests"
by Tom Cherry
· 6 years ago
c2ea6e7
Remove __android_log_event_list and the reader aspect of android_log_event_list
by Tom Cherry
· 6 years ago
6f6ef39
Remove liblog/uio.c and <log/uio.h>
by Tom Cherry
· 6 years ago
4f82461
Merge "Use #pragma one for all liblog includes"
by Tom Cherry
· 6 years ago
1d69860
Merge "Remove <log/logd.h> and <log/logger.h>"
by Treehugger Robot
· 6 years ago
bab5220
Use #pragma one for all liblog includes
by Tom Cherry
· 6 years ago
3a4591c
Merge "Remove checks for _USING_LIBCXX"
by Treehugger Robot
· 6 years ago
3b4bddc
Remove liblog's rate limiting
by Tom Cherry
· 6 years ago
e780431
Merge "Remove __ANDROID_USE_LIBLOG_* guards"
by Treehugger Robot
· 6 years ago
a6d5998
Remove <log/logd.h> and <log/logger.h>
by Tom Cherry
· 6 years ago
1e1b915
Remove __ANDROID_USE_LIBLOG_* guards
by Tom Cherry
· 6 years ago
e5b6150
Remove checks for _USING_LIBCXX
by Tom Cherry
· 6 years ago
71ba164
liblog: convert to C++
by Tom Cherry
· 6 years ago
bbf2a0d
liblog: statically link tests
by Tom Cherry
· 6 years ago
d1febd3
liblog: remove LOGGER_LOCAL
by Tom Cherry
· 6 years ago
b9d6cef
Merge "liblog: convert README to markdown"
by Treehugger Robot
· 6 years ago
afd483c
liblog: convert README to markdown
by Tom Cherry
· 6 years ago
ff4e070
Use the existing .clang-format-2 for liblog
by Tom Cherry
· 6 years ago
bfb465c
Merge "Add missing <android/log.h> documentation."
by Elliott Hughes
· 6 years ago
a38c2b6
Add missing <android/log.h> documentation.
by Elliott Hughes
· 6 years ago
3e963f9
Convert more modules to Android.bp
by Dan Willemsen
· 6 years ago
91c4730
Merge "liblog: Fix memory leaks"
by Treehugger Robot
· 6 years ago
747eb14
Add noexcept to move constructors and assignment operators.
by Chih-Hung Hsieh
· 6 years ago
559387d
liblog: Fix memory leaks
by George Burgess IV
· 6 years ago
9cb232b
Declare __fake_use_va_args as a constexpr function.
by Chih-Hung Hsieh
· 6 years ago
692c997
Merge "liblog#__android_log_btwrite__android_logger_list_read fail"
by Tom Cherry
· 6 years ago
502f486
Suppress implicit-fallthrough warnings.
by Chih-Hung Hsieh
· 6 years ago
0e16d89
liblog#__android_log_btwrite__android_logger_list_read fail
by Yuxian Xu
· 7 years ago
bb20b9e
liblog: Add functions to reset log context
by Suren Baghdasaryan
· 7 years ago
cd3965e
Suppress gnu-zero-variadic-macro-arguments warning.
by Chih-Hung Hsieh
· 7 years ago
62b0ef5
Declare __fake_use_va_args as a variadic function.
by Chih-Hung Hsieh
· 7 years ago
67f72bd
Declare __FAKE_USE_VA_ARGS as a variadic function.
by Chih-Hung Hsieh
· 7 years ago
fdd3f5e
Use __VA_ARGS__ when in clang static analyzer.
by Chih-Hung Hsieh
· 7 years ago
c8d09dd
[logd] Modernize codebase by replacing NULL with nullptr
by Yi Kong
· 7 years ago
c1a1562
Modernize codebase by replacing NULL with nullptr
by Yi Kong
· 7 years ago
b8f4fe4
Merge changes from topic "mingw-clang"
by Treehugger Robot
· 7 years ago
a2df1ef
Do not customize __format__ for Windows/MinGW to gnu_printf
by Pirama Arumuga Nainar
· 7 years ago
7d8880e
Remove pstore case ibc.__pstore_append from CTS
by chenhg
· 7 years ago
6427c36
logd: remove failing test.
by Elliott Hughes
· 7 years ago
42fb282
liblog: expect content only if ro.logd.kernel is enabled
by Mark Salyzyn
· 7 years ago
462df10
Work around b/24465209, do not pack relocation table.
by Chih-Hung Hsieh
· 7 years ago
85bd9ca
Merge "Work around b/24465209, do not use clang lld"
by Chih-hung Hsieh
· 7 years ago
0f975a2
Work around b/24465209, do not use clang lld
by Chih-Hung Hsieh
· 7 years ago
2a1c0dd
Merge "Simplify code"
by Treehugger Robot
· 7 years ago
487de27
Simplify code
by George Burgess IV
· 7 years ago
612210c
Mark as recovery_available: true
by Jiyong Park
· 7 years ago
55a7671
Add missing @addtogroup tags.
by Dan Albert
· 7 years ago
72d3724
liblog: save errno through log writing
by Mark Salyzyn
· 7 years ago
73ac28b
Expose __android_log_buf_print and __android_log_buf_write to NDK
by Tom Cherry
· 7 years ago
446d01c
Make log_event_list.h available to vendor code.
by Pavel Grafov
· 7 years ago
65725ac
Doxygen format <android/log.h>.
by Elliott Hughes
· 7 years ago
7bb9785
Fixing app compat issue b/72143978
by Ian Pedowitz
· 7 years ago
dc3c147
liblog: clock_gettime, clock_getres and time benchmarks
by Mark Salyzyn
· 7 years ago
1520bd4
liblog: benchmarks use google-benchmark library
by Mark Salyzyn
· 7 years ago
b0e17c9
Improve ALOGV compatiblity with clang-tidy
by Krzysztof Wesolowski
· 7 years ago
1f3ac75
Remove obsolete workaround.
by Elliott Hughes
· 7 years ago
e1c834d
Use override_export_include_dirs.
by Steven Moreland
· 7 years ago
5b58579
Add suite component to test modules
by Julien Desprez
· 7 years ago
3289b9c
Merge "Add OWNERS."
by Elliott Hughes
· 7 years ago
693d63f
Add OWNERS.
by Elliott Hughes
· 7 years ago
9e28024
Merge "make log.tag.stats_log work for stats buffer." am: 1e2ed53ffc
by Yao Chen
· 7 years ago
1e2ed53
Merge "make log.tag.stats_log work for stats buffer."
by Treehugger Robot
· 7 years ago
025f05a
make log.tag.stats_log work for stats buffer.
by Yao Chen
· 7 years ago
152d7e0
Merge "std::string_view is no longer experimental." am: c8022a3efc
by Elliott Hughes
· 7 years ago
e805883
std::string_view is no longer experimental.
by Elliott Hughes
· 7 years ago
11bb6bb
Merge changes from topic "stats_log" am: 68f2c85354
by yaochen
· 7 years ago
701a065
Create stats buffer in logd.
by Stefan Lafon
· 7 years ago
23e27db
Merge commit 'a63ccea6abc7ea02e2d98e41c80793ca97237bd3' from
by Xin Li
· 7 years ago
07320dc
Allow stats buffer to be empty in liblog CTS.
by Yao Chen
· 7 years ago
95d7cbb
Add vendor_available to liblog_headers.
by Steven Moreland
· 8 years ago
f4778e8
Merge "Make liblog headers compile stand-alone." am: fe3551e9dc am: b637860732
by Jayant Chowdhary
· 7 years ago
b637860
Merge "Make liblog headers compile stand-alone." am: fe3551e9dc
by Jayant Chowdhary
· 7 years ago
12f56a0
Make liblog headers compile stand-alone.
by Jayant Chowdhary
· 7 years ago
1511cbb
Merge "Hide implementation details of log_time struct" am: 541428a13b
by Jayant Chowdhary
· 7 years ago
541428a
Merge "Hide implementation details of log_time struct"
by Jayant Chowdhary
· 7 years ago
0d04764
Hide implementation details of log_time struct
by Jiyong Park
· 7 years ago
2c6b2eb
Merge "Remove default libraries" am: 8b7feee38f am: a0113de2f3 am: 55181f7cdd
by Dan Willemsen
· 7 years ago
a0113de
Merge "Remove default libraries" am: 8b7feee38f
by Dan Willemsen
· 7 years ago
1e45d53
Remove default libraries
by Dan Willemsen
· 7 years ago
1d44431
Remove pstore related unit tests from CTS am: 5dec8e22c3
by Yoshitaka Seto
· 7 years ago
5dec8e2
Remove pstore related unit tests from CTS
by Yoshitaka Seto
· 8 years ago
88618e2
Merge changes from topic "hide_log_time" into oc-mr1-dev am: cd00582000
by Jiyong Park
· 7 years ago
25db8dc
Add vendor_available to liblog_headers.
by Steven Moreland
· 8 years ago
e2c5180
Add sys/cdefs.h to log/log_main.h.
by Yifan Hong
· 8 years ago
98c0d03
Hide implementation details of log_time struct
by Jiyong Park
· 7 years ago
5d17063
Merge "Suppress false-positive static analyzer warnings" am: 0c89aaec1f am: 2ee27bfd0d
by Ting-Yuan Huang
· 7 years ago
0c89aae
Merge "Suppress false-positive static analyzer warnings"
by Treehugger Robot
· 7 years ago
249bd05
Suppress false-positive static analyzer warnings
by Ting-Yuan Huang
· 8 years ago
e0515d6
Reading from logd in WRAP mode is expected to take a long time,
by Alan Stokes
· 8 years ago
e751059
Merge "Small liblog test fixes & readability improvements." am: 332370d14d am: 511cc67633
by Alan Stokes
· 7 years ago
332370d
Merge "Small liblog test fixes & readability improvements."
by Alan Stokes
· 7 years ago
328ba7c
Merge "Reading from logd in WRAP mode is expected to take a long time, don't abort it after 30s." am: 974ab46561 am: 9181fe6427
by Alan Stokes
· 7 years ago
81e63d0
Small liblog test fixes & readability improvements.
by Alan Stokes
· 7 years ago
64acdf7
Reading from logd in WRAP mode is expected to take a long time,
by Alan Stokes
· 8 years ago
2f41895
Merge "Fix clang-tidy performance warnings in system/core." am: 69ff5009c7 am: 18f9c66823 am: b083ff4329
by Chih-hung Hsieh
· 8 years ago
18f9c66
Merge "Fix clang-tidy performance warnings in system/core." am: 69ff5009c7
by Chih-hung Hsieh
· 8 years ago
Next »