Separate internal classes from base code 78/293778/2
authorHwankyu Jhun <h.jhun@samsung.com>
Mon, 5 Jun 2023 00:31:33 +0000 (00:31 +0000)
committerHwankyu Jhun <h.jhun@samsung.com>
Mon, 5 Jun 2023 00:43:29 +0000 (00:43 +0000)
commit4798124cec547baa8fd8b6cf14cdba6e1e3b3cad
tree7e1341a0cf8d99a1a4985f67a3e015da5cd5c031
parent35bed848d152b7c6e2a6157d726d73402a32e865
Separate internal classes from base code

The AnrMonitor class and the ExitHandler class are separated from the
app_core_base.cc file.

Change-Id: I91083fbc529cc8436cf8fe1e2665c59ae105843a
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
tizen-cpp/app-core-cpp/anr_monitor_private.cc [new file with mode: 0644]
tizen-cpp/app-core-cpp/anr_monitor_private.hh [new file with mode: 0644]
tizen-cpp/app-core-cpp/app_core_base.cc
tizen-cpp/app-core-cpp/backtrace_private.hh [new file with mode: 0644]
tizen-cpp/app-core-cpp/exit_handler_private.cc [new file with mode: 0644]
tizen-cpp/app-core-cpp/exit_handler_private.hh [new file with mode: 0644]