Adding extra logging to try and catch cases where Market button does not work.

Change-Id: I09fde1daf3afc1921ad1cc48358ee6c55df4ab7a
This commit is contained in:
Winson Chung
2012-03-26 15:30:59 -07:00
parent 7fbec10b36
commit 4f916f4b35
+2
View File
@@ -1842,6 +1842,8 @@ public final class Launcher extends Activity
public void onClickAppMarketButton(View v) {
if (mAppMarketIntent != null) {
startActivitySafely(mAppMarketIntent, "app market");
} else {
Log.e(TAG, "Invalid app market intent.");
}
}