am 3b0c2eb0: Merge "Avoid NPE when logging the entry point to Settings"
* commit '3b0c2eb09f24d86df79b99f45ef95fe8b8b63b94': Avoid NPE when logging the entry point to Settingsmain
commit
9393497cf5
|
@ -50,7 +50,7 @@ public final class SettingsActivity extends PreferenceActivity {
|
|||
}
|
||||
StatsUtils.onSettingsActivity(
|
||||
intent.hasExtra(EXTRA_ENTRY_KEY) ? intent.getStringExtra(EXTRA_ENTRY_KEY)
|
||||
: intent.getStringExtra(EXTRA_ENTRY_VALUE_SYSTEM_SETTINGS));
|
||||
: EXTRA_ENTRY_VALUE_SYSTEM_SETTINGS);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue