Crashpad
|
This class output the received data to Android log, NOP in other platform. More...
#include "util/stream/log_output_stream.h"
Public Member Functions | |
bool | Write (const uint8_t *data, size_t size) override |
bool | Flush () override |
void | SetOutputStreamForTesting (std::unique_ptr< OutputStreamInterface > stream) |
This class output the received data to Android log, NOP in other platform.
To avoid overflowing Android log, total 128k log data is allowed, after that cap, the output is aborted.