mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 03:49:37 +00:00
bug 776907 - quiet log spew from sydney audio on android r=kinetik
This commit is contained in:
parent
99222a4047
commit
0069b6f3e0
@ -381,8 +381,6 @@ sa_stream_get_position(sa_stream_t *s, sa_position_t position, int64_t *pos) {
|
||||
return SA_ERROR_NO_INIT;
|
||||
}
|
||||
|
||||
ALOG("%p - get position", s);
|
||||
|
||||
JNIEnv *jenv = GetJNIForThread();
|
||||
*pos = (*jenv)->CallIntMethod(jenv, s->output_unit, at.getpos);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user