OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_writeLog
(Results
1 - 2
of
2
) sorted by null
/art/runtime/base/
logging.cc
278
// Use
android_writeLog
() to avoid stack-based buffers used by android_printLog().
292
android_writeLog
(priority, tag, buf);
295
android_writeLog
(priority, tag, message);
/system/core/include/log/
log.h
642
#define
android_writeLog
(prio, tag, text) \
Completed in 170 milliseconds