1. 19 5月, 2020 1 次提交
  2. 23 1月, 2020 1 次提交
  3. 05 6月, 2019 1 次提交
    • H
      mark NFW from OOP critical (#36156) · 30851719
      Heejae Chang 提交于
      * mark NFW from OOP critical
      
      currently, whenever OOP throws an exception, we show infobar saying "restart VS". whenever that happens, we report NFW. now those NFW will be marked as critical and we will stop reporting NFW after that in VS.
      
      basically making critical NFW behavior same as fatal watson in VS. and management will treat critical NFW same as fatal watson.
      
      also, now we will show callstack like code fix exception when info bar is shown
      
      * xml document fix
      
      * fix build break.
      
      * changed button to hyper-link to follow same pattern as other info bar (code fix)
      
      show remote exception in callstack view.
      
      * introduced enum for Watson Severity
      30851719
  4. 21 3月, 2018 1 次提交
  5. 18 1月, 2018 1 次提交
    • H
      Oop cleanup (#24297) · 8554e9c1
      Heejae Chang 提交于
      * Clean up RemoteHost crash info bar.
      
      this info bars have added one by one in different places without merging those to one. and that caused sometimes similar info bar to show up multiple times.
      
      this merge all to one and make sure it shows up only once if multiple failures are happen (ex, OOP is killed, so multiple connection gets disconnected)
      
      * added soft crash exception
      8554e9c1