[Service] Change console.debug() to distinguish from console.log() 57/258757/7
authorDongHyun Song <dh81.song@samsung.com>
Mon, 30 Aug 2021 01:44:10 +0000 (10:44 +0900)
committerDongHyun Song <dh81.song@samsung.com>
Mon, 30 Aug 2021 01:50:16 +0000 (10:50 +0900)
commit961666a491e8fbaaa6adcd6fbd6f6b2b877a9d1a
tree885c45a8cf83760e72302837c9844b76929db96d
parent1752e0b1e85a2b8ffa10b77f755ce5d80aa4f39b
[Service] Change console.debug() to distinguish from console.log()

Occasionally, it is confused that a certain console.log is from
application or wrtjs.
Thus, it needs to distinguish application's console.log and wrtjs's
log.

Change-Id: I027b37f1d969932244a5dbf4b208264fe85dbe26
Signed-off-by: DongHyun Song <dh81.song@samsung.com>
wrt_app/browser/wrt.ts
wrt_app/common/wrt_xwalk_extension.ts
wrt_app/service/builtins/appmanifest_loader.ts
wrt_app/service/builtins/wasm_builder.ts
wrt_app/service/device_api_router.ts
wrt_app/service/main.ts
wrt_app/service/service_manager.ts
wrt_app/service/service_runner.ts
wrt_app/service/timer_manager.ts [deleted file]