You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MacOSX: Change the two dummy messages to use systemUpTime as timestamp to fix CEF renderer process crash.
Begin with Chromium 97, EventLatencyTracingRecorder was added to trace the performance.
And the timestamp 0 used will lead to 'DCHECK(!dispatch_timestamp.is_null());' in function
EventLatencyTracingRecorder::RecordEventLatencyTraceEvent
see:
https://github.com/chromium/chromium/blob/109.0.5414.120/cc/metrics/event_latency_tracing_recorder.cc
Way to reproduce the crash:
Right click to popup the context-menu created by CEF.
Then the CEF renderer process will crash.
Set the timestamp to [[NSProcessInfo processInfo] systemUptime] to fix it.
0 commit comments