Add exception handling on DBWriter+ 44/299644/2
authorChanggyu Choi <changyu.choi@samsung.com>
Fri, 6 Oct 2023 04:00:54 +0000 (13:00 +0900)
committerChanggyu Choi <changyu.choi@samsung.com>
Fri, 6 Oct 2023 04:14:24 +0000 (13:14 +0900)
commitd91442ff16c6492d2a9e3cec1b8edb56b211c482
tree77c49ec7cb348a64510729eda31c34e7fa1b9b00
parent2ec4f89d8263601d29a14937ada43019a4ed9309
Add exception handling on DBWriter+

Exceptions may occur when creating a Cursor object.
This patch handles these exceptions to prevent amd from abnormally terminating.

Change-Id: Ic4c7fe3a6dc0bb9dff38adc8d6c8e41a6f5bdd34
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
src/lib/api/amd_api_database.cc