mirror of
https://github.com/servo/servo.git
synced 2025-08-16 02:45:36 +01:00
Enable use of RUST_LOG with mach run --android.
This commit is contained in:
parent
a6dbfdd29f
commit
f7516f57a7
7 changed files with 31 additions and 15 deletions
|
@ -71,7 +71,8 @@ public class MainActivity extends Activity implements Servo.Client {
|
|||
}
|
||||
|
||||
String args = getIntent().getStringExtra("servoargs");
|
||||
mServoView.setServoArgs(args);
|
||||
String log = getIntent().getStringExtra("servolog");
|
||||
mServoView.setServoArgs(args, log);
|
||||
|
||||
setupUrlField();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue