Closed Bug 1035292 Opened 10 years ago Closed 10 years ago

Turnoff verbose logging for Video decode

Categories

(Firefox OS Graveyard :: Gaia::Video, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1033998

People

(Reporter: bhargavg1, Unassigned)

Details

Currently when video decode happens see a lot of messages related to,

V/GonkBufferQueue( 2201): cancelBuffer: slot=15
V/GonkBufferQueue( 2201): dequeueBuffer: w=640 h=480 fmt=0x7fa30c04 usage=0x42002100
V/GonkBufferQueue( 2201): dequeueBuffer: returning slot=15/0 buf=0xb3322ba0 flags=0
V/GonkBufferQueue( 2201): cancelBuffer: slot=16


Looks like for every frame that is exchanged we see these messages. Wondering whether we need so much info. This is cluttering the logs to capture any useful information over long runs
blocking-b2g: --- → 2.0?
Sotaro, can you change ST_LOGV() to ST_LOGD() on logs which are dumped every frame like queueBuffer, dequeueBuffer, cancelBuffer, etc ?
Flags: needinfo?(sotaro.ikeda.g)
Is a patch in Bug 1033998 works for this?
Flags: needinfo?(sotaro.ikeda.g)
(In reply to Sotaro Ikeda [:sotaro] from comment #2)
> Is a patch in Bug 1033998 works for this?

Yeah looks fine dont see any specific verbose logging for frame.

Thanks, will mark this as dup of Bug 1033998
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
blocking-b2g: 2.0? → ---
You need to log in before you can comment on or make changes to this bug.