| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
void WebRtcRemoteEventLogManager::RenderProcessHostExitedDestroyed(Do we need this function? We can just call StopLogging directly from WebRtcEventLogManager::RenderProcessExitedInternal.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
void WebRtcRemoteEventLogManager::RenderProcessHostExitedDestroyed(Do we need this function? We can just call StopLogging directly from WebRtcEventLogManager::RenderProcessExitedInternal.
Keeping it since existing code is calling it in a couple of places.
We can consider a removal in the future when we start also removing deprecated functionality.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[RTCLogging] Add support for for stopping logs in WebRtcRemoteEventLogManager
Add support for Finish and Cancel operations that store/upload and
delete current log files correspondingly.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |