Capture an exception when popping up a warning dialog for video
commit906fd3dcb82e3d6beaafc7c3a06e844cb9024b8b
authorqinmin@chromium.org <qinmin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 28 Nov 2013 05:28:11 +0000 (28 05:28 +0000)
committerqinmin@chromium.org <qinmin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 28 Nov 2013 05:28:11 +0000 (28 05:28 +0000)
tree92eae6e8e490e8714e3b2e46dc4e92126c486275
parentc7e6ac0197dc474cc17aa48600e06bb08e00c5d4
Capture an exception when popping up a warning dialog for video

There are lots of crash stack from this call: android.view.ViewRootImpl.setView(), and it is not video only.
Capturing the exception for now so we don't crash chrome. Need better understanding of the issue before we can fix the problem

TBR=feng
BUG=322247

Review URL: https://codereview.chromium.org/84253003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237681 0039d316-1c4b-4281-b951-d872f2087c98
content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java