Stores a copy of the string pointed to by tag and uses it as the Android logging tag thereafter. tag must not be null.
Declared in <absl/log/globals.h>
void
SetAndroidNativeTag(char const* tag);
This function must not be called more than once!
| Name | Description |
|---|---|
| tag | The Android logging tag to use; must not be null. |