Searched refs:os_log_create (Results 1 – 6 of 6) sorted by relevance
25 *X = os_log_create("org.llvm.signposts", OS_LOG_CATEGORY_POINTS_OF_INTEREST); in LogCreator()
31 os_log_t rtc_os_log = os_log_create("com.google.AppRTCMobile", "RTCLog");
38 log_ = os_log_create("org.tensorflow.lite", "Tracing");
729 : os_log_(subsystem ? os_log_create(subsystem, "chromium_logging") in ~LogMessage()
815 : os_log_(subsystem ? os_log_create(subsystem, "chromium_logging") in ~LogMessage()
5281 pub fn os_log_create(subsystem: *const ::c_char, category: *const ::c_char) -> ::os_log_t; in os_log_create() function