forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1554256 - Read GeckoView configuration file in release builds whe…
…n package is the current Android "debug-app". r=geckoview-reviewers,snorp Bug 1533385 taught GeckoView to read configuration from a file. But right now, release APKs don't read that configuration: see the documentation at See https://mozilla.github.io/geckoview/tutorials/automation.html#enabling-reading-configuration-from-a-file-for-release-builds. However, Android has a flag -- the "debug_app" flag -- that Chrome uses to control this configuration file behaviour, and this commit makes GeckoView uses that flag as well. To use this, invoke `adb shell am set-debug-app --persistent PACKAGE` (see https://developer.android.com/studio/command-line/adb). Differential Revision: https://phabricator.services.mozilla.com/D32511 --HG-- extra : moz-landing-system : lando
- Loading branch information
Showing
2 changed files
with
28 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters