diff --git a/mobile/lib/ui/tools/editor/video_editor_page.dart b/mobile/lib/ui/tools/editor/video_editor_page.dart index 121f2aea35..458c0bc419 100644 --- a/mobile/lib/ui/tools/editor/video_editor_page.dart +++ b/mobile/lib/ui/tools/editor/video_editor_page.dart @@ -52,6 +52,7 @@ class _VideoEditorPageState extends State { @override void initState() { + _logger.info("Initializing video editor page"); super.initState(); Future.microtask(() { @@ -97,6 +98,7 @@ class _VideoEditorPageState extends State { @override Widget build(BuildContext context) { + _logger.info("Bulding video editor page"); return PopScope( canPop: false, onPopInvokedWithResult: (didPop, _) {