android_system_core/liblog/include
Tom Cherry f7b41e04e5 liblog: correct new APIs per the API review
1) Rename __android_logger_data to __android_log_message and rename
   __android_log_write_logger_data to
   __android_log_write_log_message. Move the const char* message
   argument into __android_log_message.
2) Add @param, @return, and "Available since API level 30." to the
   documentation of new functions.
3) Document that the user defined aborter should but may not abort.
4) Document the line separation is the responsibility of the log
   function provided to __android_log_set_logger().

Bug: 150898477
Test: build, liblog and libbase unit tests
Change-Id: I07c41011ef25b3e7cc4943f3f1e240a2f6aa2802
(cherry picked from commit d6699b6b81)
2020-03-25 01:43:38 +00:00
..
android liblog: correct new APIs per the API review 2020-03-25 01:43:38 +00:00
log Remove ANDROID_LOG_RDONLY, etc 2020-03-23 13:43:27 -07:00
private liblog: fixup log_id_t 2019-10-18 09:58:08 -07:00