forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert of Catch Exception for Intent.parseUri instead of URISyntaxExc…
…eption (patchset chromium#2 id:20001 of https://codereview.chromium.org/1132473004/) Reason for revert: broke findbugs: http://build.chromium.org/p/chromium.linux/builders/Android%20Clang%20Builder%20%28dbg%29/builds/59364 slipped through CQ because analyze in android_clang_dbg_recipe decided it didn't need to compile: http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg_recipe/builds/75301 Original issue's description: > Catch Exception for Intent.parseUri instead of URISyntaxException > > Intent.parseUri can throw other excpetions like NumberFormatException. > So we need to catch Exception to avoid crash. > > BUG=484336 > > Committed: https://crrev.com/e9785bb71f9e0b8a9a3ba321c2c6483c8805e5a1 > Cr-Commit-Position: refs/heads/master@{#329163} TBR=torne@chromium.org,tedchoc@chromium.org,jaekyun@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=484336 Review URL: https://codereview.chromium.org/1139753003 Cr-Commit-Position: refs/heads/master@{#329170}
- Loading branch information
Showing
4 changed files
with
20 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters