• Michael Achenbach's avatar
    Revert "Introduce StdoutStream which prints to Android log or stdout" · d2e1620c
    Michael Achenbach authored
    This reverts commit 0909dbe3.
    
    Reason for revert: Blocks roll:
    https://chromium-review.googlesource.com/c/chromium/src/+/1099143
    
    Original change's description:
    > Introduce StdoutStream which prints to Android log or stdout
    > 
    > The often used construct {OFStream(stdout)} does not work on Android.
    > This CL introduces an {StdoutStream} which behaves exactly like
    > {OFStream(stdout)} on non-android platforms, and redirects to the
    > Android log on appropriate systems and configurations.
    > 
    > R=​mstarzinger@chromium.org
    > 
    > Bug: v8:7820
    > Change-Id: Ia682fdf6d064e37c605c19b032f5a10b96ac825b
    > Reviewed-on: https://chromium-review.googlesource.com/1088911
    > Reviewed-by: Benedikt Meurer <bmeurer@chromium.org>
    > Reviewed-by: Jakob Gruber <jgruber@chromium.org>
    > Reviewed-by: Michael Starzinger <mstarzinger@chromium.org>
    > Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
    > Cr-Commit-Position: refs/heads/master@{#53692}
    
    TBR=mstarzinger@chromium.org,jarin@chromium.org,jgruber@chromium.org,clemensh@chromium.org,bmeurer@chromium.org
    
    Change-Id: Iadadd9a0df10dca0fad647138a83db50148e864d
    No-Presubmit: true
    No-Tree-Checks: true
    No-Try: true
    Bug: v8:7820
    Reviewed-on: https://chromium-review.googlesource.com/1100635Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
    Commit-Queue: Michael Achenbach <machenbach@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#53725}
    d2e1620c
Name
Last commit
Last update
..
runtime-array.cc Loading commit data...
runtime-atomics.cc Loading commit data...
runtime-bigint.cc Loading commit data...
runtime-classes.cc Loading commit data...
runtime-collections.cc Loading commit data...
runtime-compiler.cc Loading commit data...
runtime-dataview.cc Loading commit data...
runtime-date.cc Loading commit data...
runtime-debug.cc Loading commit data...
runtime-forin.cc Loading commit data...
runtime-function.cc Loading commit data...
runtime-futex.cc Loading commit data...
runtime-generator.cc Loading commit data...
runtime-internal.cc Loading commit data...
runtime-interpreter.cc Loading commit data...
runtime-intl.cc Loading commit data...
runtime-literals.cc Loading commit data...
runtime-liveedit.cc Loading commit data...
runtime-maths.cc Loading commit data...
runtime-module.cc Loading commit data...
runtime-numbers.cc Loading commit data...
runtime-object.cc Loading commit data...
runtime-operators.cc Loading commit data...
runtime-promise.cc Loading commit data...
runtime-proxy.cc Loading commit data...
runtime-regexp.cc Loading commit data...
runtime-scopes.cc Loading commit data...
runtime-strings.cc Loading commit data...
runtime-symbol.cc Loading commit data...
runtime-test.cc Loading commit data...
runtime-typedarray.cc Loading commit data...
runtime-utils.h Loading commit data...
runtime-wasm.cc Loading commit data...
runtime.cc Loading commit data...
runtime.h Loading commit data...