yodaos-project / yoda.js

Application Framework that powered YodaOS
Apache License 2.0
187 stars 48 forks source link

app-scheduler: generate coredump on ANR #875

Closed legendecas closed 4 years ago

legendecas commented 4 years ago

Generate coredump on application not responding for convenient debugging.

Checklist
codecov[bot] commented 4 years ago

Codecov Report

Merging #875 into master will decrease coverage by 0.19%. The diff coverage is 47.82%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #875     +/-   ##
=========================================
- Coverage   71.96%   71.76%   -0.2%     
=========================================
  Files          60       60             
  Lines        2418     2430     +12     
=========================================
+ Hits         1740     1744      +4     
- Misses        678      686      +8
Impacted Files Coverage Δ
runtime/app/executable-launcher.js 21.62% <0%> (-2.63%) :arrow_down:
runtime/app/default-launcher.js 18.91% <0%> (-2.3%) :arrow_down:
runtime/app/app-bridge.js 77.92% <100%> (+0.29%) :arrow_up:
runtime/component/app-scheduler.js 84.97% <100%> (+0.26%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d0f6827...b4ec612. Read the comment docs.