Enhance exception logging by adding contextual messages for better debugging

This commit is contained in:
2025-08-17 06:42:43 +01:00
parent a94ca0e326
commit c120f2e5bb
77 changed files with 7082 additions and 10728 deletions

View File

@@ -6862,5 +6862,11 @@ namespace Aaru.Localization {
return ResourceManager.GetString("Using_Lite-On_raw_DVD_reading", resourceCulture);
}
}
public static string Filesystems_Identify_Error {
get {
return ResourceManager.GetString("Filesystems_Identify_Error", resourceCulture);
}
}
}
}

View File

@@ -3502,4 +3502,7 @@ It has no sense to do it, and it will put too much strain on the tape.</value>
<data name="Using_Lite-On_raw_DVD_reading" xml:space="preserve">
<value>Using Lite-On raw DVD reading.</value>
</data>
<data name="Filesystems_Identify_Error" xml:space="preserve">
<value>Error identifying filesystem {0}. Please open a report with the following line in a Github issue.</value>
</data>
</root>