Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_system_core
/
23150e4fe4ef0e39eb64a8049c093449f27a0102
/
liblog
/
logger_write.cpp
f1a975b
liblog: use int32_t and uint32_t for new NDK APIs
by Tom Cherry
· 5 years ago
bbb1602
liblog: minimum_log_priority should be atomic
by Tom Cherry
· 5 years ago
3574c37
liblog: add __attribute__((uninitialized)) to liblog buffers
by Tom Cherry
· 5 years ago
f48f685
liblog: do not allow loggers to write to binary buffers
by Tom Cherry
· 6 years ago
e2187bf
liblog: remove fake_log_device
by Tom Cherry
· 6 years ago
ff464b1
liblog: always restore errno in logging functions
by Tom Cherry
· 6 years ago
2ec6a53
liblog: use default tag for loggability checks if no tag is provided
by Tom Cherry
· 6 years ago
69ee5dd
Move default tag from libbase to liblog
by Tom Cherry
· 6 years ago
96e7ef5
liblog: check loggability before formatting
by Tom Cherry
· 6 years ago
0391a87
Move minimum log priority from libbase to liblog
by Tom Cherry
· 6 years ago
349b0c4
Move SetLogger and SetAborter from libbase to liblog
by Tom Cherry
· 6 years ago
121292d
liblog: use libbase_headers for TEMP_FAILURE_RETRY
by Tom Cherry
· 6 years ago
b47aa2a
liblog: remove more unused code
by Tom Cherry
· 6 years ago
21bb36c
liblog: remove the last of the transport structs
by Tom Cherry
· 6 years ago
06e0fce
liblog: have writers handle their own state
by Tom Cherry
· 6 years ago
49a8af7
liblog: do not check loggability of event logs before sending to logd
by Tom Cherry
· 6 years ago
990852f
liblog: remove superfluous checks
by Tom Cherry
· 6 years ago
97ec4ee
liblog: don't set transports to nullptr when they close
by Tom Cherry
· 6 years ago
2187a41
liblog: fix prio and tag validation code
by Tom Cherry
· 6 years ago
2beabe5
liblog: remove config_write.cpp/.h
by Tom Cherry
· 6 years ago
9d35034
liblog: remove log/log_transport.h
by Tom Cherry
· 6 years ago
2238ce2
liblog: remove stderr logger
by Tom Cherry
· 6 years ago
7d045f6
liblog: add -Wall,-Wextra and do related clean-up.
by Tom Cherry
· 6 years ago
f7e1b1e
liblog: only allow one transport for reading
by Tom Cherry
· 6 years ago
de3ad1d
Remove an ancient spam-busting hack from logd.
by Elliott Hughes
· 10 years ago
dd2ea5f
Suppress -Wstring-plus-int warning
by Yi Kong
· 6 years ago
2d9779e
liblog: remove visibility macros
by Tom Cherry
· 6 years ago
6f6ef39
Remove liblog/uio.c and <log/uio.h>
by Tom Cherry
· 7 years ago
71ba164
liblog: convert to C++
by Tom Cherry
· 7 years ago
[Renamed (89%) from liblog/logger_write.c]
d1febd3
liblog: remove LOGGER_LOCAL
by Tom Cherry
· 7 years ago
72d3724
liblog: save errno through log writing
by Mark Salyzyn
· 7 years ago
025f05a
make log.tag.stats_log work for stats buffer.
by Yao Chen
· 8 years ago
701a065
Create stats buffer in logd.
by Stefan Lafon
· 8 years ago
525b34d
liblog: Speed up and extend the radio log redirect code
by Mark Salyzyn
· 8 years ago
81321a7
liblog: replace "frontend" with "transport"
by Mark Salyzyn
· 8 years ago
2ed51d7
liblog: specify clang format
by Mark Salyzyn
· 8 years ago
4d99c98
liblog: add LOGGER_STDERR frontend
by Mark Salyzyn
· 8 years ago
7100288
liblog: add local_logger
by Mark Salyzyn
· 9 years ago
850d06e
liblog: Add android_set_log_frontend
by Mark Salyzyn
· 11 years ago
6efb877
liblog: fix an undefined-behavor in __write_to_log_daemon()
by Ting-Yuan Huang
· 9 years ago
5bae1b8
Make __android_log_assert behave more like libc asserts.
by Elliott Hughes
· 9 years ago
142b43d
liblog: BM_log_latency improvement
by Mark Salyzyn
· 9 years ago
1abc3cd
Merge changes Ia0ca36fc,Ib42c0635
by Treehugger Robot
· 9 years ago
0910d2d
Enable liblog on host bionic
by Dan Willemsen
· 9 years ago
1179eb8
system/core: replace EVENT_TAG_MAP_FILE with NULL
by Mark Salyzyn
· 9 years ago
53e9fc7
liblog: android_closeEventTagMap pointer check
by Mark Salyzyn
· 9 years ago
cfd5b08
system/core: preparation to pull back interfaces from android/log.h
by Mark Salyzyn
· 9 years ago
807e40e
liblog: logd: Add android_lookupEventTag_len()
by Mark Salyzyn
· 9 years ago
6584d0a
liblog: Replace log/log.h with android/log.h
by Mark Salyzyn
· 9 years ago
a166708
liblog: logcat: Replace log/logd.h with log/log.h
by Mark Salyzyn
· 9 years ago
004cd3c
liblog: logd: logcat: deprecate log/log_read.h
by Mark Salyzyn
· 9 years ago
ba1a798
liblog: free event tag map in __android_log_close()
by Mark Salyzyn
· 9 years ago
df7a4c6
liblog: add __android_log_close()
by Mark Salyzyn
· 9 years ago
c33103c
liblog: gate write on log id available
by Mark Salyzyn
· 9 years ago
018a96d
liblog: split out transports into separate files
by Mark Salyzyn
· 9 years ago