Created
May 19, 2020 05:49
-
-
Save anmolseth06/27899d0bf3f134e4b8d6f08023538c86 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Launching lib\main.dart on Android SDK built for x86 in debug mode... | |
Running Gradle task 'assembleDebug'... | |
Parameter format not correct - | |
√ Built build\app\outputs\apk\debug\app-debug.apk. | |
Installing build\app\outputs\apk\app.apk... | |
Debug service listening on ws://127.0.0.1:51380/LlQGC9wd91s=/ws | |
Syncing files to device Android SDK built for x86... | |
D/HostConnection(24981): HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV420_888_to_NV21 ANDROID_EMU_YUV_Cache ANDROID_EMU_async_unmap_buffer GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_gles_max_version_2 | |
D/EGL_emulation(24981): eglMakeCurrent: 0xdd11a060: ver 2 0 (tinfo 0xdd10f070) | |
D/EGL_emulation(24981): eglMakeCurrent: 0xdd11a300: ver 2 0 (tinfo 0xdd10f7d0) | |
D/eglCodecCommon(24981): setVertexArrayObject: set vao to 0 (0) 1 0 | |
I/OpenGLRenderer(24981): Davey! duration=6159ms; Flags=1, IntendedVsync=209389451662504, Vsync=209389468329170, OldestInputEvent=9223372036854775807, NewestInputEvent=0, HandleInputStart=209389470438520, AnimationStart=209389470551220, PerformTraversalsStart=209389470834020, DrawStart=209395245621720, SyncQueued=209395256653720, SyncStart=209395263503520, IssueDrawCommandsStart=209395268582720, SwapBuffers=209395346933620, FrameCompleted=209395618359820, DequeueBufferDuration=146990000, QueueBufferDuration=1485000, | |
I/Choreographer(24981): Skipped 368 frames! The application may be doing too much work on its main thread. | |
D/EGL_emulation(24981): eglMakeCurrent: 0xdd11a060: ver 2 0 (tinfo 0xdd10f070) | |
D/eglCodecCommon(24981): setVertexArrayObject: set vao to 0 (0) 0 0 | |
════════ Exception caught by gesture ═══════════════════════════════════════════════════════════════ | |
The following assertion was thrown while handling a gesture: | |
Looking up a deactivated widget's ancestor is unsafe. | |
At this point the state of the widget's element tree is no longer stable. | |
To safely refer to a widget's ancestor in its dispose() method, save a reference to the ancestor by calling dependOnInheritedWidgetOfExactType() in the widget's didChangeDependencies() method. | |
When the exception was thrown, this was the stack: | |
#0 Element._debugCheckStateIsActiveForAncestorLookup.<anonymous closure> (package:flutter/src/widgets/framework.dart:3781:9) | |
#1 Element._debugCheckStateIsActiveForAncestorLookup (package:flutter/src/widgets/framework.dart:3795:6) | |
#2 Element.findAncestorStateOfType (package:flutter/src/widgets/framework.dart:3914:12) | |
#3 Navigator.of (package:flutter/src/widgets/navigator.dart:2115:19) | |
#4 makeContainers.<anonymous closure> (package:netflixclone/infoScreen.dart:183:21) | |
... | |
Handler: "onTap" | |
Recognizer: TapGestureRecognizer#41a63 | |
debugOwner: GestureDetector | |
state: ready | |
won arena | |
finalPosition: Offset(78.5, 591.6) | |
finalLocalPosition: Offset(73.5, 30.4) | |
button: 1 | |
sent tap down | |
════════════════════════════════════════════════════════════════════════════════════════════════════ | |
════════ (2) Exception caught by gesture ═══════════════════════════════════════════════════════════ | |
Looking up a deactivated widget's ancestor is unsafe. | |
════════════════════════════════════════════════════════════════════════════════════════════════════ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment