Fix log filter. simpleservo::api doesn't exist anymore

This commit is contained in:
Paul Rouget 2019-02-19 10:13:44 +01:00
parent 884aac7233
commit 9ef2cb5680

View file

@ -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.