Searched refs:LOGW (Results 1 – 4 of 4) sorted by relevance
38 LOGW("This is a warning"); in TEST()43 LOGW("This is a warning"); in TEST()
92 LOGW("Unable to open trace_marker"); in Tracer()
47 LOGW(to_replace + " does not exist in .ditto file"); in __Parse()
70 #define LOGW(X) DITTO_LOG(kWarning, X, false) macro