You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because iOS does not like console.log statements, we need to abstract the logging to a module, and give ourselves a way to report those logs in another fashion.
The text was updated successfully, but these errors were encountered:
We have a module that accepts logs, and only logs them in non-iOS. We need to have a way to report them for iOS, or at least detect when we're in remote debug mode (v8 instead of simulator)
Because iOS does not like console.log statements, we need to abstract the logging to a module, and give ourselves a way to report those logs in another fashion.
The text was updated successfully, but these errors were encountered: