Skip to content

Instantly share code, notes, and snippets.

@cztchoice
Created March 14, 2018 02:42
Show Gist options
  • Save cztchoice/aaaf5413fae5b3a92e05c49471a19974 to your computer and use it in GitHub Desktop.
Save cztchoice/aaaf5413fae5b3a92e05c49471a19974 to your computer and use it in GitHub Desktop.
增加Trace
auto isPinned = __IsPinned();
auto pinStr = ANY_TO_STRING(isPinned);
G::UserTraceService()->LogTraceWithoutEmail("IsPinned", pinStr);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment