Adding extra logging to try and catch cases where Market button does not work.
Change-Id: I09fde1daf3afc1921ad1cc48358ee6c55df4ab7a
This commit is contained in:
@@ -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.");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user