Title: [234033] branches/safari-606-branch/Source/ThirdParty/libwebrtc
Revision
234033
Author
[email protected]
Date
2018-07-20 01:05:50 -0700 (Fri, 20 Jul 2018)

Log Message

Cherry-pick r234008. rdar://problem/42417141

    PlatformThread::Run does not need to log the fact that it is running
    https://bugs.webkit.org/show_bug.cgi?id=187801i
    <rdar://problem/40331421>

    Patch by Youenn Fablet <[email protected]> on 2018-07-19
    Reviewed by Chris Dumez.

    * Source/webrtc/rtc_base/platform_thread.cc:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@234008 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-606-branch/Source/ThirdParty/libwebrtc/ChangeLog (234032 => 234033)


--- branches/safari-606-branch/Source/ThirdParty/libwebrtc/ChangeLog	2018-07-20 08:05:47 UTC (rev 234032)
+++ branches/safari-606-branch/Source/ThirdParty/libwebrtc/ChangeLog	2018-07-20 08:05:50 UTC (rev 234033)
@@ -1,3 +1,28 @@
+2018-07-20  Babak Shafiei  <[email protected]>
+
+        Cherry-pick r234008. rdar://problem/42417141
+
+    PlatformThread::Run does not need to log the fact that it is running
+    https://bugs.webkit.org/show_bug.cgi?id=187801i
+    <rdar://problem/40331421>
+    
+    Patch by Youenn Fablet <[email protected]> on 2018-07-19
+    Reviewed by Chris Dumez.
+    
+    * Source/webrtc/rtc_base/platform_thread.cc:
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@234008 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2018-07-19  Youenn Fablet  <[email protected]>
+
+            PlatformThread::Run does not need to log the fact that it is running
+            https://bugs.webkit.org/show_bug.cgi?id=187801i
+            <rdar://problem/40331421>
+
+            Reviewed by Chris Dumez.
+
+            * Source/webrtc/rtc_base/platform_thread.cc:
+
 2018-07-14  Kocsen Chung  <[email protected]>
 
         Ensure WebKit stack is ad-hoc signed

Modified: branches/safari-606-branch/Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/platform_thread.cc (234032 => 234033)


--- branches/safari-606-branch/Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/platform_thread.cc	2018-07-20 08:05:47 UTC (rev 234032)
+++ branches/safari-606-branch/Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/platform_thread.cc	2018-07-20 08:05:50 UTC (rev 234033)
@@ -242,8 +242,6 @@
 #endif
 
   do {
-    TRACE_EVENT1("webrtc", "PlatformThread::Run", "name", name_.c_str());
-
     // The interface contract of Start/Stop is that for a successful call to
     // Start, there should be at least one call to the run function.  So we
     // call the function before checking |stop_|.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to