Skip to content

Instantly share code, notes, and snippets.

@upvalue
Created March 15, 2017 01:00
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 upvalue/4c07513431bd8ba1a2a6e3401d4e44b6 to your computer and use it in GitHub Desktop.
Save upvalue/4c07513431bd8ba1a2a6e3401d4e44b6 to your computer and use it in GitHub Desktop.
less noisy react native logs
# removes all metadata from react-native log output
/opt/android-sdk/platform-tools/adb logcat -v raw "*:S" ReactNative:V ReactNativeJS:V
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment