fenugrec / nisprog

nisprog Nissan ECU reflashing tool
GNU General Public License v3.0
77 stars 17 forks source link

store logs somewhere + always log #13

Open fenugrec opened 3 years ago

fenugrec commented 3 years ago

(must be fixed via freediag).

I've had enough of "it gave an error, I don't remember what it was, it broke everything" reports

Pytrex commented 2 years ago

I'd definitely support always logging! On top of this, I'd recommend having it log both the bytes sent/received AND the actual error being reported. I've had to resort to sniffing the comms using wireshark just to figure out why Nisprog gets mad about something haha

fenugrec commented 2 years ago

I've had to resort to sniffing the comms using wireshark

Could you not just "debug L1 0x8c" ? or maybe l2 0x8c would even suffice, with less noise...

Pytrex commented 2 years ago

Could you not just "debug L1 0x8c" ? or maybe l2 0x8c would even suffice, with less noise...

Maybeee? I really haven't messed with debug stuff. The one time I did two years back it just spammed me with data and wouldn't really let me do much about it lol But I could definitely mess with the debug stuff a bit and see if maybe things have changed since then.