Skip to content

Instantly share code, notes, and snippets.

@ytRino
Created February 26, 2013 09:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ytRino/5037321 to your computer and use it in GitHub Desktop.
Save ytRino/5037321 to your computer and use it in GitHub Desktop.
pulic static void logd(String format, Object... args) {
Log.d(TAG, String.format(Locale.getDefault(), format, args));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment