Optimize the error handling logic for loading and unloading modules, this will fix the file type error, and more detail handling-2

This commit is contained in:
ShirkNeko
2025-04-02 00:36:08 +08:00
parent fbf2799674
commit d925036bd6
7 changed files with 151 additions and 47 deletions

View File

@@ -245,4 +245,9 @@
<string name="kpm_control_failed">failed</string>
<string name="home_click_to_ContributionCard_kernelsu">SukiSU Ultra will be a relatively independent branch of KSU in the future, but thanks to the official KernelSU and MKSU etc. for their contributions!</string>
<string name="not_supported">unsupported</string>
<string name="supported">supported</string>
<string name="home_kpm_module">Number of KPM modules%d </string>
<string name="kpm_invalid_file">Invalid KPM file</string>
<string name="kernel_patched">Kernel not patched</string>
<string name="kernel_not_enabled">Kernel not configured</string>
</resources>