Closed Bug 1368184 Opened 9 years ago Closed 9 years ago

[geckoview] Correctly enable or disable multiprocess in GeckoViewExample

Categories

(GeckoView :: General, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: snorp, Unassigned)

Details

Attachments

(1 file)

Right now we set it after intialization, which does not work.
Comment on attachment 8871966 [details] Bug 1368184 - Fix setting e10s mode in GeckoViewExample The existing code is working fine for me? > adb shell am start -n org.mozilla.geckoview_example/.GeckoViewActivity --ez use_multiprocess true > adb shell ps | grep geckoview > u0_a232 6823 174 760488 84336 ffffffff 00000000 S org.mozilla.geckoview_example > u0_a232 6881 174 707624 60136 ffffffff 00000000 S org.mozilla.geckoview_example:tab versus > adb shell am start -n org.mozilla.geckoview_example/.GeckoViewActivity --ez use_multiprocess false > adb shell ps | grep geckoview > u0_a232 7062 174 839848 141108 ffffffff 00000000 S org.mozilla.geckoview_example
Attachment #8871966 - Flags: review?(nchen)
Component: Embedding: APIs → GeckoView
Product: Core → Firefox for Android
Version: unspecified → Trunk
Setting it in onCreate should work fine. We can reopen it with new evidence.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
Product: Firefox for Android → GeckoView
Component: General → GeckoViewExample
Component: GeckoViewExample → General
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: