mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Reduce log verbosity by removing individual used files (#41788)
This commit is contained in:
parent
5975e86f00
commit
a9f385bbff
@ -101,7 +101,6 @@ class StdoutHandler {
|
||||
bool _badState = false;
|
||||
|
||||
void handler(String message) {
|
||||
printTrace('-> $message');
|
||||
if (_badState) {
|
||||
return;
|
||||
}
|
||||
@ -525,7 +524,6 @@ class ResidentCompiler {
|
||||
printTrace('<- recompile $mainUri$inputKey');
|
||||
for (Uri fileUri in request.invalidatedFiles) {
|
||||
_server.stdin.writeln(_mapFileUri(fileUri.toString(), packageUriMapper));
|
||||
printTrace('<- ${_mapFileUri(fileUri.toString(), packageUriMapper)}');
|
||||
}
|
||||
_server.stdin.writeln(inputKey);
|
||||
printTrace('<- $inputKey');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user