re-inserted log statement mistakenly removed

This commit is contained in:
Toby Kurien 2015-09-04 16:54:54 +02:00 committed by Peter Serwylo
parent f3ef78d292
commit d10a56ed44

View File

@ -365,6 +365,7 @@ public class AppDetails extends AppCompatActivity implements ProgressListener, A
private String getAppIdFromIntent() { private String getAppIdFromIntent() {
Intent i = getIntent(); Intent i = getIntent();
if (!i.hasExtra(EXTRA_APPID)) { if (!i.hasExtra(EXTRA_APPID)) {
Log.e(TAG, "No application ID found in the intent!");
return null; return null;
} }