Jenn Magder
Jenn Magder
Cruising around dev noticed this TODO, the test is still disabled: https://github.com/flutter/flutter/blob/89d46db77501abc95fbdbf091e7a3f6c4cd31ae9/dev/integration_tests/android_views/test_driver/main_test.dart#L66 Either this issue should stay open, the test should be unskipped, or the test should be removed.
> I can't share the whole instruments file because it's larger than the GH file limit @danagbemava-nc Thanks for reproducing! Is there some place you can upload and link to...
@enricobenedos Looks like you are catching it locally. Can you attach the crash from the device? `Xcode > Window > Devices and Simulators`, select your device, then "View Device Logs"....
Ah that's a segfault, I hoped there's be a memory diagnostic dump to show the leak. Can you try exporting the memory graph from Xcode? Open `ios/Runner.xcworkspace` and run your...
@enricobenedos can you try the instructions from https://github.com/flutter/flutter/issues/96370#issuecomment-1010516444? The memory dump could show us what objects are leaking.
Can you try an Instruments Allocations trace? Open `ios/Runner.xcworkspace` in Xcode, then `Product > Profile` to open the app in Instruments. Chose Allocations, hit the Record button, then run the...
Essentially you're loading a video larger than 2098 MB into memory, and the OS is killing the app.
\cc @ditman
Last lines of logs are ``` [+31342 ms] > Task :firebase_admob:compileDebugJavaWithJavac [+11138 ms] > Task :firebase_admob:extractDebugAnnotations [ +704 ms] > Task :firebase_admob:mergeDebugGeneratedProguardFiles UP-TO-DATE [ +482 ms] > Task :firebase_admob:mergeDebugConsumerProguardFiles UP-TO-DATE...
I don't think `x86` emulators are supported > If you want to run a release mode APK on an emulator, it needs to be one of Flutter's supported ABIs: `armeabi`,...