summaryrefslogtreecommitdiff
path: root/common_types.h
diff options
context:
space:
mode:
authorandrew@webrtc.org <andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2012-11-14 19:07:54 +0000
committerandrew@webrtc.org <andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2012-11-14 19:07:54 +0000
commitd898c019c4e09c73bc7354da9f1b54004f3e4b7e (patch)
treee8c2cb95f04570a59843adf38c8e07928157f820 /common_types.h
parent27fe999a8fe09ea7a39318e00262b30e38caa83c (diff)
downloadwebrtc-d898c019c4e09c73bc7354da9f1b54004f3e4b7e.tar.gz
Add libjingle-style stream-style logging.
Add a highly stripped-down version of libjingle's base/logging.h. It is a thin wrapper around WEBRTC_TRACE, maintaining the libjingle log semantics to ease a transition to that format. Also add some helper macros for easy API and function failure logging. Review URL: https://webrtc-codereview.appspot.com/931010 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@3099 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'common_types.h')
-rw-r--r--common_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common_types.h b/common_types.h
index 83c55a3c..f5d55d78 100644
--- a/common_types.h
+++ b/common_types.h
@@ -57,6 +57,7 @@ protected:
enum TraceModule
{
+ kTraceUndefined = 0,
// not a module, triggered from the engine code
kTraceVoice = 0x0001,
// not a module, triggered from the engine code