Stop compiling and printing logging strings for CHECK() on Android.

This is a performance regression in general, and causes visible
regression when Blink used CHECK instead of their own RELEASE_ASSERT.

This behaviour was introduced in https://codereview.chromium.org/336413005

If Android continues to need something special here (radio silence
from previously-interested parties for the last few weeks), we should
print __FILE__ and __LINE__ or something, and not support the full
string logging that this patch reverts.

R=haraken, thakis@chromium.org
BUG=599867,596760, 378974

Review-Url: https://codereview.chromium.org/1937613002
Cr-Commit-Position: refs/heads/master@{#391613}
1 file changed