Crashpad
Public Member Functions | List of all members
crashpad::LogOutputStream Class Reference

This class output the received data to Android log, NOP in other platform. More...

#include "util/stream/log_output_stream.h"

Inheritance diagram for crashpad::LogOutputStream:

Public Member Functions

bool Write (const uint8_t *data, size_t size) override
 
bool Flush () override
 
void SetOutputStreamForTesting (std::unique_ptr< OutputStreamInterface > stream)
 

Detailed Description

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.


The documentation for this class was generated from the following files: