Log the failure to create a nomarlizer
commitf64a025fee5542c8acef69b2609d2f4618bbac51
authorjshin <jshin@chromium.org>
Mon, 21 Sep 2015 22:18:23 +0000 (21 15:18 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 21 Sep 2015 22:21:45 +0000 (21 22:21 +0000)
tree59d793fe0b38399aa8dfbb781107f87e64ba0110
parentb0f9dd20d5d0a7b54a389780c468a65303600b5c
Log the failure to create a nomarlizer

The factory method for ICU normalizer should not fail unless
the ICU data is not loaded or it's OOM.

Log the failure with an error name to see what's going on in crash report.

BUG=506487
TEST=None; crash report from Android with an ICU error recorded in the log when normalizer fails to be created.

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

Cr-Commit-Position: refs/heads/master@{#350042}
components/bookmarks/browser/bookmark_index.cc