Skip to content

Commit

Permalink
Fix log filter. simpleservo::api doesn't exist anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrouget committed Feb 19, 2019
1 parent 884aac7 commit 9ef2cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/libsimpleservo/jniapi/src/lib.rs
Expand Up @@ -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.
Expand Down

0 comments on commit 9ef2cb5

Please sign in to comment.