Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent crashing app by catching errors #1286

Merged

Commits on May 21, 2018

  1. Convert all @ReactMethod in try-catch block

    alexander.goncharov committed May 21, 2018
    Configuration menu
    Copy the full SHA
    07ef7d8 View commit details
    Browse the repository at this point in the history
  2. Fix Exception type

    alexander.goncharov committed May 21, 2018
    Configuration menu
    Copy the full SHA
    376b053 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. Merge branch 'master' into Goncharov/Prevent-crashing-app-by-catching…

    …-errors
    Alexander Goncharov committed May 24, 2018
    Configuration menu
    Copy the full SHA
    b148bf1 View commit details
    Browse the repository at this point in the history
  2. Replaced e.printStackTrace() with CodePushUtils.log(e)

    Alexander Goncharov committed May 24, 2018
    Configuration menu
    Copy the full SHA
    725592c View commit details
    Browse the repository at this point in the history
  3. Combined catches with the same handler.

    Alexander Goncharov committed May 24, 2018
    Configuration menu
    Copy the full SHA
    6850dd5 View commit details
    Browse the repository at this point in the history