OSDN Git Service

Log the version of the WebView package used.
authorTorne (Richard Coles) <torne@google.com>
Tue, 5 Aug 2014 15:12:09 +0000 (16:12 +0100)
committerTorne (Richard Coles) <torne@google.com>
Tue, 5 Aug 2014 15:12:09 +0000 (16:12 +0100)
commit0606cd572ad345fb2c40456509feac626c68dee3
tree36bb0637315c0b9393cdaee3d60687e1262f25df
parent6aae6528a6672497b1d1dffb5c083093d5c46dc8
Log the version of the WebView package used.

To aid in debugging app behaviour when WebView updates may be present,
log the package name, version name, and version code of the WebView
package when we are about to load it into an application. Do this before
we actually load any part of the package in case of an issue loading it
in the first place.

Change-Id: Id653bad431760b7ead8e3f8eb29f9d6a8bb68d07
core/java/android/webkit/WebViewFactory.java