New issue
Advanced search Search tips

Issue 802301 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Jan 2018
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

DEBUG_AUDIONODE_REFERENCES support of audioHandlerCount

Project Member Reported by rtoy@chromium.org, Jan 16 2018

Issue description

It's useful to see when audioHandlerCount is called and the
corresponding count when DEBUG_AUDIONODE_REFERENCES is set.  Then you
can see when the call is made in relationship to the audio node
lifetimes.

 
Project Member

Comment 1 by bugdroid1@chromium.org, Jan 17 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/56e86d9608aab2e6198698a31e23b0e7ad0e1fc9

commit 56e86d9608aab2e6198698a31e23b0e7ad0e1fc9
Author: Raymond Toy <rtoy@chromium.org>
Date: Wed Jan 17 17:13:08 2018

Print audioHandlerCount when DEBUG_AUDIONODE_REFERENCES is set

It's useful when debugging audio node references
(DEBUG_AUDIONODE_REFERENCES) is set to have calls to
audioHandlerCount() print out the count.  Then you can see when the
count is used in relationship to the audio node lifetimes.

Bug:  802301 
Change-Id: I618ceba3eed7b04e6340b3f3a2149f1caca0c299
Reviewed-on: https://chromium-review.googlesource.com/868391
Reviewed-by: Hongchan Choi <hongchan@chromium.org>
Commit-Queue: Raymond Toy <rtoy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#529783}
[modify] https://crrev.com/56e86d9608aab2e6198698a31e23b0e7ad0e1fc9/third_party/WebKit/Source/modules/webaudio/testing/InternalsWebAudio.cpp

Comment 2 by rtoy@chromium.org, Jan 18 2018

Status: Fixed (was: Started)

Sign in to add a comment