evollu / react-native-firebase-analytics

React native bridge for firebase analytics
MIT License
206 stars 54 forks source link

Enable Verbose Logging #43

Closed adamgeoffrion closed 7 years ago

adamgeoffrion commented 7 years ago

Is there anyway to enable verbose logging to view in the debug console? https://firebase.google.com/docs/analytics/ios/events#view_events_in_the_xcode_debug_console

adamgeoffrion commented 7 years ago

I was able to accomplish this through the Xcode build and adding the argument like described in the link.

annelorraineuy commented 7 years ago

On Android you can do:

adb shell setprop log.tag.FA VERBOSE
adb shell setprop log.tag.FA-SVC VERBOSE
adb logcat -v time -s FA FA-SVC