forked from forcedotcom/lwc-dev-mobile-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request forcedotcom#89 from maliroteh-sf/main
refactor: define platform as enum
- Loading branch information
Showing
5 changed files
with
70 additions
and
71 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,98 +1,127 @@ | ||
# startPreviewAction | ||
|
||
Start Preview | ||
|
||
# launchAppAction | ||
|
||
Launch App | ||
|
||
# launchBrowserAction | ||
|
||
Launch Browser | ||
|
||
# searchForDeviceStatus | ||
|
||
searching for device %s | ||
|
||
# createDeviceStatus | ||
|
||
creating device %s | ||
|
||
# foundDeviceStatus | ||
|
||
found device %s | ||
|
||
# startDeviceStatus | ||
|
||
starting device %s | ||
|
||
# launchBrowserStatus | ||
|
||
navigating mobile browser to %s | ||
|
||
# launchAppStatus | ||
|
||
launching app %s | ||
|
||
# installAppStatus | ||
|
||
installing app %s | ||
|
||
# terminateAppStatus | ||
|
||
terminating app %s | ||
|
||
# genericErrorStatus | ||
|
||
error encountered | ||
|
||
# notWritableSystemShutDownStatus | ||
|
||
emulator currently launched without -writable-system. Shutting down. | ||
|
||
# emulatorLaunchNotWritableStatus | ||
|
||
launching %s on port %s | ||
|
||
# emulatorRelaunchNotWritableStatus | ||
|
||
relaunching %s on port %s | ||
|
||
# emulatorLaunchWritableStatus | ||
|
||
launching %s on port %s with -writable-system | ||
|
||
# emulatorRelaunchWritableStatus | ||
|
||
relaunching %s on port %s with -writable-system | ||
|
||
# waitForBootStatus | ||
|
||
waiting for %s to boot | ||
|
||
# disableAVBVerityStatus | ||
|
||
disabling Android Verified Build and Verity | ||
|
||
# rebootChangesStatus | ||
|
||
rebooting for changes to take effect | ||
|
||
# remountSystemWritableStatus | ||
|
||
remounting system partition to be writable | ||
|
||
# openBrowserWithUrlStatus | ||
|
||
Opening browser with url %s | ||
|
||
# bootTimeOut | ||
|
||
Timeout waiting for %s to boot. | ||
|
||
# powerOffTimeOut | ||
|
||
Timeout waiting for %s to power off. | ||
|
||
# platformFlagMobileOnlyDescription | ||
Specify platform ('iOS' or 'Android'). | ||
# platformFlagDescription | ||
|
||
# platformFlagIncludingDesktopDescription | ||
Specify platform ('Desktop' or 'iOS' or 'Android'). | ||
Specify platform. | ||
|
||
# apiLevelFlagDescription | ||
|
||
Specify Android API level. Defaults to the latest API level installed. | ||
|
||
# jsonFlagDescription | ||
|
||
Format output as json. | ||
|
||
# logLevelFlagDescription | ||
|
||
Logging level for this command invocation (options: TRACE, DEBUG, INFO, WARN, ERROR, FATAL). | ||
|
||
# error:invalidFlagValue | ||
|
||
Invalid value: %s | ||
|
||
# error:tempfolder:create | ||
|
||
Could not create a temp folder at %s: %s | ||
|
||
# error:version:codename:comparing | ||
|
||
Comparing 2 codename versions is not supported. | ||
|
||
# error:network:hardware:port | ||
Error collecting network hardware ports: %s | ||
|
||
Error collecting network hardware ports: %s |
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
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