Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent crashing app by catching errors (#1286)
* Convert all @ReactMethod in try-catch block * Fix Exception type * Replaced e.printStackTrace() with CodePushUtils.log(e) * Combined catches with the same handler.
- Loading branch information