d67a219bec0c4cde149014984d5dfe168fe0a346

This change includes base/logging.h instead of the old and deprecated system_wrappers/interface/logging.h. This requires some changes of the actual logging invocations. For reference the following regexps where used (in Eclipse) for a few of the replacements: find: LOG_FERR1\(\s*([^,]*),\s*([^,]*),\s*(.*)\); replace: LOG($1) << "$2 " << $3; find: LOG_FERR2\(\s*([^,]*),\s*([^,]*),\s*([^,]*),\s*(.*)\); replace: LOG($1) << "$2 " << $3 << " " << $4; BUG=4735 R=minyue@webrtc.org Review URL: https://webrtc-codereview.appspot.com/50229004 . Cr-Commit-Position: refs/heads/master@{#9669}
Revert of Fix PRESUBMIT.py after disabling CQ. (patchset #1 id:1 of https://codereview.webrtc.org/1192673003/)
Description
No description provided
Languages
C++
88.6%
C
3.3%
Java
3%
Objective-C++
1.9%
Python
1.9%
Other
1%