mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #22910 - paulrouget:fix-jni-logs, r=jdm
Fix log filter. simpleservo::api doesn't exist anymore <!-- 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/22910) <!-- Reviewable:end -->
This commit is contained in:
commit
6441f383dd
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ pub fn Java_org_mozilla_servoview_JNIServo_init(
|
|||
// should show up in adb logcat with a release build.
|
||||
let filters = [
|
||||
"servo",
|
||||
"simpleservo::api",
|
||||
"simpleservo",
|
||||
"simpleservo::jniapi",
|
||||
"simpleservo::gl_glue::egl",
|
||||
// Show JS errors by default.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue