[#absl-SetAndroidNativeTag] = xref:absl.adoc[absl]::SetAndroidNativeTag :relfileprefix: ../ :mrdocs: Stores a copy of the string pointed to by `tag` and uses it as the Android logging tag thereafter. `tag` must not be null. == Synopsis Declared in `<absl/log/globals.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void SetAndroidNativeTag(char const* tag); ---- == Description This function must not be called more than once! == Parameters [cols="1,4"] |=== | Name| Description | *tag* | The Android logging tag to use; must not be null. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#