bug 616078 - Make sure we have a new process for android restarter r=mwu a=blocking-fennec
This commit is contained in:
@@ -297,7 +297,6 @@ public class CrashReporter extends Activity
|
||||
Intent intent = new Intent(action);
|
||||
intent.setClassName("org.mozilla.@MOZ_APP_NAME@",
|
||||
"org.mozilla.@MOZ_APP_NAME@.App");
|
||||
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
|
||||
Log.i("GeckoCrashReporter", intent.toString());
|
||||
startActivity(intent);
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user