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>
void
SetAndroidNativeTag(char const* tag);
Description
This function must not be called more than once!
Parameters
Name |
Description |
tag |
The Android logging tag to use; must not be null. |
Created with MrDocs