This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +0
-11
lines changed Expand file tree Collapse file tree 4 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -1042,10 +1042,6 @@ Dart_Handle DartIsolate::OnDartLoadLibrary(intptr_t loading_unit_id) {
1042
1042
if (Current ()->platform_configuration ()) {
1043
1043
Current ()->platform_configuration ()->client ()->RequestDartDeferredLibrary (
1044
1044
loading_unit_id);
1045
- } else {
1046
- FML_LOG (ERROR) << " Platform Configuration was null. Deferred library load "
1047
- " request was not sent for loading unit "
1048
- << loading_unit_id << " ." ;
1049
1045
}
1050
1046
return Dart_Null ();
1051
1047
}
Original file line number Diff line number Diff line change 4
4
5
5
#include " flutter/runtime/runtime_controller.h"
6
6
7
- #include < sstream>
8
-
9
7
#include " flutter/fml/message_loop.h"
10
8
#include " flutter/fml/trace_event.h"
11
9
#include " flutter/lib/ui/compositing/scene.h"
Original file line number Diff line number Diff line change 4
4
5
5
#include " flutter/testing/elf_loader.h"
6
6
7
- #include < dlfcn.h>
8
-
9
7
#include " flutter/fml/file.h"
10
- #include " flutter/fml/mapping.h"
11
- #include " flutter/fml/native_library.h"
12
8
#include " flutter/fml/paths.h"
13
9
#include " flutter/runtime/dart_vm.h"
14
10
#include " flutter/testing/testing.h"
Original file line number Diff line number Diff line change 9
9
10
10
#include " flutter/common/settings.h"
11
11
#include " flutter/fml/macros.h"
12
- #include " flutter/fml/mapping.h"
13
12
#include " third_party/dart/runtime/bin/elf_loader.h"
14
13
15
14
namespace flutter {
You can’t perform that action at this time.
0 commit comments