Skip to content

Issue103-Remove log corruption warning #106

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified AMP Log Analiser x1.v12.suo
Binary file not shown.
13 changes: 0 additions & 13 deletions AMP Log Analiser x1/Classes/modFile_Handling.vb
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@ Module modFile_Handling
FileDataSuitable = False
' Function returns True if we need to exit the file processing.

' v3.2 Issue - Display warning if Params have been found at the end
If WarnAboutExtraParams = True Then
WriteTextLog("WARNING: Curruption Of Parameter Lines Detected!")
WriteTextLog("WARNING: the Analyzer tried to handle them.")
WriteTextLog("WARNING: This is a v3.2 firmware issue that has been reported!")
WriteTextLog("")
End If

' v3.2 Issue - Display warning if FMTs have been found at the end
If WarnAboutExtraFMT = True Then
WriteTextLog("WARNING: Curruption Of FMT Lines Detected!")
Expand Down Expand Up @@ -257,11 +249,6 @@ Module modFile_Handling
' Parameter Support for all Firmwares
'A Parameter value should have only 3 pieces of data!
If DataArray(0) = "PARM" Then
If EndOfPARAM = True And IgnoreMoreParam = False Then
WarnAboutExtraParams = True
'MsgBox("Curruption Of Parameters Detected, the Analyzer is trying to handle them (V3.2 issue)!", vbOKOnly & vbExclamation, "Warning!")
IgnoreMoreParam = True
End If
EndOfFMT = True
If IsNumeric(DataArray(2)) = False Or IsNothing(DataArray(3)) = False Then
Debug.Print("================================================================")
Expand Down
2 changes: 0 additions & 2 deletions AMP Log Analiser x1/Classes/modVariable_Declarations.vb
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ Module modVariable_Declarations
Public EndOfFMT As Boolean = False 'True when we find the first parameter of data.
Public FoundPARAM As Boolean = False 'True when the first PARAM line is found.
Public EndOfPARAM As Boolean = False 'True when we find the first Data
Public IgnoreMoreParam As Boolean = False ' True when the user has already been warned about the extra Parameters found.
Public WarnAboutExtraParams As Boolean = False ' True if the log should report that parameters were found at the end (v3.2 issue)
Public WarnAboutExtraFMT As Boolean = False ' True if the log should report that FMTs were found at the end (v3.2 issue)
Public TruncationIssue As Boolean = False 'Used during DataLog file reading to detect truncation issues.

