Skip to content
Snippets Groups Projects
Commit b8932efd authored by Chris H-C's avatar Chris H-C
Browse files

Bug 1644252 - Make note of deadlock potential in gv streaming telemetry r=janerik

parent 7014578c
No related branches found
No related tags found
No related merge requests found
......@@ -164,6 +164,9 @@ class SendBatchRunnable : public Runnable {
}; // class SendBatchRunnable
// Can be called on any thread.
// NOTE: Pay special attention to what you call in this method as if it
// accumulates to a gv-streaming-enabled probe we will deadlock the calling
// thread.
void SendBatch(const StaticMutexAutoLock& aLock) {
if (!gDelegate) {
NS_WARNING(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment