Smali Disassembler Error Formatting

This commit is contained in:
Konloch 2024-10-02 16:12:58 -06:00
parent ce2d2cd96c
commit d39885407c

AI 샘플 코드 생성 중입니다

Loading...

View File

@ -128,7 +128,8 @@ public class SmaliDisassembler extends AbstractDecompiler
exception += ExceptionUI.SEND_STACKTRACE_TO_NL + sw;
}
return SMALI + " " + DISASSEMBLER + " " + ERROR + "! " + ExceptionUI.SEND_STACKTRACE_TO + NL + NL + TranslatedStrings.SUGGESTED_FIX_DECOMPILER_ERROR + NL + NL + exception;
return SMALI + " " + DISASSEMBLER + " " + ERROR + "! " + ExceptionUI.SEND_STACKTRACE_TO + NL + NL
+ TranslatedStrings.SUGGESTED_FIX_DECOMPILER_ERROR + NL + NL + exception;
}
@Override