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 upAndroid: Use info! instead of debug! #21391
Conversation
|
@bors-servo r+ |
|
|
Android: Use info! instead of debug! Fix #21390 As explained in #21390, we are missing some important logs in release builds, and nightly is not available as a debug build for testers. For the most important logs, let's use `info` instead of `debug`. <!-- 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/21391) <!-- Reviewable:end -->
|
I've added some gl logs. @bors-servo r=KiChjang |
|
|
Android: Use info! instead of debug! Fix #21390 As explained in #21390, we are missing some important logs in release builds, and nightly is not available as a debug build for testers. For the most important logs, let's use `info` instead of `debug`. <!-- 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/21391) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
|
|
|
|
|
@bors-servo r=KiChjang,SimonSapin |
|
|
|
Android: Use info! instead of debug! Fix #21390 As explained in #21390, we are missing some important logs in release builds, and nightly is not available as a debug build for testers. For the most important logs, let's use `info` instead of `debug`. <!-- 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/21391) <!-- Reviewable:end -->
|
|
|
@bors-servo retry
|
|
|
|
|
|
So |
This shows that:
But as far as I remember, |
|
I'll file a specific issue for the utf8 error. For now, I'll remove the extra @bors-servo r=KiChjang |
|
|
Android: Use info! instead of debug! Fix #21390 As explained in #21390, we are missing some important logs in release builds, and nightly is not available as a debug build for testers. For the most important logs, let's use `info` instead of `debug`. <!-- 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/21391) <!-- Reviewable:end -->
|
|
paulrouget commentedAug 13, 2018
•
edited by SimonSapin
Fix #21390
As explained in #21390, we are missing some important logs in release builds, and nightly is not available as a debug build for testers.
For the most important logs, let's use
infoinstead ofdebug.This change is