Home
last modified time | relevance | path

Searched refs:GetDefaultTag (Results 1 – 3 of 3) sorted by relevance

/system/logging/liblog/
Dlogger_write.h21 std::string& GetDefaultTag();
Dlogger_write.cpp149 std::string& GetDefaultTag() { in GetDefaultTag() function
155 GetDefaultTag().assign(tag, 0, LOGGER_ENTRY_MAX_PAYLOAD); in __android_log_set_default_tag()
374 log_message->tag = GetDefaultTag().c_str(); in __android_log_write_log_message()
Dproperties.cpp100 auto& tag_string = GetDefaultTag(); in __android_log_level()