Log: Support large log for RTC SDP.
This commit is contained in:
parent
b20a68ad68
commit
041abe43fa
|
|
@ -37,7 +37,7 @@
|
||||||
#include <srs_kernel_utility.hpp>
|
#include <srs_kernel_utility.hpp>
|
||||||
|
|
||||||
// the max size of a line of log.
|
// the max size of a line of log.
|
||||||
#define LOG_MAX_SIZE 4096
|
#define LOG_MAX_SIZE 8192
|
||||||
|
|
||||||
// the tail append to each log.
|
// the tail append to each log.
|
||||||
#define LOG_TAIL '\n'
|
#define LOG_TAIL '\n'
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ using namespace std;
|
||||||
#include <srs_kernel_utility.hpp>
|
#include <srs_kernel_utility.hpp>
|
||||||
#include <srs_protocol_utility.hpp>
|
#include <srs_protocol_utility.hpp>
|
||||||
|
|
||||||
#define SRS_BASIC_LOG_SIZE 1024
|
#define SRS_BASIC_LOG_SIZE 8192
|
||||||
|
|
||||||
SrsThreadContext::SrsThreadContext()
|
SrsThreadContext::SrsThreadContext()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user