KT-45777: Add debug log messages for classpath snapshot feature
Also clean up classpath snapshot shrinking a bit to make it clearer. ^KT-45777 In Progress
This commit is contained in:
+10
-10
@@ -86,16 +86,16 @@ class IncrementalCompilationOptions(
|
||||
|
||||
override fun toString(): String {
|
||||
return "IncrementalCompilationOptions(" +
|
||||
"super=${super.toString()}, " +
|
||||
"areFileChangesKnown=$areFileChangesKnown, " +
|
||||
"modifiedFiles=$modifiedFiles, " +
|
||||
"deletedFiles=$deletedFiles, " +
|
||||
"classpathChanges=$classpathChanges, " +
|
||||
"workingDir=$workingDir, " +
|
||||
"multiModuleICSettings=$multiModuleICSettings, " +
|
||||
"usePreciseJavaTracking=$usePreciseJavaTracking" +
|
||||
"outputFiles=$outputFiles" +
|
||||
")"
|
||||
"super=${super.toString()}, " +
|
||||
"areFileChangesKnown=$areFileChangesKnown, " +
|
||||
"modifiedFiles=$modifiedFiles, " +
|
||||
"deletedFiles=$deletedFiles, " +
|
||||
"classpathChanges=${classpathChanges::class.simpleName}, " +
|
||||
"workingDir=$workingDir, " +
|
||||
"multiModuleICSettings=$multiModuleICSettings, " +
|
||||
"usePreciseJavaTracking=$usePreciseJavaTracking" +
|
||||
"outputFiles=$outputFiles" +
|
||||
")"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user