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
Description:
The crash.json template calls get_benchmark_final_target_code, but this function does not exist in the codebase. Instead, there's a similar function called get_final_target_code.
Additional Context:
The template is located at report/templates/crash.json.
The existing method is in report/common.py.
Check the crash.json template:
{{ get_benchmark_final_target_code(sample.id) }}
Search the codebase for get_benchmark_final_target_code (it doesn't exist).
Find the existing method get_final_target_code in report/common.py.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
The crash.json template calls get_benchmark_final_target_code, but this function does not exist in the codebase. Instead, there's a similar function called get_final_target_code.
Additional Context:
The template is located at report/templates/crash.json.
The existing method is in report/common.py.
Check the crash.json template:
{{ get_benchmark_final_target_code(sample.id) }}
Search the codebase for get_benchmark_final_target_code (it doesn't exist).
Find the existing method get_final_target_code in report/common.py.
Beta Was this translation helpful? Give feedback.
All reactions