mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Update kernel compile log message (#17390)
Updates the message emitted when a kernel compile is skipped in the build bundle action. Since we now use fingerprinting to enable performance of script snapshots, AOT snapshots, and kernel compiles, this helps a bit with debugging. Also switches to trace level logging.
This commit is contained in:
parent
e54887fb12
commit
671489ff44
@ -84,7 +84,7 @@ Future<void> build({
|
||||
|
||||
if (await fingerprinter.doesFingerprintMatch()) {
|
||||
needBuild = false;
|
||||
printStatus('Skipping compilation. Fingerprint match.');
|
||||
printTrace('Skipping kernel compilation. Fingerprint match.');
|
||||
}
|
||||
|
||||
String kernelBinaryFilename;
|
||||
|
Loading…
Reference in New Issue
Block a user