Auto merge of #24443 - ferjm:gst.debug.android, r=jdm

Allow setting GST_DEBUG on Android through mach

- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
This commit is contained in:
bors-servo 2019-10-15 18:26:46 -04:00 committed by GitHub
commit b96b08a3d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 26 additions and 6 deletions

1
Cargo.lock generated
View file

@ -4819,6 +4819,7 @@ dependencies = [
"android_injected_glue",
"android_logger",
"cc",
"gstreamer",
"jni",
"libc",
"log",