/third_party/flutter/engine/flutter/shell/platform/ohos/ |
D | ohos_surface_gl.cc | 21 FML_LOG(ERROR) << "OhosSurfaceGL Constructor"; in OhosSurfaceGL() 38 FML_LOG(ERROR) << "Ohos window is nullptr"; in SetPlatformWindow() 46 FML_LOG(ERROR) << "Failed to init render surface."; in SetPlatformWindow() 53 FML_LOG(ERROR) << "OnScreenSurfaceResize surface invalid"; in OnScreenSurfaceResize() 65 FML_LOG(ERROR) << "TeardownOnScreenContext surface invalid"; in TeardownOnScreenContext() 70 FML_LOG(INFO) << "Egl context is diff"; in TeardownOnScreenContext() 75 FML_LOG(ERROR) << "Could not clear the current context"; in TeardownOnScreenContext() 93 FML_LOG(ERROR) << "GLContextPresent surface invalid"; in GLContextPresent() 99 FML_LOG(ERROR) << "Failed to swap buffers. code is " << errorCode; in GLContextPresent() 109 FML_LOG(ERROR) << "GLContextFBO surface invalid"; in GLContextFBO() [all …]
|
D | ohos_surface_software.cc | 69 FML_LOG(INFO) << "OhosSurfaceSoftware::OnScreenSurfaceResize, software surface do noting"; in OnScreenSurfaceResize() 78 FML_LOG(ERROR) << "OhosSurfaceSoftware::SetPlatformWindow, window is nullptr"; in SetPlatformWindow() 84 FML_LOG(ERROR) << "surface node is null"; in SetPlatformWindow() 88 FML_LOG(ERROR) << "OhosSurfaceSoftware::SetPlatformWindow, surface_ is nullptr"; in SetPlatformWindow() 131 FML_LOG(INFO) << "OhosSurfaceSoftware peek pixels"; in PresentBackingStore() 138 FML_LOG(ERROR) << "OhosSurfaceSoftware surface is nullptr"; in PresentBackingStore() 158 FML_LOG(ERROR) << "OhosSurfaceSoftware request surfaceBuffer fail"; in PresentBackingStore() 193 FML_LOG(INFO) << "OhosSurfaceSoftware flush buffer"; in SurfaceFlushBuffer()
|
/third_party/flutter/engine/flutter/lib/ui/ |
D | ui_dart_state.cc | 22 FML_LOG(ERROR) << "UIDartState not initialize!"; in Current() 45 FML_LOG(INFO) << "SetCurStateItem id:" << id; in SetCurStateItem() 51 FML_LOG(WARNING) << "already have item of this instance id:" << id; in SetCurStateItem() 76 FML_LOG(FATAL) << "UIDartState cur id is null"; in GetSkiaUnrefQueue() 81 FML_LOG(FATAL) << "UIDartState cur item is null"; in GetSkiaUnrefQueue() 89 FML_LOG(FATAL) << "UIDartState cur id is null"; in GetIOManager() 94 FML_LOG(FATAL) << "UIDartState cur item is null"; in GetIOManager() 102 FML_LOG(FATAL) << "UIDartState cur id is null"; in GetTaskRunners() 107 FML_LOG(FATAL) << "UIDartState cur item is null"; in GetTaskRunners() 115 FML_LOG(ERROR) << "UIDartState cur id is null"; in window() [all …]
|
/third_party/flutter/engine/flutter/shell/platform/android/ |
D | android_context_gl.cc | 53 FML_LOG(ERROR) << "EGL Error: " << pairs[i].name << " (" << pairs[i].code in LogLastEGLError() 59 FML_LOG(ERROR) << "Unknown EGL Error"; in LogLastEGLError() 168 FML_LOG(ERROR) << "Could not choose an EGL configuration."; in AndroidContextGL() 180 FML_LOG(ERROR) << "Could not create an EGL context"; in AndroidContextGL() 186 FML_LOG(ERROR) << "Could not create the EGL surface."; in AndroidContextGL() 197 FML_LOG(ERROR) in ~AndroidContextGL() 203 FML_LOG(ERROR) in ~AndroidContextGL() 224 FML_LOG(ERROR) << "Could not make the context current"; in MakeCurrent() 237 FML_LOG(ERROR) << "Could not clear the current context"; in ClearCurrent() 256 FML_LOG(ERROR) << "Unable to query EGL surface size"; in GetSize() [all …]
|
D | platform_view_android_jni.cc | 39 FML_LOG(ERROR) << fml::jni::GetJavaExceptionInfo(env, exception); in CheckException() 606 FML_LOG(ERROR) << "Failed to RegisterNatives with FlutterJNI"; in RegisterApi() 615 FML_LOG(ERROR) << "Could not locate handlePlatformMessage method"; in RegisterApi() 623 FML_LOG(ERROR) << "Could not locate handlePlatformMessageResponse method"; in RegisterApi() 632 FML_LOG(ERROR) << "Could not locate updateSemantics method"; in RegisterApi() 641 FML_LOG(ERROR) in RegisterApi() 650 FML_LOG(ERROR) << "Could not locate onFirstFrame method"; in RegisterApi() 658 FML_LOG(ERROR) << "Could not locate onEngineRestart method"; in RegisterApi() 667 FML_LOG(ERROR) << "No JNIEnv provided"; in Register() 674 FML_LOG(ERROR) << "Could not locate FlutterCallbackInformation class"; in Register() [all …]
|
D | ace_platform_view_android.cc | 37 FML_LOG(ERROR) << fml::jni::GetJavaExceptionInfo(env, exception); in CheckException() 369 FML_LOG(ERROR) << "Could not find AceView class"; in RegisterOnFirstFrame() 374 FML_LOG(ERROR) << "Could not locate onFirstFrame method"; in RegisterOnFirstFrame() 384 FML_LOG(ERROR) << "Could not locate SurfaceTexture class"; in Register() 392 FML_LOG(ERROR) << "Could not locate attachToGlContext method"; in Register() 400 FML_LOG(ERROR) << "Could not locate updateTexImage method"; in Register() 408 FML_LOG(ERROR) << "Could not locate getTransformMatrix method"; in Register() 416 FML_LOG(ERROR) << "Could not locate detachFromGlContext method"; in Register()
|
/third_party/flutter/engine/flutter/shell/platform/embedder/tests/ |
D | embedder_test_compositor.cc | 67 FML_LOG(ERROR) << "Could not update the off-screen composition."; in UpdateOffscrenComposition() 102 FML_LOG(ERROR) << "Could not snapshot layer in test compositor: " in UpdateOffscrenComposition() 115 FML_LOG(ERROR) << "Could not update the contents of the sub-composition."; in UpdateOffscrenComposition() 137 FML_LOG(ERROR) in Present() 171 FML_LOG(ERROR) << "Could not create render target for compositor layer."; in CreateFramebufferRenderSurface() 179 FML_LOG(ERROR) << "Backend render target was invalid."; in CreateFramebufferRenderSurface() 185 FML_LOG(ERROR) << "Could not access backend framebuffer info."; in CreateFramebufferRenderSurface() 221 FML_LOG(ERROR) << "Could not create render target for compositor layer."; in CreateTextureRenderSurface() 229 FML_LOG(ERROR) << "Backend render texture was invalid."; in CreateTextureRenderSurface() 235 FML_LOG(ERROR) << "Could not access backend texture info."; in CreateTextureRenderSurface() [all …]
|
/third_party/flutter/engine/flutter/lib/ui/painting/ |
D | image_decoder.cc | 69 FML_LOG(ERROR) << "Could not resize to empty dimensions."; in ResizeRasterImage() 87 FML_LOG(ERROR) << "Could not allocate bitmap when attempting to scale."; in ResizeRasterImage() 93 FML_LOG(ERROR) << "Could not scale pixels"; in ResizeRasterImage() 103 FML_LOG(ERROR) << "Could not create a scaled image from a scaled bitmap."; in ResizeRasterImage() 121 FML_LOG(ERROR) << "Could not create image from decompressed bytes."; in ImageFromDecompressedData() 165 FML_LOG(ERROR) in UploadRasterImage() 172 FML_LOG(ERROR) << "Could not peek pixels of image for texture upload."; in UploadRasterImage() 184 FML_LOG(ERROR) << "Could not make x-context image."; in UploadRasterImage() 242 FML_LOG(ERROR) << "Could not decompress image."; in Decode() 254 FML_LOG(ERROR) << "Could not acquire IO manager."; in Decode() [all …]
|
D | canvas.cc | 73 FML_LOG(ERROR) in Create() 178 FML_LOG(ERROR) << "Canvas.clipPath called with non-genuine Path."; in clipPath() 279 FML_LOG(ERROR) << "Canvas.drawPath called with non-genuine Path."; in drawPath() 294 FML_LOG(ERROR) << "Canvas.drawImage called with non-genuine Image."; in drawImage() 314 FML_LOG(ERROR) << "Canvas.drawImageRect called with non-genuine Image."; in drawImageRect() 338 FML_LOG(ERROR) << "Canvas.drawImageNine called with non-genuine Image."; in drawImageNine() 353 FML_LOG(ERROR) << "Canvas.drawPicture called with non-genuine Picture."; in drawPicture() 382 FML_LOG(ERROR) << "Canvas.drawVertices called with non-genuine Vertices."; in drawVertices() 399 FML_LOG(ERROR) << "Canvas.drawAtlas or Canvas.drawRawAtlas called with " in drawAtlas() 424 FML_LOG(ERROR) << "Canvas.drawShader called with non-genuine Path."; in drawShadow()
|
/third_party/flutter/engine/flutter/testing/ |
D | test_gl_surface.cc | 190 FML_LOG(ERROR) << "Could not make the context current. " << GetEGLError(); in MakeCurrent() 201 FML_LOG(ERROR) << "Could not clear the current context. " << GetEGLError(); in ClearCurrent() 211 FML_LOG(ERROR) << "Could not swap buffers. " << GetEGLError(); in Present() 227 FML_LOG(ERROR) << "Could not make the resource context current. " in MakeResourceCurrent() 240 FML_LOG(ERROR) << "Could not fetch symbol for name: " << name; in GetProcAddress() 321 FML_LOG(ERROR) << "Could not wrap the surface while attempting to " in GetOnscreenSurface() 333 FML_LOG(ERROR) << "Aborting snapshot because of on-screen surface " in GetRasterSurfaceSnapshot() 341 FML_LOG(ERROR) << "Could not create the device snapshot while attempting " in GetRasterSurfaceSnapshot() 349 FML_LOG(ERROR) << "Could not create the host snapshot while attempting to " in GetRasterSurfaceSnapshot()
|
D | testing.cc | 24 FML_LOG(ERROR) << "Could not open fixtures directory."; in OpenFixturesDirectory() 32 FML_LOG(ERROR) << "Invalid fixture name."; in OpenFixture() 44 FML_LOG(ERROR) << "Could not open fixture for path: " << fixture_name in OpenFixture()
|
/third_party/flutter/engine/flutter/runtime/ |
D | ptrace_ios.cc | 52 FML_LOG(ERROR) << "Could not execute sysctl() to get current process info: " in DebuggedIOS() 66 FML_LOG(ERROR) << "Could not call ptrace(PT_TRACE_ME): " << strerror(errno); in EnsureDebuggedIOS() 71 FML_LOG(ERROR) << "Could not call ptrace(PT_SIGEXC): " << strerror(errno); in EnsureDebuggedIOS() 83 FML_LOG(ERROR) in EnsureDebuggedIOS() 99 FML_LOG(ERROR) << warning; in EnsureDebuggedIOS()
|
D | dart_isolate_unittests.cc | 107 FML_LOG(INFO) << "Shutting down isolate."; in ~AutoIsolateShutdown() 109 FML_LOG(ERROR) << "Could not shutdown isolate."; in ~AutoIsolateShutdown() 196 FML_LOG(ERROR) << "Could not create isolate."; in RunDartCodeInIsolate() 201 FML_LOG(ERROR) << "Created isolate is in unexpected phase."; in RunDartCodeInIsolate() 210 FML_LOG(ERROR) << "Could not locate kernel file."; in RunDartCodeInIsolate() 218 FML_LOG(ERROR) << "Kernel file descriptor was invalid."; in RunDartCodeInIsolate() 225 FML_LOG(ERROR) << "Could not setup kernel mapping."; in RunDartCodeInIsolate() 231 FML_LOG(ERROR) in RunDartCodeInIsolate() 237 FML_LOG(ERROR) in RunDartCodeInIsolate() 244 FML_LOG(ERROR) << "Isolate is in unexpected phase."; in RunDartCodeInIsolate() [all …]
|
D | dart_lifecycle_unittests.cc | 71 FML_LOG(ERROR) << "Could not create valid isolate."; in CreateAndRunRootIsolate() 77 FML_LOG(ERROR) in CreateAndRunRootIsolate() 85 FML_LOG(ERROR) << "Could not prepare isolate from application kernels."; in CreateAndRunRootIsolate() 91 FML_LOG(ERROR) << "Isolate was not ready."; in CreateAndRunRootIsolate() 96 FML_LOG(ERROR) << "Could not run entrypoint: " << entrypoint << "."; in CreateAndRunRootIsolate() 101 FML_LOG(ERROR) << "Isolate was not Running."; in CreateAndRunRootIsolate()
|
D | dart_vm_data.cc | 19 FML_LOG(ERROR) in Create() 30 FML_LOG(ERROR) << "Isolate snapshot invalid and could not be inferred " in Create() 39 FML_LOG(ERROR) << "Shared snapshot invalid."; in Create()
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | vulkan_surface_producer.cc | 38 FML_LOG(ERROR) in VulkanSurfaceProducer() 65 FML_LOG(ERROR) << "Instance proc addresses have not been setup."; in Initialize() 77 FML_LOG(ERROR) << "Device proc addresses have not been setup."; in Initialize() 82 FML_LOG(ERROR) << "Failed to acquire mandatory proc addresses."; in Initialize() 87 FML_LOG(ERROR) << "VulkanProcTable invalid"; in Initialize() 94 FML_LOG(ERROR) << "Failed to create skia getProc."; in Initialize() 100 FML_LOG(ERROR) << "Failed to get physical device features."; in Initialize() 141 FML_LOG(ERROR) << "TransitionSurfacesToExternal failed"; in OnSurfacesPresented()
|
/third_party/flutter/engine/flutter/shell/gpu/ |
D | gpu_surface_metal.mm | 18 FML_LOG(ERROR) << "Could not create metal surface because of invalid layer."; 28 FML_LOG(ERROR) << "Could not create metal device or queue."; 37 FML_LOG(ERROR) << "Could not create Skia metal context."; 54 FML_LOG(ERROR) << "Metal surface was invalid."; 59 FML_LOG(ERROR) << "Metal surface was asked for an empty frame."; 65 FML_LOG(ERROR) << "Metal layer bounds were invalid."; 73 FML_LOG(ERROR) << "Could not acquire next metal drawable."; 79 FML_LOG(ERROR) << "Could not acquire metal texture from drawable."; 111 FML_LOG(ERROR) << "Could not create the SkSurface from the metal texture.";
|
D | gpu_surface_gl.cc | 42 FML_LOG(ERROR) in GPUSurfaceGL() 64 FML_LOG(ERROR) << "Failed to setup Skia Gr context."; in GPUSurfaceGL() 87 FML_LOG(ERROR) in GPUSurfaceGL() 104 FML_LOG(ERROR) << "Could not make the context current to destroy the " in ~GPUSurfaceGL() 197 FML_LOG(ERROR) << "Cannot create surfaces of empty size."; in CreateOrUpdateSurfaces() 212 FML_LOG(ERROR) << "Could not wrap onscreen surface."; in CreateOrUpdateSurfaces() 219 FML_LOG(ERROR) << "Could not create offscreen surface."; in CreateOrUpdateSurfaces() 242 FML_LOG(ERROR) in AcquireFrame() 306 FML_LOG(ERROR) << "GLContextSendSurface failed"; in PresentSurface()
|
/third_party/flutter/engine/flutter/shell/platform/embedder/ |
D | embedder_surface_software.cc | 55 FML_LOG(ERROR) in AcquireBackingStore() 71 FML_LOG(ERROR) << "Could not create backing store for software rendering."; in AcquireBackingStore() 82 FML_LOG(ERROR) << "Tried to present an invalid software surface."; in PresentBackingStore() 88 FML_LOG(ERROR) << "Could not peek the pixels of the backing store."; in PresentBackingStore() 98 FML_LOG(ERROR) << "Software backing store had unexpected size."; in PresentBackingStore()
|
/third_party/flutter/engine/flutter/third_party/txt/src/log/ |
D | log.h | 30 ((cond) ? (FML_LOG(FATAL) << #cond) : (void)0) 34 #define LOG_ALWAYS_FATAL(...) FML_LOG(FATAL) 47 #define ALOGW(message, ...) FML_LOG(WARNING) << (message) 51 #define ALOGE(message, ...) FML_LOG(ERROR) << (message)
|
/third_party/flutter/txt/src/log/ |
D | log.h | 30 ((cond) ? (FML_LOG(FATAL) << #cond) : (void)0) 34 #define LOG_ALWAYS_FATAL(...) FML_LOG(FATAL) 47 #define ALOGW(message, ...) FML_LOG(WARNING) << (message) 51 #define ALOGE(message, ...) FML_LOG(ERROR) << (message)
|
/third_party/flutter/engine/flutter/shell/testing/ |
D | tester_main.cc | 105 FML_LOG(ERROR) << "Could not setup the shell."; in RunTester() 110 FML_LOG(ERROR) << "Dart kernel file not specified."; in RunTester() 139 FML_LOG(ERROR) << "Could create isolate configuration."; in RunTester() 219 FML_LOG(ERROR) << "Dart kernel file not specified."; in main() 240 FML_LOG(ERROR) << "Unhandled exception" << std::endl in main()
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart_runner/ |
D | mapped_resource.cc | 37 FML_LOG(ERROR) << "Failed to open namespace directory"; in LoadFromNamespace() 56 FML_LOG(ERROR) << "Failed to make VMO executable: " in LoadFromNamespace() 81 FML_LOG(ERROR) << "Failed to map " << path << ": " in LoadFromVmo()
|
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/ |
D | FlutterBinaryMessengerRelay.mm | 24 FML_LOG(WARNING) << "Communicating on a dead channel."; 34 FML_LOG(WARNING) << "Communicating on a dead channel."; 43 FML_LOG(WARNING) << "Communicating on a dead channel.";
|
/third_party/flutter/engine/flutter/fml/ |
D | logging.h | 63 #define FML_LOG(severity) \ macro 83 #define FML_DLOG(severity) FML_LOG(severity) 93 FML_LOG(ERROR) << "Not implemented in: " << __PRETTY_FUNCTION__
|