Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to enable and take WTF_LOG in chromium[Android]

I have seen any logs written in WTF_LOG(Media,...) in chrome code. after lot of code search I didn't any way to enable and take these logs for android platform, I find a useful link on chromium official site, but there is not information for android platform https://www.chromium.org/for-testers/enable-logging

I have the chrome build able code for android platform . I want to check these WTF_LOG

like image 714
dead programmer Avatar asked Jan 21 '26 07:01

dead programmer


1 Answers

As per comment in src/third_party/WebKit/Source/wtf/Assertion.h:259

WTF_LOG has been deprecated, and it should be replaced with DVLOG() or VLOG()

reference: https://code.google.com/p/chromium/codesearch#chromium/src/third_party/WebKit/Source/wtf/Assertions.h&q=WTF_LOG&sq=package:chromium&type=cs&l=259

like image 125
RNA Avatar answered Jan 23 '26 20:01

RNA



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!