We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0bbf67 commit 591e722Copy full SHA for 591e722
CMakeLists.txt
@@ -397,8 +397,8 @@ if (BUILD_SENTRY_PLUGIN)
397
target_link_libraries(flutter-pi PUBLIC ${handler_deps})
398
endif()
399
400
-message(STATUS "Sentry plugin: ${BUILD_SENTRY_PLUGIN}")
401
-message(STATUS "Bundle crashpad_handler: ${HAVE_BUNDLED_CRASHPAD_HANDLER}")
+message(STATUS "Sentry plugin .......... ${BUILD_SENTRY_PLUGIN}")
+message(STATUS "Bundle crashpad_handler ${HAVE_BUNDLED_CRASHPAD_HANDLER}")
402
403
# Needed so dart VM can actually resolve symbols in the same
404
# executable. (For dart:ffi DynamicLibrary.executable / DynamicLibrary.process)
0 commit comments