react-native/React
Li Jie eb69d036d5 Log image url when image size doesn't match.
Summary:
Sometimes I got error message about image size doesn't match, but I don't know which image is wrong.

Before:
<img width="376" alt="2016-05-31 11 03 58" src="https://cloud.githubusercontent.com/assets/8459/15662148/aa4e1d7e-2720-11e6-863a-aa7dd662460b.png">

After this PR:
<img width="377" alt="2016-05-31 10 59 21" src="https://cloud.githubusercontent.com/assets/8459/15662153/b5b1fd2a-2720-11e6-9807-c7e4aa314c4b.png">

**Test plan (required)**

```
<Image source={require('image!test')} />
```
And don't add this image into project, it would report errors when run it.
Closes https://github.com/facebook/react-native/pull/7840

Differential Revision: D3365467

Pulled By: nicklockwood

fbshipit-source-id: de3d5989ef0a3c443cce557901486c4770d4e906
2016-05-31 05:28:31 -07:00
..
Base Log image url when image size doesn't match. 2016-05-31 05:28:31 -07:00
Executors remove premature optimizations 2016-05-23 07:28:25 -07:00
Layout import css-layout-185 2016-05-31 04:13:32 -07:00
Modules Reverted commit D3253073 2016-05-28 12:13:28 -07:00
Profiler Add a bunch more systrace logging 2016-05-13 17:29:00 -07:00
React.xcodeproj Added RCTBundleURLProvider 2016-05-31 04:59:56 -07:00
Views import css-layout-185 2016-05-31 04:13:32 -07:00