• H
    made NFW to use runtime callstack rather than callstack from fake exc… (#23202) · 24959fe7
    Heejae Chang 提交于
    * made NFW to use runtime callstack rather than callstack from fake exception
    
    also, made WatsonReporter from VS and ServiceHub to share more implementation
    
    * PR feedback.
    
    rather than using null exception which is taken cared by NFW, we explicitly throw exception to have callstack so that it can show up in perfview as well.
    
    * centralize who throws exception if given exception is never thrown.
    
    also, explicitly add runtime callstack in one of reserved slot to make NFW bucketting better.
    
    * fixed tests and added empty callstack test
    24959fe7
WatsonReporter.cs 3.9 KB