mirror of
https://github.com/servo/servo.git
synced 2025-06-29 11:33:39 +01:00
com.mozilla to org.mozilla
This commit is contained in:
parent
057acdca2d
commit
6d543dec28
15 changed files with 45 additions and 45 deletions
|
@ -318,7 +318,7 @@ class MachCommands(CommandBase):
|
|||
ndk_gdb,
|
||||
"--adb", adb_path,
|
||||
"--project", "support/android/apk/servoapp/src/main/",
|
||||
"--launch", "com.mozilla.servo.MainActivity",
|
||||
"--launch", "org.mozilla.servo.MainActivity",
|
||||
"-x", f.name,
|
||||
"--verbose",
|
||||
], env=env)
|
||||
|
|
|
@ -95,7 +95,7 @@ class PostBuildCommands(CommandBase):
|
|||
print("https://github.com/servo/servo/wiki/Building-for-Android#debugging-on-device")
|
||||
return
|
||||
script = [
|
||||
"am force-stop com.mozilla.servo",
|
||||
"am force-stop org.mozilla.servo",
|
||||
]
|
||||
json_params = shell_quote(json.dumps(params))
|
||||
extra = "-e servoargs " + json_params
|
||||
|
@ -103,9 +103,9 @@ class PostBuildCommands(CommandBase):
|
|||
if rust_log:
|
||||
extra += " -e servolog " + rust_log
|
||||
script += [
|
||||
"am start " + extra + " com.mozilla.servo/com.mozilla.servo.MainActivity",
|
||||
"am start " + extra + " org.mozilla.servo/org.mozilla.servo.MainActivity",
|
||||
"sleep 0.5",
|
||||
"echo Servo PID: $(pidof com.mozilla.servo)",
|
||||
"echo Servo PID: $(pidof org.mozilla.servo)",
|
||||
"exit"
|
||||
]
|
||||
args = [self.android_adb_path(env)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue