mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Refine log for error pithy print
This commit is contained in:
parent
5f7d1e2c5b
commit
ca004fe33f
4 changed files with 12 additions and 6 deletions
|
@ -68,6 +68,9 @@ public:
|
|||
// For example, we use it for error pithy print for each UDP packet processing.
|
||||
class SrsErrorPithyPrint
|
||||
{
|
||||
public:
|
||||
// The number of call of can_print().
|
||||
uint32_t nn_count;
|
||||
private:
|
||||
SrsStageManager stages;
|
||||
std::map<int, srs_utime_t> ticks;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue