The problem of receiving detailed logs from TV

I am a developer of a React application working with video content. I’m using React Player Component.
The application is a web page, using TizenStudio I wrapped it in a WGT file.
When playing video content with settings (
video resolution: 3840*2160
codec: h264
profile: main
level: 5.1
bitrate: 12M mbit/s
max-bitrate: 16 mbit/s

sound
codec: aac
channel: 2
bitrate: 128 kbit/s

container:
hls)
I get a trace. error in the console using SDB:
error hlsError data

  1. {type: “mediaError”, parent: “main”, details: “bufferAppendError”, err: DOMException: Failed to execute ‘appendBuffer’ on ‘SourceBuffer’: The HTMLMediaElement.error attribu…, fatal: false}
  2. details: “bufferAppendError”
  3. err: DOMException: Failed to execute ‘appendBuffer’ on ‘SourceBuffer’: The HTMLMediaElement.error attribute is not null. at t.e.appendExecutor (https://cdn.jsdelivr.net/npm/hls.js@1.1.4/dist/hls.min.js:1:239466) at Object.execute (https://cdn.jsdelivr.net/npm/hls.js@1.1.4/dist/hls.min.js:1:232916) at t.e.executeNext (https://cdn.jsdelivr.net/npm/hls.js@1.1.4/dist/hls.min.js:1:226792) at t.e.append (https://cdn.jsdelivr.net/npm/hls.js@1.1.4/dist/hls.min.js:1:226423) at t.e.onBufferAppending (https://cdn.jsdelivr.net/npm/hls.js@1.1.4/dist/hls.min.js:1:233800) at u.emit (https://cdn.jsdelivr.net/npm/hls.js@1.1.4/dist/hls.min.js:1:54394) at t.l.emit (https://cdn.jsdelivr.net/npm/hls.js@1.1.4/dist/hls.min.js:1:316194) at t.l.trigger (https://cdn.jsdelivr.net/npm/hls.js@1.1.4/dist/hls.min.js:1:316292) at i.c.bufferFragmentData (https://cdn.jsdelivr.net/npm/hls.js@1.1.4/dist/hls.min.js:1:156155) at i.c._handleTransmuxComplete (https://cdn.jsdelivr.net/npm/hls.js@1.1.4/dist/hls.min.js:1:186991)
  4. fatal: false
  5. parent: “main”
  6. type: “mediaError”
  7. proto: Object

I wrapped the same page in webOS to run the app on my LG TV and it works very good.
Question: how to get more detailed error logs from Samsung TV? Is there some tool or way to achieve this?

PS:
TV model:
model code UE43TU7100UXUA
serial number 0D9H3SBR105033N
TVket device ID 000000020ce19295
Software version T-KTSU2DEUC-2501.1
Status code 205001_AC2AD3AE6_J16

You might want to check on Forums | Tizen Developers and React Community

Hope that helps,

Ron
Samsung Developer Relations

i want to have instruction how to get lower level logs from TV Samsung.
from my application i have logs, it is the top level logs.

Did you see this System Logs | Tizen Docs

Ron
Samsung Developer Relations