You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ reduce content length to dump (64 is enough, never used 256)
+ mark difference between valid(>)/invalid(~) recordIds
GitOrigin-RevId: 429469b06c684e251cc1f5a96bbe934a93a20eaf
Copy file name to clipboardExpand all lines: platform/util/storages/src/com/intellij/platform/util/io/storages/appendonlylog/AppendOnlyLogOverMMappedFile.java
+11-10Lines changed: 11 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ public final class AppendOnlyLogOverMMappedFile implements AppendOnlyLog, Unmapp
51
51
/** How wide region around questionable record to dump for debug diagnostics (see {@link #dumpContentAroundId(long, int, int)}) */
0 commit comments