Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upEnable use of RUST_LOG with mach run --android. #21767
Conversation
highfive
commented
Sep 20, 2018
|
Heads up! This PR modifies the following files:
|
|
r? @paulrouget |
|
@bors-servo r+ |
|
|
Enable use of RUST_LOG with mach run --android. This allows running `RUST_LOG=layout_thread ./mach run --android` and seeing the appropriate logging output appear in `./adb logcat`. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #21764 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21767) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
|
|
|
|
jdm commentedSep 20, 2018
•
edited by SimonSapin
This allows running
RUST_LOG=layout_thread ./mach run --androidand seeing the appropriate logging output appear in./adb logcat../mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is