mirror of
https://github.com/Guardsquare/proguard.git
synced 2026-03-13 09:50:34 +08:00
Separate Multiple Frames With a Newline (#433)
When an obfuscated frame resolves to multiple clear frames, separate them with a newline. Closes #432
This commit is contained in:
@@ -226,6 +226,9 @@ public class ReTrace
|
||||
}
|
||||
|
||||
result.append(trimmedLine);
|
||||
if (retracedFrames.hasNext()) {
|
||||
result.append(System.lineSeparator());
|
||||
}
|
||||
}
|
||||
|
||||
previousLine = retracedLine;
|
||||
|
||||
Reference in New Issue
Block a user