mach run --enable-fission option doesn't work for GeckoViewExample
Categories
(Developer Infrastructure :: Developer Environment Integration, defect)
Tracking
(firefox-esr91 wontfix, firefox-esr102 wontfix, firefox103 wontfix, firefox104 wontfix, firefox105 fixed)
People
(Reporter: hiro, Assigned: m_kato)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
UnboundLocalError: local variable 'target_profile' referenced before assignment
File "/home/hiro/android/python/mozbuild/mozbuild/mach_commands.py", line 1326, in run
return _run_android(command_context, **kwargs)
File "/home/hiro/android/python/mozbuild/mozbuild/mach_commands.py", line 1437, in _run_android
args = ["--profile", shlex_quote(target_profile)]
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
I don't know why args = ["--profile", shlex_quote(target_profile)] is moved to other block.
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 2•3 years ago
|
||
This is regression by bug 1581971.
When using custom profile to run GVE via ./mach run --profile <directory>,
we add "--profile" argument on adb. But, after landing bug 1581971, we
don't pass any profile arguments unfortunately.
So we should add it to use custom profile.
Also, This fixes that ./mach run --enable-fission is broken. We don't need
--profile argument to run GVE with fission.
Updated•3 years ago
|
Updated•3 years ago
|
Comment 3•3 years ago
|
||
Set release status flags based on info from the regressing bug 1581971
Updated•3 years ago
|
Comment 5•3 years ago
|
||
| bugherder | ||
Updated•3 years ago
|
Description
•