Searched refs:LogcatStream (Results 1 – 2 of 2) sorted by relevance
56 class LogcatStream : public std::ostream {68 LogcatStream() : std::ostream(&buffer) {} in LogcatStream() function
84 LogcatStream strout; in output()