зеркало из https://github.com/mozilla/gecko-dev.git
Bug 913713 - Part 1: Use optString to get search engine identifier. r=rnewman
This commit is contained in:
Родитель
3da9f94774
Коммит
763eefa4a7
|
@ -689,7 +689,7 @@ public class BrowserHealthRecorder implements GeckoEventListener {
|
|||
Log.d(LOG_TAG, "Ignoring search without location.");
|
||||
return;
|
||||
}
|
||||
recordSearch(message.getString("identifier"), message.getString("location"));
|
||||
recordSearch(message.optString("identifier", null), message.getString("location"));
|
||||
return;
|
||||
}
|
||||
} catch (Exception e) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче