[cost] Move the comment about trace for cost increase to www

Reviewed By: ezgicicek

Differential Revision: D25124014

fbshipit-source-id: 196408b38
master
Sungkeun Cho 4 years ago committed by Facebook GitHub Bot
parent 4d076b2771
commit 1209f53952

@ -246,10 +246,7 @@ let issue_of_cost kind CostIssues.{complexity_increase_issue; unreachable_issue;
in in
let pp_extra_msg fmt () = let pp_extra_msg fmt () =
if Config.developer_mode then CostItem.pp_cost_msg fmt curr_item if Config.developer_mode then CostItem.pp_cost_msg fmt curr_item
else else Format.fprintf fmt "Please make sure this is an expected change."
Format.fprintf fmt
"Please make sure this is an expected change. You can inspect the trace to understand \
the complexity increase:"
in in
let ui_msg = let ui_msg =
if is_on_ui_thread then if is_on_ui_thread then

Loading…
Cancel
Save