re-inserted log statement mistakenly removed
This commit is contained in:
parent
f3ef78d292
commit
d10a56ed44
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user