提交 5a4ffd6f 编写于 作者: Z zhuchaochao

fix interrupt

Signed-off-by: Nzhuchaochao <zhuchaochao2@huawei.com>
上级 8ea871d1
......@@ -1919,7 +1919,6 @@ describe('audioRenderer', function () {
console.info("AudioFrameworkRenderLog: InterruptHint : " + interruptEvent.hintType);
if (interruptEvent.hintType >= 0) {
console.info("AudioFrameworkRenderLog: on'audioInterrupt' SUCCESS ");
interrput_flag = true;
}
});
......@@ -2017,7 +2016,6 @@ describe('audioRenderer', function () {
console.info("AudioFrameworkRenderLog: InterruptHint : " + interruptEvent.hintType);
if (interruptEvent.hintType >= 0) {
console.info("AudioFrameworkRenderLog: on'audioInterrupt' SUCCESS ");
interrput_flag = true;
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册