зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1151967 - Ensure TabQueueDispatcher has crash reporting enabled (r=rnewman)
This commit is contained in:
Родитель
41f38177be
Коммит
ae9944fa0c
|
@ -7,6 +7,7 @@ package org.mozilla.gecko.tabqueue;
|
|||
|
||||
import org.mozilla.gecko.AppConstants;
|
||||
import org.mozilla.gecko.BrowserApp;
|
||||
import org.mozilla.gecko.GeckoAppShell;
|
||||
import org.mozilla.gecko.GeckoSharedPrefs;
|
||||
import org.mozilla.gecko.Locales;
|
||||
import org.mozilla.gecko.preferences.GeckoPreferences;
|
||||
|
@ -30,6 +31,8 @@ public class TabQueueDispatcher extends Locales.LocaleAwareActivity {
|
|||
protected void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
|
||||
GeckoAppShell.ensureCrashHandling();
|
||||
|
||||
Intent intent = getIntent();
|
||||
|
||||
// For the moment lets exit early and start fennec as normal if we're not in nightly with
|
||||
|
|
Загрузка…
Ссылка в новой задаче