Expand Down
2 changes: 0 additions & 2 deletions AMP Log Analiser x1/Classes/modVariable_Initialisation.vb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
EndOfFMT = False 'True when we find the first parameter of data.
FoundPARAM = False 'True when the first PARAM line is found.
EndOfPARAM = False 'True when we find the first Data
IgnoreMoreParam = False ' True when the user has already been warned about the extra Parameters found.
WarnAboutExtraParams = False ' True if the log should report that parameters were found at the end (v3.2 issue)
WarnAboutExtraFMT = False ' True if the log should report that FMTs were found at the end (v3.2 issue)
TruncationIssue = False 'Used during DataLog file reading to detect truncation issues.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,29 +57,3 @@ C:\Users\Kevin\Documents\GitHub\APM_Analyzer\APM_Log_File_Analyzer\AMP Log Anali
C:\Users\Kevin\Documents\GitHub\APM_Analyzer\APM_Log_File_Analyzer\AMP Log Analiser x1\obj\Debug\APM Log File Analiser.exe.manifest
C:\Users\Kevin\Documents\GitHub\APM_Analyzer\APM_Log_File_Analyzer\AMP Log Analiser x1\obj\Debug\APM Log File Analiser.application
C:\Users\Kevin\Documents\GitHub\APM_Log_File_Analyzer\AMP Log Analiser x1\bin\Debug\APM Log File Analiser.exe.config
C:\Users\Kevin\Documents\GitHub\APM_Log_File_Analyzer\AMP Log Analiser x1\bin\Debug\APM Log File Analiser.exe.manifest
C:\Users\Kevin\Documents\GitHub\APM_Log_File_Analyzer\AMP Log Analiser x1\bin\Debug\APM Log File Analiser.application
C:\Users\Kevin\Documents\GitHub\APM_Log_File_Analyzer\AMP Log Analiser x1\bin\Debug\APM Log File Analiser.exe
C:\Users\Kevin\Documents\GitHub\APM_Log_File_Analyzer\AMP Log Analiser x1\bin\Debug\APM Log File Analiser.pdb
C:\Users\Kevin\Documents\GitHub\APM_Log_File_Analyzer\AMP Log Analiser x1\bin\Debug\APM Log File Analiser.xml
C:\Users\Kevin\Documents\GitHub\APM_Log_File_Analyzer\AMP Log Analiser x1\bin\Debug\gLabel.dll
C:\Users\Kevin\Documents\GitHub\APM_Log_File_Analyzer\AMP Log Analiser x1\bin\Debug\Microsoft.WindowsAPICodePack.dll
C:\Users\Kevin\Documents\GitHub\APM_Log_File_Analyzer\AMP Log Analiser x1\bin\Debug\Microsoft.WindowsAPICodePack.Shell.dll
C:\Users\Kevin\Documents\GitHub\APM_Log_File_Analyzer\AMP Log Analiser x1\bin\Debug\Microsoft.WindowsAPICodePack.ShellExtensions.dll
C:\Users\Kevin\Documents\GitHub\APM_Log_File_Analyzer\AMP Log Analiser x1\bin\Debug\Microsoft.WindowsAPICodePack.pdb
C:\Users\Kevin\Documents\GitHub\APM_Log_File_Analyzer\AMP Log Analiser x1\bin\Debug\Microsoft.WindowsAPICodePack.Shell.pdb
C:\Users\Kevin\Documents\GitHub\APM_Log_File_Analyzer\AMP Log Analiser x1\bin\Debug\Microsoft.WindowsAPICodePack.Shell.xml
C:\Users\Kevin\Documents\GitHub\APM_Log_File_Analyzer\AMP Log Analiser x1\bin\Debug\Microsoft.WindowsAPICodePack.ShellExtensions.pdb
C:\Users\Kevin\Documents\GitHub\APM_Log_File_Analyzer\AMP Log Analiser x1\obj\Debug\AMP Log Analiser x1.vbprojResolveAssemblyReference.cache
C:\Users\Kevin\Documents\GitHub\APM_Log_File_Analyzer\AMP Log Analiser x1\obj\Debug\APMLogFileAnaliser.frmMainForm.resources
C:\Users\Kevin\Documents\GitHub\APM_Log_File_Analyzer\AMP Log Analiser x1\obj\Debug\APMLogFileAnaliser.frmUpdate.resources
C:\Users\Kevin\Documents\GitHub\APM_Log_File_Analyzer\AMP Log Analiser x1\obj\Debug\APMLogFileAnaliser.frmParameters.resources
C:\Users\Kevin\Documents\GitHub\APM_Log_File_Analyzer\AMP Log Analiser x1\obj\Debug\APMLogFileAnaliser.SplashScreen.resources
C:\Users\Kevin\Documents\GitHub\APM_Log_File_Analyzer\AMP Log Analiser x1\obj\Debug\APMLogFileAnaliser.Resources.resources
C:\Users\Kevin\Documents\GitHub\APM_Log_File_Analyzer\AMP Log Analiser x1\obj\Debug\AMP Log Analiser x1.vbproj.GenerateResource.Cache
C:\Users\Kevin\Documents\GitHub\APM_Log_File_Analyzer\AMP Log Analiser x1\obj\Debug\APM Log File Analiser.TrustInfo.xml
C:\Users\Kevin\Documents\GitHub\APM_Log_File_Analyzer\AMP Log Analiser x1\obj\Debug\APM Log File Analiser.exe.manifest
C:\Users\Kevin\Documents\GitHub\APM_Log_File_Analyzer\AMP Log Analiser x1\obj\Debug\APM Log File Analiser.application
C:\Users\Kevin\Documents\GitHub\APM_Log_File_Analyzer\AMP Log Analiser x1\obj\Debug\APM Log File Analiser.exe
C:\Users\Kevin\Documents\GitHub\APM_Log_File_Analyzer\AMP Log Analiser x1\obj\Debug\APM Log File Analiser.xml
C:\Users\Kevin\Documents\GitHub\APM_Log_File_Analyzer\AMP Log Analiser x1\obj\Debug\APM Log File Analiser.pdb