No description
Find a file
Mark Salyzyn 083c53462a liblog: logprint: deal with malformed log messages
Try to print as much content as possible should the application
logging only submit content as part of a tag with an empty message.
We search for the first non-printable ascii character in the tag, in
order to split it up for printing.

Applications (such as com.yahoo.mobile.client.android.weather) that
malform their log messages will no longer be punished by truncating
the content, but this should never be considered advocacy for their
bad behavior.

Bug: 27585978
Change-Id: Idb0680e8d6a6ad2bef5150661905acccb5b70afb
2016-03-21 23:06:29 +00:00
adb Merge "Fix buffer overrun in adb wait-for-device." 2016-03-11 16:53:26 +00:00
adf Adf: Remove unused variable 2015-07-27 22:08:16 -07:00
base Make CHECK(x) work with static analyzer. 2016-03-02 09:23:02 -08:00
bootstat bootstat: Disambiguate boot time on encrypted devices. 2016-03-11 15:50:39 -08:00
cpio fs_config: replace getenv('OUT') by new fs_config parameter 2015-07-09 21:47:07 -07:00
crash_reporter crash_reporter: Mark the euid parameter as __unused. 2016-02-26 15:44:46 -08:00
debuggerd debuggerd: don't apply timeout when wait_for_gdb is on. 2016-03-17 15:29:00 -07:00
fastboot Also archive adb.exe/fastboot.exe when building win_sdk. 2016-02-29 19:27:06 -08:00
fingerprintd Fingerprint: Add HAL close() code 2015-07-10 16:26:32 -07:00
fs_mgr Cleanup uses of sprintf so we can deprecate it. 2016-03-07 18:40:40 -08:00
gatekeeperd Cleanup uses of sprintf so we can deprecate it. 2016-03-07 18:40:40 -08:00
healthd healthd: Check if battery device exists instead of charger drivers before 2016-03-08 22:28:25 +00:00
include Add error reporting mechanism for failing Unwind. 2016-03-10 12:39:15 -08:00
init Multiple consoles 2016-03-21 08:50:01 -07:00
libbacktrace Merge "Update BacktraceOffline for LLVM rebase to r256229." 2016-03-18 21:54:51 +00:00
libbinderwrapper libbinderwrapper: Add BinderWrapper::GetOrCreateInstance() 2016-01-04 12:56:27 -08:00
libcutils Merge "system/core/lib[c]utils: Fix signedness comparison warnings." 2016-03-01 20:28:13 +00:00
libdiskconfig Move libdiskconfig headers into libdiskconfig. 2016-02-13 12:48:23 -08:00
libion Use unique_ptr to free objects when ASSERT* fail. 2016-03-04 11:30:50 -08:00
liblog liblog: logprint: deal with malformed log messages 2016-03-21 23:06:29 +00:00
libmemtrack Remove unnecessary #include from <memtrack/memtrack.h>. 2016-02-16 10:32:30 -08:00
libmemunreachable Fix mac build 2016-03-08 14:25:23 -08:00
libmincrypt Remove libmincrypt/tools after move to bootable/recovery 2016-02-26 11:03:15 +01:00
libnativebridge Add Mips64 Runtime ISA type. 2016-02-08 14:02:47 -08:00
libnativeloader Move list of public libraries to a config file 2016-03-17 10:54:19 -07:00
libnetutils Move libnetutils headers into libnetutils. 2016-02-12 18:10:06 -08:00
libpackagelistparser Remove two bogus libutils dependencies. 2016-02-17 11:54:47 -08:00
libpixelflinger libpixelflinger: Fix -Woverloaded-virtual warnings. 2016-02-25 10:59:30 -08:00
libprocessgroup system/core: Cleanup direct calls to opendir by containing in a 2016-02-18 14:52:46 -08:00
libsparse Fix static analyzer issues caught by clang 2016-02-01 11:19:26 -08:00
libsuspend Adds a parameter to the wakeup_callback to report sucessful wakeup or suspend aborts. 2015-06-25 13:15:22 -07:00
libsync Cleanup uses of sprintf so we can deprecate it. 2016-03-07 18:40:40 -08:00
libsysutils Clean up CLOEXEC in SocketListener. 2016-02-19 18:14:22 -08:00
libusbhost libusbhost: Fix problem reading USB string descriptors on some quirky devices 2015-06-18 13:38:31 -07:00
libutils Cleanup uses of sprintf so we can deprecate it. 2016-03-07 18:40:40 -08:00
libziparchive libziparchive: port unit tests to darwin and windows. 2016-02-08 16:52:55 -08:00
lmkd more O_CLOEXEC 2015-12-18 20:57:25 -08:00
logcat system/core: Cleanup direct calls to opendir by containing in a 2016-02-18 14:52:46 -08:00
logd logd: check return values 2016-03-02 07:54:45 -08:00
logwrapper Don't go busy loop when waiting child process. 2016-02-16 10:13:48 -08:00
metricsd metricsd: Fix upload service to compile with new libchrome version 2016-03-18 15:36:20 -07:00
mkbootimg mkbootimg: add os_version 2016-03-15 09:38:36 -07:00
reboot
rootdir Move list of public libraries to a config file 2016-03-17 10:54:19 -07:00
run-as Fix the run-as environment to better match su. 2015-11-03 14:31:46 -08:00
sdcard Merge commit '4352ee87fd74b931d4b58192fb8974e91aa899d0' into HEAD 2016-02-17 11:37:00 -08:00
toolbox Merge "Cleanup uses of sprintf so we can deprecate it." 2016-03-08 04:14:06 +00:00
trusty Merge "[core][trusty] Implement Trusty NVRAM HAL module." 2016-03-15 14:43:29 +00:00
tzdatacheck Track rename of base/ to android-base/. 2015-12-04 22:00:26 -08:00
.gitignore Ignore adb/*.pyc files 2015-08-11 12:59:58 -07:00
Android.mk
CleanSpec.mk Add a CleanSpec for grep/toolbox. 2015-03-22 18:04:54 -07:00
MODULE_LICENSE_APACHE2
NOTICE