Skip to content

Instantly share code, notes, and snippets.

@LiewJunTung
Created June 18, 2018 13:01
Show Gist options
  • Save LiewJunTung/a21dc9b7f862b8ebc6a1f7fe14e8e7a0 to your computer and use it in GitHub Desktop.
Save LiewJunTung/a21dc9b7f862b8ebc6a1f7fe14e8e7a0 to your computer and use it in GitHub Desktop.
void CalculatorAndroidImpl::hello(const std::string &text) {
__android_log_print(ANDROID_LOG_DEBUG, "Calculator",
"Calculator", text);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment