mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Fix log filter. simpleservo::api doesn't exist anymore
This commit is contained in:
parent
884aac7233
commit
9ef2cb5680
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