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
The 'Trace2.Fatal*()' functions log the specified error to the Trace2
output, but not to the console (unlike 'log.Fatal()'). Replace the call to
'Trace2.Exit()' with 'Trace2.logExit()' + 'log.Fatal*()' to ensure the error
is shown properly.
Signed-off-by: Victoria Dye <[email protected]>
0 commit comments