genivi-diagnostic-log-and-trace@lists.genivi.org

Diagnostic Log and Trace (DLT) Discussion List

View all threads

Java Based Reader for DLT logs.

SS
Shreyas Shetty
Mon, May 11, 2020 12:47 PM

Hi,

Actually I am trying to read and parse DLT log file using java. And I also
want to convert dlt log file to text file and continue with the analysis
part.
I went through the link
https://github.com/GENIVI/dlt-viewer/blob/master/parser/qdltparser.cpp
to understand how it reads the DLT Log file. Basically it reads line by
line using inbuilt QT library functions. So I was not able to do this in
java.

So can anyone here please help me how can I

  1. convert .dlt to .txt using java.
  2. parse dlt file using java.

Regards,
Shreyas.

Hi, Actually I am trying to read and parse DLT log file using java. And I also want to convert dlt log file to text file and continue with the analysis part. I went through the link https://github.com/GENIVI/dlt-viewer/blob/master/parser/qdltparser.cpp to understand how it reads the DLT Log file. Basically it reads line by line using inbuilt QT library functions. So I was not able to do this in java. So can anyone here please help me how can I 1) convert .dlt to .txt using java. 2) parse dlt file using java. Regards, Shreyas.
SS
Sugiura, Saya (ADITJ/SWG)
Mon, May 18, 2020 6:32 AM

Hello Shreyas,

We have dlt-convert command line tool which is implemented by C to convert from .dlt to .txt.
https://github.com/GENIVI/dlt-daemon/blob/master/src/console/dlt-convert.c
Unfortunately we haven't tried for java.

Best regards,
Saya Sugiura


Advanced Driver Information Technology
Software Group
杉浦 さや(Saya Sugiura)
TEL: +81-(0)566-61-5124 / 551-43614(Extension)
E-MAIL: ssugiura@jp.adit-jv.com

-----Original Message-----
From: genivi-diagnostic-log-and-trace genivi-diagnostic-log-and-trace-bounces@lists.genivi.org On Behalf Of Shreyas Shetty
Sent: Monday, May 11, 2020 9:48 PM
To: genivi-diagnostic-log-and-trace@lists.genivi.org
Subject: [genivi-dlt] Java Based Reader for DLT logs.

Hi,

Actually I am trying to read and parse DLT log file using java. And I also want to convert dlt log file to text file and continue with the analysis part.
I went through the link
https://github.com/GENIVI/dlt-viewer/blob/master/parser/qdltparser.cpp
to understand how it reads the DLT Log file. Basically it reads line by line using inbuilt QT library functions. So I was not able to do this in java.

So can anyone here please help me how can I

  1. convert .dlt to .txt using java.
  2. parse dlt file using java.

Regards,
Shreyas.


genivi-diagnostic-log-and-trace mailing list genivi-diagnostic-log-and-trace@lists.genivi.org
http://lists.genivi.org/mailman/listinfo/genivi-diagnostic-log-and-trace_lists.genivi.org

Hello Shreyas, We have dlt-convert command line tool which is implemented by C to convert from .dlt to .txt. https://github.com/GENIVI/dlt-daemon/blob/master/src/console/dlt-convert.c Unfortunately we haven't tried for java. Best regards, Saya Sugiura ---------------------------------------- Advanced Driver Information Technology Software Group 杉浦 さや(Saya Sugiura) TEL: +81-(0)566-61-5124 / 551-43614(Extension) E-MAIL: ssugiura@jp.adit-jv.com -----Original Message----- From: genivi-diagnostic-log-and-trace <genivi-diagnostic-log-and-trace-bounces@lists.genivi.org> On Behalf Of Shreyas Shetty Sent: Monday, May 11, 2020 9:48 PM To: genivi-diagnostic-log-and-trace@lists.genivi.org Subject: [genivi-dlt] Java Based Reader for DLT logs. Hi, Actually I am trying to read and parse DLT log file using java. And I also want to convert dlt log file to text file and continue with the analysis part. I went through the link https://github.com/GENIVI/dlt-viewer/blob/master/parser/qdltparser.cpp to understand how it reads the DLT Log file. Basically it reads line by line using inbuilt QT library functions. So I was not able to do this in java. So can anyone here please help me how can I 1) convert .dlt to .txt using java. 2) parse dlt file using java. Regards, Shreyas. _______________________________________________ genivi-diagnostic-log-and-trace mailing list genivi-diagnostic-log-and-trace@lists.genivi.org http://lists.genivi.org/mailman/listinfo/genivi-diagnostic-log-and-trace_lists.genivi.org