crash: factor out part not belonging to core
Currently crash has code to report crashes to feedback URL. It does not belong to core. Also it brings dependencies from box to core with INSTANCE_UUID and REPLICASET_UUID variables. So let's move this part back to box. NO_DOC=refactoring NO_TEST=refactoring NO_CHANGELOG=refactoring
Showing
- src/box/box.cc 223 additions, 6 deletionssrc/box/box.cc
- src/box/box.h 1 addition, 1 deletionsrc/box/box.h
- src/box/lua/cfg.cc 3 additions, 3 deletionssrc/box/lua/cfg.cc
- src/box/lua/feedback_daemon.lua 1 addition, 1 deletionsrc/box/lua/feedback_daemon.lua
- src/lib/core/crash.c 9 additions, 339 deletionssrc/lib/core/crash.c
- src/lib/core/crash.h 124 additions, 10 deletionssrc/lib/core/crash.h
- src/main.cc 18 additions, 2 deletionssrc/main.cc
- src/main.h 10 additions, 0 deletionssrc/main.h
- test/unit/box_test_utils.c 5 additions, 0 deletionstest/unit/box_test_utils.c
Loading