Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App crash after install Image picker #24463

Closed
ilhamwahabi opened this issue Nov 17, 2018 · 10 comments
Closed

App crash after install Image picker #24463

ilhamwahabi opened this issue Nov 17, 2018 · 10 comments
Labels
c: crash Stack traces logged to the console p: image_picker The Image Picker plugin. p: tooling Affects the flutter_plugin_tools package package flutter/packages repository. See also p: labels. t: gradle "flutter build" and "flutter run" on Android tool Affects the "flutter" command-line tool. See also t: labels.

Comments

@ilhamwahabi
Copy link

ilhamwahabi commented Nov 17, 2018

Steps to Reproduce

  1. Run my emulator (test it in 2 emulator, Pixel with API 27 and Nexus with API 28 and both not worked)
  2. Add 'image_picker: ' to dependencies in pubspec.yaml
  3. Click start debugging (F5) in VSCode (or flutter run on terminal)
  4. App start a bit and then crash

And yup, when I remove (or comment) the 'image_picker: ' in pubspec.yaml, my app run normally again.

Logs

$ flutter run --verbose
[  +34 ms] executing: [/home/ilhamwahabigx/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[  +48 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] origin/beta
[        ] executing: [/home/ilhamwahabigx/flutter/] git rev-parse --abbrev-ref HEAD
[  +15 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[   +2 ms] beta
[        ] executing: [/home/ilhamwahabigx/flutter/] git ls-remote --get-url origin
[  +15 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[        ] executing: [/home/ilhamwahabigx/flutter/] git log -n 1 --pretty=format:%H
[   +8 ms] Exit code 0 from: git log -n 1 --pretty=format:%H
[  +20 ms] d8cbb80206db06d151206f8b599b7dde5a386a2d
[        ] executing: [/home/ilhamwahabigx/flutter/] git log -n 1 --pretty=format:%ar
[  +14 ms] Exit code 0 from: git log -n 1 --pretty=format:%ar
[        ] 3 weeks ago
[   +1 ms] executing: [/home/ilhamwahabigx/flutter/] git describe --match v*.*.* --first-parent --long --tags
[  +11 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags
[        ] v0.10.2-0-gd8cbb8020
[  +76 ms] executing: /home/ilhamwahabigx/Android/Sdk/platform-tools/adb devices -l
[  +10 ms] Exit code 0 from: /home/ilhamwahabigx/Android/Sdk/platform-tools/adb devices -l
[        ] List of devices attached
           emulator-5554          device product:sdk_gphone_x86 model:Android_SDK_built_for_x86 device:generic_x86 transport_id:2
[ +201 ms] Found plugin image_picker at /home/ilhamwahabigx/.pub-cache/hosted/pub.dartlang.org/image_picker-0.4.10/
[  +22 ms] Found plugin shared_preferences at /home/ilhamwahabigx/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.4.3/
[   +9 ms] Found plugin sqflite at /home/ilhamwahabigx/.pub-cache/hosted/pub.dartlang.org/sqflite-0.12.2+1/
[ +177 ms] Found plugin image_picker at /home/ilhamwahabigx/.pub-cache/hosted/pub.dartlang.org/image_picker-0.4.10/
[  +17 ms] Found plugin shared_preferences at /home/ilhamwahabigx/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.4.3/
[   +8 ms] Found plugin sqflite at /home/ilhamwahabigx/.pub-cache/hosted/pub.dartlang.org/sqflite-0.12.2+1/
[  +47 ms] /home/ilhamwahabigx/Android/Sdk/platform-tools/adb -s emulator-5554 shell getprop
[  +57 ms] ro.hardware = ranchu
[  +30 ms] Using hardware rendering with device Android SDK built for x86. If you get graphics artifacts, consider enabling software rendering with "--enable-software-rendering".
[ +721 ms] Launching lib/main.dart on Android SDK built for x86 in debug mode...
[  +20 ms] Initializing gradle...
[  +14 ms] Using gradle from /media/ilhamwahabigx/Work/flutter_app/disparbud_oku/android/gradlew.
[ +168 ms] executing: /media/ilhamwahabigx/Work/flutter_app/disparbud_oku/android/gradlew -v
[+1886 ms] 
           ------------------------------------------------------------
           Gradle 4.10.2
           ------------------------------------------------------------

           Build time:   2018-09-19 18:10:15 UTC
           Revision:     b4d8d5d170bb4ba516e88d7fe5647e2323d791dd

           Kotlin DSL:   1.0-rc-6
           Kotlin:       1.2.61
           Groovy:       2.4.15
           Ant:          Apache Ant(TM) version 1.9.11 compiled on March 23 2018
           JVM:          1.8.0_152-release (JetBrains s.r.o 25.152-b06)
           OS:           Linux 4.15.0-39-generic amd64
[        ] Initializing gradle... (completed)
[        ] Resolving dependencies...
[        ] executing: [/media/ilhamwahabigx/Work/flutter_app/disparbud_oku/android/] /media/ilhamwahabigx/Work/flutter_app/disparbud_oku/android/gradlew app:properties
[+1462 ms] 
           > Task :app:properties

           ------------------------------------------------------------
           Project :app
           ------------------------------------------------------------

           INTERNAL__CHECKED_MINIMUM_PLUGIN_VERSIONS: true
           allprojects: [project ':app']
           android: com.android.build.gradle.internal.dsl.BaseAppModuleExtension_Decorated@237a49bd
           androidDependencies: task ':app:androidDependencies'
           ant: org.gradle.api.internal.project.DefaultAntBuilder@1c878213
           antBuilderFactory: org.gradle.api.internal.project.DefaultAntBuilderFactory@76ad75e4
           archivesBaseName: app
           artifacts: org.gradle.api.internal.artifacts.dsl.DefaultArtifactHandler_Decorated@4938ef10
           asDynamicObject: DynamicObject for project ':app'
           assemble: task ':app:assemble'
           assembleAndroidTest: task ':app:assembleAndroidTest'
           assembleDebug: task ':app:assembleDebug'
           assembleDebugAndroidTest: task ':app:assembleDebugAndroidTest'
           assembleDebugUnitTest: task ':app:assembleDebugUnitTest'
           assembleDynamicProfile: task ':app:assembleDynamicProfile'
           assembleDynamicProfileUnitTest: task ':app:assembleDynamicProfileUnitTest'
           assembleDynamicRelease: task ':app:assembleDynamicRelease'
           assembleDynamicReleaseUnitTest: task ':app:assembleDynamicReleaseUnitTest'
           assembleProfile: task ':app:assembleProfile'
           assembleProfileUnitTest: task ':app:assembleProfileUnitTest'
           assembleRelease: task ':app:assembleRelease'
           assembleReleaseUnitTest: task ':app:assembleReleaseUnitTest'
           baseClassLoaderScope: org.gradle.api.internal.initialization.DefaultClassLoaderScope@387e602b
           buildDebugPreBundle: task ':app:buildDebugPreBundle'
           buildDir: /media/ilhamwahabigx/Work/flutter_app/disparbud_oku/build/app
           buildDynamicProfilePreBundle: task ':app:buildDynamicProfilePreBundle'
           buildDynamicReleasePreBundle: task ':app:buildDynamicReleasePreBundle'
           buildFile: /media/ilhamwahabigx/Work/flutter_app/disparbud_oku/android/app/build.gradle
           buildOutputs: BaseVariantOutput container
           buildPath: :
           buildProfilePreBundle: task ':app:buildProfilePreBundle'
           buildReleasePreBundle: task ':app:buildReleasePreBundle'
           buildScriptSource: org.gradle.groovy.scripts.TextResourceScriptSource@18c9fa2d
           buildscript: org.gradle.api.internal.initialization.DefaultScriptHandler@5d6be85
           bundle: task ':app:bundle'
           bundleDebug: task ':app:bundleDebug'
           bundleDebugAndroidTestResources: task ':app:bundleDebugAndroidTestResources'
           bundleDebugResources: task ':app:bundleDebugResources'
           bundleDynamicProfile: task ':app:bundleDynamicProfile'
           bundleDynamicProfileResources: task ':app:bundleDynamicProfileResources'
           bundleDynamicRelease: task ':app:bundleDynamicRelease'
           bundleDynamicReleaseResources: task ':app:bundleDynamicReleaseResources'
           bundleProfile: task ':app:bundleProfile'
           bundleProfileResources: task ':app:bundleProfileResources'
           bundleRelease: task ':app:bundleRelease'
           bundleReleaseResources: task ':app:bundleReleaseResources'
           check: task ':app:check'
           checkDebugAndroidTestClasspath: task ':app:checkDebugAndroidTestClasspath'
           checkDebugClasspath: task ':app:checkDebugClasspath'
           checkDebugLibraries: task ':app:checkDebugLibraries'
           checkDebugManifest: task ':app:checkDebugManifest'
           checkDynamicProfileClasspath: task ':app:checkDynamicProfileClasspath'
           checkDynamicProfileLibraries: task ':app:checkDynamicProfileLibraries'
           checkDynamicProfileManifest: task ':app:checkDynamicProfileManifest'
           checkDynamicReleaseClasspath: task ':app:checkDynamicReleaseClasspath'
           checkDynamicReleaseLibraries: task ':app:checkDynamicReleaseLibraries'
           checkDynamicReleaseManifest: task ':app:checkDynamicReleaseManifest'
           checkProfileClasspath: task ':app:checkProfileClasspath'
           checkProfileLibraries: task ':app:checkProfileLibraries'
           checkProfileManifest: task ':app:checkProfileManifest'
           checkReleaseClasspath: task ':app:checkReleaseClasspath'
           checkReleaseLibraries: task ':app:checkReleaseLibraries'
           checkReleaseManifest: task ':app:checkReleaseManifest'
           childProjects: {}
           class: class org.gradle.api.internal.project.DefaultProject_Decorated
           classLoaderScope: org.gradle.api.internal.initialization.DefaultClassLoaderScope@b988140
           cleanBuildCache: task ':app:cleanBuildCache'
           compileDebugAidl: task ':app:compileDebugAidl'
           compileDebugAndroidTestAidl: task ':app:compileDebugAndroidTestAidl'
           compileDebugAndroidTestJavaWithJavac: task ':app:compileDebugAndroidTestJavaWithJavac'
           compileDebugAndroidTestNdk: task ':app:compileDebugAndroidTestNdk'
           compileDebugAndroidTestRenderscript: task ':app:compileDebugAndroidTestRenderscript'
           compileDebugAndroidTestShaders: task ':app:compileDebugAndroidTestShaders'
           compileDebugAndroidTestSources: task ':app:compileDebugAndroidTestSources'
           compileDebugJavaWithJavac: task ':app:compileDebugJavaWithJavac'
           compileDebugNdk: task ':app:compileDebugNdk'
           compileDebugRenderscript: task ':app:compileDebugRenderscript'
           compileDebugShaders: task ':app:compileDebugShaders'
           compileDebugSources: task ':app:compileDebugSources'
           compileDebugUnitTestJavaWithJavac: task ':app:compileDebugUnitTestJavaWithJavac'
           compileDebugUnitTestSources: task ':app:compileDebugUnitTestSources'
           compileDynamicProfileAidl: task ':app:compileDynamicProfileAidl'
           compileDynamicProfileJavaWithJavac: task ':app:compileDynamicProfileJavaWithJavac'
           compileDynamicProfileNdk: task ':app:compileDynamicProfileNdk'
           compileDynamicProfileRenderscript: task ':app:compileDynamicProfileRenderscript'
           compileDynamicProfileShaders: task ':app:compileDynamicProfileShaders'
           compileDynamicProfileSources: task ':app:compileDynamicProfileSources'
           compileDynamicProfileUnitTestJavaWithJavac: task ':app:compileDynamicProfileUnitTestJavaWithJavac'
           compileDynamicProfileUnitTestSources: task ':app:compileDynamicProfileUnitTestSources'
           compileDynamicReleaseAidl: task ':app:compileDynamicReleaseAidl'
           compileDynamicReleaseJavaWithJavac: task ':app:compileDynamicReleaseJavaWithJavac'
           compileDynamicReleaseNdk: task ':app:compileDynamicReleaseNdk'
           compileDynamicReleaseRenderscript: task ':app:compileDynamicReleaseRenderscript'
           compileDynamicReleaseShaders: task ':app:compileDynamicReleaseShaders'
           compileDynamicReleaseSources: task ':app:compileDynamicReleaseSources'
           compileDynamicReleaseUnitTestJavaWithJavac: task ':app:compileDynamicReleaseUnitTestJavaWithJavac'
           compileDynamicReleaseUnitTestSources: task ':app:compileDynamicReleaseUnitTestSources'
           compileLint: task ':app:compileLint'
           compileProfileAidl: task ':app:compileProfileAidl'
           compileProfileJavaWithJavac: task ':app:compileProfileJavaWithJavac'
           compileProfileNdk: task ':app:compileProfileNdk'
           compileProfileRenderscript: task ':app:compileProfileRenderscript'
           compileProfileShaders: task ':app:compileProfileShaders'
           compileProfileSources: task ':app:compileProfileSources'
           compileProfileUnitTestJavaWithJavac: task ':app:compileProfileUnitTestJavaWithJavac'
           compileProfileUnitTestSources: task ':app:compileProfileUnitTestSources'
           compileReleaseAidl: task ':app:compileReleaseAidl'
           compileReleaseJavaWithJavac: task ':app:compileReleaseJavaWithJavac'
           compileReleaseNdk: task ':app:compileReleaseNdk'
           compileReleaseRenderscript: task ':app:compileReleaseRenderscript'
           compileReleaseShaders: task ':app:compileReleaseShaders'
           compileReleaseSources: task ':app:compileReleaseSources'
           compileReleaseUnitTestJavaWithJavac: task ':app:compileReleaseUnitTestJavaWithJavac'
           compileReleaseUnitTestSources: task ':app:compileReleaseUnitTestSources'
           components: SoftwareComponentInternal set
           configurationActions: org.gradle.configuration.project.DefaultProjectConfigurationActionContainer@40acd720
           configurationTargetIdentifier: org.gradle.configuration.ConfigurationTargetIdentifier$1@1763458a
           configurations: configuration container
           connectedAndroidTest: task ':app:connectedAndroidTest'
           connectedCheck: task ':app:connectedCheck'
           connectedDebugAndroidTest: task ':app:connectedDebugAndroidTest'
           consumeConfigAttr: task ':app:consumeConfigAttr'
           convention: org.gradle.api.internal.plugins.DefaultConvention@2771f375
           copyFlutterAssetsDebug: task ':app:copyFlutterAssetsDebug'
           copyFlutterAssetsDynamicProfile: task ':app:copyFlutterAssetsDynamicProfile'
           copyFlutterAssetsDynamicRelease: task ':app:copyFlutterAssetsDynamicRelease'
           copyFlutterAssetsProfile: task ':app:copyFlutterAssetsProfile'
           copyFlutterAssetsRelease: task ':app:copyFlutterAssetsRelease'
           createDebugCompatibleScreenManifests: task ':app:createDebugCompatibleScreenManifests'
           createDynamicProfileCompatibleScreenManifests: task ':app:createDynamicProfileCompatibleScreenManifests'
           createDynamicReleaseCompatibleScreenManifests: task ':app:createDynamicReleaseCompatibleScreenManifests'
           createMockableJar: task ':app:createMockableJar'
           createProfileCompatibleScreenManifests: task ':app:createProfileCompatibleScreenManifests'
           createReleaseCompatibleScreenManifests: task ':app:createReleaseCompatibleScreenManifests'
           defaultArtifacts: org.gradle.api.internal.plugins.DefaultArtifactPublicationSet_Decorated@68ace45a
           defaultTasks: []
           deferredProjectConfiguration: org.gradle.api.internal.project.DeferredProjectConfiguration@4e1f2bb8
           dependencies: org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler_Decorated@435d68e4
           dependencyLocking: org.gradle.internal.locking.DefaultDependencyLockingHandler_Decorated@6b1fc1a1
           depth: 1
           description: null
           deviceAndroidTest: task ':app:deviceAndroidTest'
           deviceCheck: task ':app:deviceCheck'
           displayName: project ':app'
           distsDir: /media/ilhamwahabigx/Work/flutter_app/disparbud_oku/build/app/distributions
           distsDirName: distributions
           docsDir: /media/ilhamwahabigx/Work/flutter_app/disparbud_oku/build/app/docs
           docsDirName: docs
           ext: org.gradle.api.internal.plugins.DefaultExtraPropertiesExtension@649e76ac
           extensions: org.gradle.api.internal.plugins.DefaultConvention@2771f375
           extractApksForDebug: task ':app:extractApksForDebug'
           extractApksForDynamicProfile: task ':app:extractApksForDynamicProfile'
           extractApksForDynamicRelease: task ':app:extractApksForDynamicRelease'
           extractApksForProfile: task ':app:extractApksForProfile'
           extractApksForRelease: task ':app:extractApksForRelease'
           extractProguardFiles: task ':app:extractProguardFiles'
           fileOperations: org.gradle.api.internal.file.DefaultFileOperations@53ebd36c
           fileResolver: org.gradle.api.internal.file.BaseDirFileResolver@7bd98bbd
           flutter: FlutterExtension_Decorated@6e5e5fae
           flutterBuildDebug: task ':app:flutterBuildDebug'
           flutterBuildDynamicProfile: task ':app:flutterBuildDynamicProfile'
           flutterBuildDynamicRelease: task ':app:flutterBuildDynamicRelease'
           flutterBuildProfile: task ':app:flutterBuildProfile'
           flutterBuildRelease: task ':app:flutterBuildRelease'
           flutterBuildX86Jar: task ':app:flutterBuildX86Jar'
           generateDebugAndroidTestAssets: task ':app:generateDebugAndroidTestAssets'
           generateDebugAndroidTestBuildConfig: task ':app:generateDebugAndroidTestBuildConfig'
           generateDebugAndroidTestResValues: task ':app:generateDebugAndroidTestResValues'
           generateDebugAndroidTestResources: task ':app:generateDebugAndroidTestResources'
           generateDebugAndroidTestSources: task ':app:generateDebugAndroidTestSources'
           generateDebugAssets: task ':app:generateDebugAssets'
           generateDebugBuildConfig: task ':app:generateDebugBuildConfig'
           generateDebugFeatureMetadata: task ':app:generateDebugFeatureMetadata'
           generateDebugFeatureTransitiveDeps: task ':app:generateDebugFeatureTransitiveDeps'
           generateDebugResValues: task ':app:generateDebugResValues'
           generateDebugResources: task ':app:generateDebugResources'
           generateDebugSources: task ':app:generateDebugSources'
           generateDebugUnitTestAssets: task ':app:generateDebugUnitTestAssets'
           generateDebugUnitTestResources: task ':app:generateDebugUnitTestResources'
           generateDebugUnitTestSources: task ':app:generateDebugUnitTestSources'
           generateDynamicProfileAssets: task ':app:generateDynamicProfileAssets'
           generateDynamicProfileBuildConfig: task ':app:generateDynamicProfileBuildConfig'
           generateDynamicProfileFeatureMetadata: task ':app:generateDynamicProfileFeatureMetadata'
           generateDynamicProfileFeatureTransitiveDeps: task ':app:generateDynamicProfileFeatureTransitiveDeps'
           generateDynamicProfileResValues: task ':app:generateDynamicProfileResValues'
           generateDynamicProfileResources: task ':app:generateDynamicProfileResources'
           generateDynamicProfileSources: task ':app:generateDynamicProfileSources'
           generateDynamicProfileUnitTestAssets: task ':app:generateDynamicProfileUnitTestAssets'
           generateDynamicProfileUnitTestResources: task ':app:generateDynamicProfileUnitTestResources'
           generateDynamicProfileUnitTestSources: task ':app:generateDynamicProfileUnitTestSources'
           generateDynamicReleaseAssets: task ':app:generateDynamicReleaseAssets'
           generateDynamicReleaseBuildConfig: task ':app:generateDynamicReleaseBuildConfig'
           generateDynamicReleaseFeatureMetadata: task ':app:generateDynamicReleaseFeatureMetadata'
           generateDynamicReleaseFeatureTransitiveDeps: task ':app:generateDynamicReleaseFeatureTransitiveDeps'
           generateDynamicReleaseResValues: task ':app:generateDynamicReleaseResValues'
           generateDynamicReleaseResources: task ':app:generateDynamicReleaseResources'
           generateDynamicReleaseSources: task ':app:generateDynamicReleaseSources'
           generateDynamicReleaseUnitTestAssets: task ':app:generateDynamicReleaseUnitTestAssets'
           generateDynamicReleaseUnitTestResources: task ':app:generateDynamicReleaseUnitTestResources'
           generateDynamicReleaseUnitTestSources: task ':app:generateDynamicReleaseUnitTestSources'
           generateProfileAssets: task ':app:generateProfileAssets'
           generateProfileBuildConfig: task ':app:generateProfileBuildConfig'
           generateProfileFeatureMetadata: task ':app:generateProfileFeatureMetadata'
           generateProfileFeatureTransitiveDeps: task ':app:generateProfileFeatureTransitiveDeps'
           generateProfileResValues: task ':app:generateProfileResValues'
           generateProfileResources: task ':app:generateProfileResources'
           generateProfileSources: task ':app:generateProfileSources'
           generateProfileUnitTestAssets: task ':app:generateProfileUnitTestAssets'
           generateProfileUnitTestResources: task ':app:generateProfileUnitTestResources'
           generateProfileUnitTestSources: task ':app:generateProfileUnitTestSources'
           generateReleaseAssets: task ':app:generateReleaseAssets'
           generateReleaseBuildConfig: task ':app:generateReleaseBuildConfig'
           generateReleaseFeatureMetadata: task ':app:generateReleaseFeatureMetadata'
           generateReleaseFeatureTransitiveDeps: task ':app:generateReleaseFeatureTransitiveDeps'
           generateReleaseResValues: task ':app:generateReleaseResValues'
           generateReleaseResources: task ':app:generateReleaseResources'
           generateReleaseSources: task ':app:generateReleaseSources'
           generateReleaseUnitTestAssets: task ':app:generateReleaseUnitTestAssets'
           generateReleaseUnitTestResources: task ':app:generateReleaseUnitTestResources'
           generateReleaseUnitTestSources: task ':app:generateReleaseUnitTestSources'
           gradle: build 'android'
           group: android
           identityPath: :app
           inheritedScope: org.gradle.api.internal.ExtensibleDynamicObject$InheritedDynamicObject@79e27fdf
           installDebug: task ':app:installDebug'
           installDebugAndroidTest: task ':app:installDebugAndroidTest'
           installDynamicProfile: task ':app:installDynamicProfile'
           installDynamicRelease: task ':app:installDynamicRelease'
           installProfile: task ':app:installProfile'
           installRelease: task ':app:installRelease'
           java: org.gradle.api.plugins.internal.DefaultJavaPluginExtension_Decorated@749fb33c
           javaPreCompileDebug: task ':app:javaPreCompileDebug'
           javaPreCompileDebugAndroidTest: task ':app:javaPreCompileDebugAndroidTest'
           javaPreCompileDebugUnitTest: task ':app:javaPreCompileDebugUnitTest'
           javaPreCompileDynamicProfile: task ':app:javaPreCompileDynamicProfile'
           javaPreCompileDynamicProfileUnitTest: task ':app:javaPreCompileDynamicProfileUnitTest'
           javaPreCompileDynamicRelease: task ':app:javaPreCompileDynamicRelease'
           javaPreCompileDynamicReleaseUnitTest: task ':app:javaPreCompileDynamicReleaseUnitTest'
           javaPreCompileProfile: task ':app:javaPreCompileProfile'
           javaPreCompileProfileUnitTest: task ':app:javaPreCompileProfileUnitTest'
           javaPreCompileRelease: task ':app:javaPreCompileRelease'
           javaPreCompileReleaseUnitTest: task ':app:javaPreCompileReleaseUnitTest'
           layout: org.gradle.api.internal.file.DefaultProjectLayout@43ac5a71
           libsDir: /media/ilhamwahabigx/Work/flutter_app/disparbud_oku/build/app/libs
           libsDirName: libs
           lint: task ':app:lint'
           lintDebug: task ':app:lintDebug'
           lintDynamicProfile: task ':app:lintDynamicProfile'
           lintDynamicRelease: task ':app:lintDynamicRelease'
           lintFix: task ':app:lintFix'
           lintProfile: task ':app:lintProfile'
           lintRelease: task ':app:lintRelease'
           lintVitalRelease: task ':app:lintVitalRelease'
           listenerBuildOperationDecorator: org.gradle.configuration.internal.DefaultListenerBuildOperationDecorator@5f13ce85
           logger: org.gradle.internal.logging.slf4j.OutputEventListenerBackedLogger@35087de0
           logging: org.gradle.internal.logging.services.DefaultLoggingManager@35654e3f
           mainApkListPersistenceDebug: task ':app:mainApkListPersistenceDebug'
           mainApkListPersistenceDebugAndroidTest: task ':app:mainApkListPersistenceDebugAndroidTest'
           mainApkListPersistenceDynamicProfile: task ':app:mainApkListPersistenceDynamicProfile'
           mainApkListPersistenceDynamicRelease: task ':app:mainApkListPersistenceDynamicRelease'
           mainApkListPersistenceProfile: task ':app:mainApkListPersistenceProfile'
           mainApkListPersistenceRelease: task ':app:mainApkListPersistenceRelease'
           makeApkFromBundleForDebug: task ':app:makeApkFromBundleForDebug'
           makeApkFromBundleForDynamicProfile: task ':app:makeApkFromBundleForDynamicProfile'
           makeApkFromBundleForDynamicRelease: task ':app:makeApkFromBundleForDynamicRelease'
           makeApkFromBundleForProfile: task ':app:makeApkFromBundleForProfile'
           makeApkFromBundleForRelease: task ':app:makeApkFromBundleForRelease'
           mergeDebugAndroidTestAssets: task ':app:mergeDebugAndroidTestAssets'
           mergeDebugAndroidTestJniLibFolders: task ':app:mergeDebugAndroidTestJniLibFolders'
           mergeDebugAndroidTestResources: task ':app:mergeDebugAndroidTestResources'
           mergeDebugAndroidTestShaders: task ':app:mergeDebugAndroidTestShaders'
           mergeDebugAssets: task ':app:mergeDebugAssets'
           mergeDebugJniLibFolders: task ':app:mergeDebugJniLibFolders'
           mergeDebugResources: task ':app:mergeDebugResources'
           mergeDebugShaders: task ':app:mergeDebugShaders'
           mergeDynamicProfileAssets: task ':app:mergeDynamicProfileAssets'
           mergeDynamicProfileJniLibFolders: task ':app:mergeDynamicProfileJniLibFolders'
           mergeDynamicProfileResources: task ':app:mergeDynamicProfileResources'
           mergeDynamicProfileShaders: task ':app:mergeDynamicProfileShaders'
           mergeDynamicReleaseAssets: task ':app:mergeDynamicReleaseAssets'
           mergeDynamicReleaseJniLibFolders: task ':app:mergeDynamicReleaseJniLibFolders'
           mergeDynamicReleaseResources: task ':app:mergeDynamicReleaseResources'
           mergeDynamicReleaseShaders: task ':app:mergeDynamicReleaseShaders'
           mergeProfileAssets: task ':app:mergeProfileAssets'
           mergeProfileJniLibFolders: task ':app:mergeProfileJniLibFolders'
           mergeProfileResources: task ':app:mergeProfileResources'
           mergeProfileShaders: task ':app:mergeProfileShaders'
           mergeReleaseAssets: task ':app:mergeReleaseAssets'
           mergeReleaseJniLibFolders: task ':app:mergeReleaseJniLibFolders'
           mergeReleaseResources: task ':app:mergeReleaseResources'
           mergeReleaseShaders: task ':app:mergeReleaseShaders'
           modelRegistry: org.gradle.model.internal.registry.DefaultModelRegistry@3cea0dfc
           modelSchemaStore: org.gradle.model.internal.manage.schema.extract.DefaultModelSchemaStore@11246193
           module: org.gradle.api.internal.artifacts.ProjectBackedModule@7b89519
           name: app
           normalization: org.gradle.normalization.internal.DefaultInputNormalizationHandler_Decorated@1d34a7c2
           objects: org.gradle.api.internal.model.DefaultObjectFactory@5c123507
           org.gradle.jvmargs: -Xmx1536M
           packageAppClassesDebug: task ':app:packageAppClassesDebug'
           packageAppClassesDebugAndroidTest: task ':app:packageAppClassesDebugAndroidTest'
           packageAppClassesDebugUnitTest: task ':app:packageAppClassesDebugUnitTest'
           packageAppClassesDynamicProfile: task ':app:packageAppClassesDynamicProfile'
           packageAppClassesDynamicProfileUnitTest: task ':app:packageAppClassesDynamicProfileUnitTest'
           packageAppClassesDynamicRelease: task ':app:packageAppClassesDynamicRelease'
           packageAppClassesDynamicReleaseUnitTest: task ':app:packageAppClassesDynamicReleaseUnitTest'
           packageAppClassesProfile: task ':app:packageAppClassesProfile'
           packageAppClassesProfileUnitTest: task ':app:packageAppClassesProfileUnitTest'
           packageAppClassesRelease: task ':app:packageAppClassesRelease'
           packageAppClassesReleaseUnitTest: task ':app:packageAppClassesReleaseUnitTest'
           packageDebug: task ':app:packageDebug'
           packageDebugAndroidTest: task ':app:packageDebugAndroidTest'
           packageDebugBundle: task ':app:packageDebugBundle'
           packageDebugUniversalApk: task ':app:packageDebugUniversalApk'
           packageDynamicProfile: task ':app:packageDynamicProfile'
           packageDynamicProfileBundle: task ':app:packageDynamicProfileBundle'
           packageDynamicProfileUniversalApk: task ':app:packageDynamicProfileUniversalApk'
           packageDynamicRelease: task ':app:packageDynamicRelease'
           packageDynamicReleaseBundle: task ':app:packageDynamicReleaseBundle'
           packageDynamicReleaseUniversalApk: task ':app:packageDynamicReleaseUniversalApk'
           packageProfile: task ':app:packageProfile'
           packageProfileBundle: task ':app:packageProfileBundle'
           packageProfileUniversalApk: task ':app:packageProfileUniversalApk'
           packageRelease: task ':app:packageRelease'
           packageReleaseBundle: task ':app:packageReleaseBundle'
           packageReleaseUniversalApk: task ':app:packageReleaseUniversalApk'
           parent: root project 'android'
           parentIdentifier: root project 'android'
           path: :app
           pluginManager: org.gradle.api.internal.plugins.DefaultPluginManager_Decorated@43998c0c
           plugins: [org.gradle.api.plugins.HelpTasksPlugin@2f70ec6e, com.android.build.gradle.api.AndroidBasePlugin@174254f5, org.gradle.language.base.plugins.LifecycleBasePlugin@5ab5e117, org.gradle.api.plugins.BasePlugin@55c3ffa1, org.gradle.api.plugins.ReportingBasePlugin@7d786aeb, org.gradle.api.plugins.JavaBasePlugin@78987c4d, com.android.build.gradle.AppPlugin@dd09710, FlutterPlugin@47244ffc]
           preBuild: task ':app:preBuild'
           preDebugAndroidTestBuild: task ':app:preDebugAndroidTestBuild'
           preDebugBuild: task ':app:preDebugBuild'
           preDebugUnitTestBuild: task ':app:preDebugUnitTestBuild'
           preDynamicProfileBuild: task ':app:preDynamicProfileBuild'
           preDynamicProfileUnitTestBuild: task ':app:preDynamicProfileUnitTestBuild'
           preDynamicReleaseBuild: task ':app:preDynamicReleaseBuild'
           preDynamicReleaseUnitTestBuild: task ':app:preDynamicReleaseUnitTestBuild'
           preProfileBuild: task ':app:preProfileBuild'
           preProfileUnitTestBuild: task ':app:preProfileUnitTestBuild'
           preReleaseBuild: task ':app:preReleaseBuild'
           preReleaseUnitTestBuild: task ':app:preReleaseUnitTestBuild'
           prepareLintJar: task ':app:prepareLintJar'
           processDebugAndroidTestJavaRes: task ':app:processDebugAndroidTestJavaRes'
           processDebugAndroidTestManifest: task ':app:processDebugAndroidTestManifest'
           processDebugAndroidTestResources: task ':app:processDebugAndroidTestResources'
           processDebugJavaRes: task ':app:processDebugJavaRes'
           processDebugManifest: task ':app:processDebugManifest'
           processDebugResources: task ':app:processDebugResources'
           processDebugUnitTestJavaRes: task ':app:processDebugUnitTestJavaRes'
           processDynamicProfileJavaRes: task ':app:processDynamicProfileJavaRes'
           processDynamicProfileManifest: task ':app:processDynamicProfileManifest'
           processDynamicProfileResources: task ':app:processDynamicProfileResources'
           processDynamicProfileUnitTestJavaRes: task ':app:processDynamicProfileUnitTestJavaRes'
           processDynamicReleaseJavaRes: task ':app:processDynamicReleaseJavaRes'
           processDynamicReleaseManifest: task ':app:processDynamicReleaseManifest'
           processDynamicReleaseResources: task ':app:processDynamicReleaseResources'
           processDynamicReleaseUnitTestJavaRes: task ':app:processDynamicReleaseUnitTestJavaRes'
           processOperations: org.gradle.api.internal.file.DefaultFileOperations@53ebd36c
           processProfileJavaRes: task ':app:processProfileJavaRes'
           processProfileManifest: task ':app:processProfileManifest'
           processProfileResources: task ':app:processProfileResources'
           processProfileUnitTestJavaRes: task ':app:processProfileUnitTestJavaRes'
           processReleaseJavaRes: task ':app:processReleaseJavaRes'
           processReleaseManifest: task ':app:processReleaseManifest'
           processReleaseResources: task ':app:processReleaseResources'
           processReleaseUnitTestJavaRes: task ':app:processReleaseUnitTestJavaRes'
           project: project ':app'
           projectConfigurator: org.gradle.api.internal.project.BuildOperationCrossProjectConfigurator@79b55ac1
           projectDir: /media/ilhamwahabigx/Work/flutter_app/disparbud_oku/android/app
           projectEvaluationBroadcaster: ProjectEvaluationListener broadcast
           projectEvaluator: org.gradle.configuration.project.LifecycleProjectEvaluator@42742bae
           projectPath: :app
           projectRegistry: org.gradle.api.internal.project.DefaultProjectRegistry@4b155ce7
           properties: {...}
           providers: org.gradle.api.internal.provider.DefaultProviderFactory@183ea17f
           reportBuildArtifactsDebug: task ':app:reportBuildArtifactsDebug'
           reportBuildArtifactsDynamicProfile: task ':app:reportBuildArtifactsDynamicProfile'
           reportBuildArtifactsDynamicRelease: task ':app:reportBuildArtifactsDynamicRelease'
           reportBuildArtifactsProfile: task ':app:reportBuildArtifactsProfile'
           reportBuildArtifactsRelease: task ':app:reportBuildArtifactsRelease'
           reportSourceSetTransformAndroidTest: task ':app:reportSourceSetTransformAndroidTest'
           reportSourceSetTransformAndroidTestDebug: task ':app:reportSourceSetTransformAndroidTestDebug'
           reportSourceSetTransformDebug: task ':app:reportSourceSetTransformDebug'
           reportSourceSetTransformDynamicProfile: task ':app:reportSourceSetTransformDynamicProfile'
           reportSourceSetTransformDynamicRelease: task ':app:reportSourceSetTransformDynamicRelease'
           reportSourceSetTransformMain: task ':app:reportSourceSetTransformMain'
           reportSourceSetTransformProfile: task ':app:reportSourceSetTransformProfile'
           reportSourceSetTransformRelease: task ':app:reportSourceSetTransformRelease'
           reportSourceSetTransformTest: task ':app:reportSourceSetTransformTest'
           reportSourceSetTransformTestDebug: task ':app:reportSourceSetTransformTestDebug'
           reportSourceSetTransformTestDynamicProfile: task ':app:reportSourceSetTransformTestDynamicProfile'
           reportSourceSetTransformTestDynamicRelease: task ':app:reportSourceSetTransformTestDynamicRelease'
           reportSourceSetTransformTestProfile: task ':app:reportSourceSetTransformTestProfile'
           reportSourceSetTransformTestRelease: task ':app:reportSourceSetTransformTestRelease'
           reporting: org.gradle.api.reporting.ReportingExtension_Decorated@2e2ba1d6
           reportsDir: /media/ilhamwahabigx/Work/flutter_app/disparbud_oku/build/app/reports
           repositories: repository container
           resolveConfigAttr: task ':app:resolveConfigAttr'
           resourceLoader: org.gradle.internal.resource.transfer.DefaultUriTextResourceLoader@7d1b9580
           resources: org.gradle.api.internal.resources.DefaultResourceHandler@1ed1e8d6
           rootDir: /media/ilhamwahabigx/Work/flutter_app/disparbud_oku/android
           rootProject: root project 'android'
           script: false
           scriptHandlerFactory: org.gradle.api.internal.initialization.DefaultScriptHandlerFactory@7fc26d8f
           scriptPluginFactory: org.gradle.configuration.ScriptPluginFactorySelector@c9456b0
           serviceRegistryFactory: org.gradle.internal.service.scopes.ProjectScopeServices$4@2d827537
           services: ProjectScopeServices
           signingReport: task ':app:signingReport'
           sourceCompatibility: 1.8
           sourceSets: SourceSet container
           splitsDiscoveryTaskDebug: task ':app:splitsDiscoveryTaskDebug'
           splitsDiscoveryTaskDynamicProfile: task ':app:splitsDiscoveryTaskDynamicProfile'
           splitsDiscoveryTaskDynamicRelease: task ':app:splitsDiscoveryTaskDynamicRelease'
           splitsDiscoveryTaskProfile: task ':app:splitsDiscoveryTaskProfile'
           splitsDiscoveryTaskRelease: task ':app:splitsDiscoveryTaskRelease'
           standardOutputCapture: org.gradle.internal.logging.services.DefaultLoggingManager@35654e3f
           state: project state 'EXECUTED'
           status: integration
           subprojects: []
           targetCompatibility: 1.8
           tasks: task set
           test: task ':app:test'
           testDebugUnitTest: task ':app:testDebugUnitTest'
           testDynamicProfileUnitTest: task ':app:testDynamicProfileUnitTest'
           testDynamicReleaseUnitTest: task ':app:testDynamicReleaseUnitTest'
           testProfileUnitTest: task ':app:testProfileUnitTest'
           testReleaseUnitTest: task ':app:testReleaseUnitTest'
           testReportDir: /media/ilhamwahabigx/Work/flutter_app/disparbud_oku/build/app/reports/tests
           testReportDirName: tests
           testResultsDir: /media/ilhamwahabigx/Work/flutter_app/disparbud_oku/build/app/test-results
           testResultsDirName: test-results
           transformClassesAndResourcesWithProguardForRelease: task ':app:transformClassesAndResourcesWithProguardForRelease'
           transformClassesWithDexBuilderForDebug: task ':app:transformClassesWithDexBuilderForDebug'
           transformClassesWithDexBuilderForDebugAndroidTest: task ':app:transformClassesWithDexBuilderForDebugAndroidTest'
           transformClassesWithDexBuilderForDynamicProfile: task ':app:transformClassesWithDexBuilderForDynamicProfile'
           transformClassesWithDexBuilderForDynamicRelease: task ':app:transformClassesWithDexBuilderForDynamicRelease'
           transformClassesWithDexBuilderForProfile: task ':app:transformClassesWithDexBuilderForProfile'
           transformClassesWithDexBuilderForRelease: task ':app:transformClassesWithDexBuilderForRelease'
           transformDexArchiveWithDexMergerForDebug: task ':app:transformDexArchiveWithDexMergerForDebug'
           transformDexArchiveWithDexMergerForDebugAndroidTest: task ':app:transformDexArchiveWithDexMergerForDebugAndroidTest'
           transformDexArchiveWithDexMergerForDynamicProfile: task ':app:transformDexArchiveWithDexMergerForDynamicProfile'
           transformDexArchiveWithDexMergerForDynamicRelease: task ':app:transformDexArchiveWithDexMergerForDynamicRelease'
           transformDexArchiveWithDexMergerForProfile: task ':app:transformDexArchiveWithDexMergerForProfile'
           transformDexArchiveWithDexMergerForRelease: task ':app:transformDexArchiveWithDexMergerForRelease'
           transformDexArchiveWithExternalLibsDexMergerForDebug: task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'
           transformDexArchiveWithExternalLibsDexMergerForDebugAndroidTest: task ':app:transformDexArchiveWithExternalLibsDexMergerForDebugAndroidTest'
           transformDexArchiveWithExternalLibsDexMergerForDynamicProfile: task ':app:transformDexArchiveWithExternalLibsDexMergerForDynamicProfile'
           transformDexArchiveWithExternalLibsDexMergerForDynamicRelease: task ':app:transformDexArchiveWithExternalLibsDexMergerForDynamicRelease'
           transformDexArchiveWithExternalLibsDexMergerForProfile: task ':app:transformDexArchiveWithExternalLibsDexMergerForProfile'
           transformNativeLibsWithMergeJniLibsForDebug: task ':app:transformNativeLibsWithMergeJniLibsForDebug'
           transformNativeLibsWithMergeJniLibsForDebugAndroidTest: task ':app:transformNativeLibsWithMergeJniLibsForDebugAndroidTest'
           transformNativeLibsWithMergeJniLibsForDynamicProfile: task ':app:transformNativeLibsWithMergeJniLibsForDynamicProfile'
           transformNativeLibsWithMergeJniLibsForDynamicRelease: task ':app:transformNativeLibsWithMergeJniLibsForDynamicRelease'
           transformNativeLibsWithMergeJniLibsForProfile: task ':app:transformNativeLibsWithMergeJniLibsForProfile'
           transformNativeLibsWithMergeJniLibsForRelease: task ':app:transformNativeLibsWithMergeJniLibsForRelease'
           transformResourcesWithMergeJavaResForDebug: task ':app:transformResourcesWithMergeJavaResForDebug'
           transformResourcesWithMergeJavaResForDebugAndroidTest: task ':app:transformResourcesWithMergeJavaResForDebugAndroidTest'
           transformResourcesWithMergeJavaResForDebugUnitTest: task ':app:transformResourcesWithMergeJavaResForDebugUnitTest'
           transformResourcesWithMergeJavaResForDynamicProfile: task ':app:transformResourcesWithMergeJavaResForDynamicProfile'
           transformResourcesWithMergeJavaResForDynamicProfileUnitTest: task ':app:transformResourcesWithMergeJavaResForDynamicProfileUnitTest'
           transformResourcesWithMergeJavaResForDynamicRelease: task ':app:transformResourcesWithMergeJavaResForDynamicRelease'
           transformResourcesWithMergeJavaResForDynamicReleaseUnitTest: task ':app:transformResourcesWithMergeJavaResForDynamicReleaseUnitTest'
           transformResourcesWithMergeJavaResForProfile: task ':app:transformResourcesWithMergeJavaResForProfile'
           transformResourcesWithMergeJavaResForProfileUnitTest: task ':app:transformResourcesWithMergeJavaResForProfileUnitTest'
           transformResourcesWithMergeJavaResForRelease: task ':app:transformResourcesWithMergeJavaResForRelease'
           transformResourcesWithMergeJavaResForReleaseUnitTest: task ':app:transformResourcesWithMergeJavaResForReleaseUnitTest'
           uninstallAll: task ':app:uninstallAll'
           uninstallDebug: task ':app:uninstallDebug'
           uninstallDebugAndroidTest: task ':app:uninstallDebugAndroidTest'
           uninstallDynamicProfile: task ':app:uninstallDynamicProfile'
           uninstallDynamicRelease: task ':app:uninstallDynamicRelease'
           uninstallProfile: task ':app:uninstallProfile'
           uninstallRelease: task ':app:uninstallRelease'
           validateSigningDebug: task ':app:validateSigningDebug'
           validateSigningDebugAndroidTest: task ':app:validateSigningDebugAndroidTest'
           validateSigningDynamicProfile: task ':app:validateSigningDynamicProfile'
           validateSigningDynamicRelease: task ':app:validateSigningDynamicRelease'
           validateSigningProfile: task ':app:validateSigningProfile'
           validateSigningRelease: task ':app:validateSigningRelease'
           version: unspecified
           writeDebugApplicationId: task ':app:writeDebugApplicationId'
           writeDynamicProfileApplicationId: task ':app:writeDynamicProfileApplicationId'
           writeDynamicReleaseApplicationId: task ':app:writeDynamicReleaseApplicationId'
           writeProfileApplicationId: task ':app:writeProfileApplicationId'
           writeReleaseApplicationId: task ':app:writeReleaseApplicationId'
           1 actionable task: 1 executed
[   +4 ms] executing: [/media/ilhamwahabigx/Work/flutter_app/disparbud_oku/android/] /media/ilhamwahabigx/Work/flutter_app/disparbud_oku/android/gradlew app:tasks --all
[+1038 ms] 
           > Task :app:tasks

           ------------------------------------------------------------
           All tasks runnable from project :app
           ------------------------------------------------------------

           Android tasks
           -------------
           androidDependencies - Displays the Android dependencies of the project.
           signingReport - Displays the signing info for each variant.
           sourceSets - Prints out all the source sets defined in this project.

           Build tasks
           -----------
           assemble - Assembles all variants of all applications and secondary packages.
           assembleAndroidTest - Assembles all the Test applications.
           assembleDebug - Assembles all Debug builds.
           assembleDynamicProfile - Assembles all DynamicProfile builds.
           assembleDynamicRelease - Assembles all DynamicRelease builds.
           assembleProfile - Assembles all Profile builds.
           assembleRelease - Assembles all Release builds.
           build - Assembles and tests this project.
           buildDependents - Assembles and tests this project and all projects that depend on it.
           buildNeeded - Assembles and tests this project and all projects it depends on.
           bundleDebug - Creates all Debug bundles.
           bundleDynamicProfile - Creates all DynamicProfile bundles.
           bundleDynamicRelease - Creates all DynamicRelease bundles.
           bundleProfile - Creates all Profile bundles.
           bundleRelease - Creates all Release bundles.
           clean - Deletes the build directory.
           cleanBuildCache - Deletes the build cache directory.
           compileDebugAndroidTestSources
           compileDebugSources
           compileDebugUnitTestSources
           compileDynamicProfileSources
           compileDynamicProfileUnitTestSources
           compileDynamicReleaseSources
           compileDynamicReleaseUnitTestSources
           compileProfileSources
           compileProfileUnitTestSources
           compileReleaseSources
           compileReleaseUnitTestSources

           Cleanup tasks
           -------------
           lintFix - Runs lint on all variants and applies any safe suggestions to the source code.

           Help tasks
           ----------
           buildEnvironment - Displays all buildscript dependencies declared in project ':app'.
           components - Displays the components produced by project ':app'. [incubating]
           dependencies - Displays all dependencies declared in project ':app'.
           dependencyInsight - Displays the insight into a specific dependency in project ':app'.
           dependentComponents - Displays the dependent components of components in project ':app'. [incubating]
           help - Displays a help message.
           model - Displays the configuration model of project ':app'. [incubating]
           projects - Displays the sub-projects of project ':app'.
           properties - Displays the properties of project ':app'.
           tasks - Displays the tasks runnable from project ':app'.

           Install tasks
           -------------
           installDebug - Installs the Debug build.
           installDebugAndroidTest - Installs the android (on device) tests for the Debug build.
           installDynamicProfile - Installs the DynamicProfile build.
           installDynamicRelease - Installs the DynamicRelease build.
           installProfile - Installs the Profile build.
           installRelease - Installs the Release build.
           uninstallAll - Uninstall all applications.
           uninstallDebug - Uninstalls the Debug build.
           uninstallDebugAndroidTest - Uninstalls the android (on device) tests for the Debug build.
           uninstallDynamicProfile - Uninstalls the DynamicProfile build.
           uninstallDynamicRelease - Uninstalls the DynamicRelease build.
           uninstallProfile - Uninstalls the Profile build.
           uninstallRelease - Uninstalls the Release build.

           Verification tasks
           ------------------
           check - Runs all checks.
           connectedAndroidTest - Installs and runs instrumentation tests for all flavors on connected devices.
           connectedCheck - Runs all device checks on currently connected devices.
           connectedDebugAndroidTest - Installs and runs the tests for debug on connected devices.
           deviceAndroidTest - Installs and runs instrumentation tests using all Device Providers.
           deviceCheck - Runs all device checks using Device Providers and Test Servers.
           lint - Runs lint on all variants.
           lintDebug - Runs lint on the Debug build.
           lintDynamicProfile - Runs lint on the DynamicProfile build.
           lintDynamicRelease - Runs lint on the DynamicRelease build.
           lintProfile - Runs lint on the Profile build.
           lintRelease - Runs lint on the Release build.
           lintVitalRelease - Runs lint on just the fatal issues in the release build.
           test - Run unit tests for all variants.
           testDebugUnitTest - Run unit tests for the debug build.
           testDynamicProfileUnitTest - Run unit tests for the dynamicProfile build.
           testDynamicReleaseUnitTest - Run unit tests for the dynamicRelease build.
           testProfileUnitTest - Run unit tests for the profile build.
           testReleaseUnitTest - Run unit tests for the release build.

           Other tasks
           -----------
           assembleDebugAndroidTest
           assembleDebugUnitTest
           assembleDynamicProfileUnitTest
           assembleDynamicReleaseUnitTest
           assembleProfileUnitTest
           assembleReleaseUnitTest
           buildDebugPreBundle
           buildDynamicProfilePreBundle
           buildDynamicReleasePreBundle
           buildProfilePreBundle
           buildReleasePreBundle
           bundle
           bundleDebugAndroidTestResources
           bundleDebugResources
           bundleDynamicProfileResources
           bundleDynamicReleaseResources
           bundleProfileResources
           bundleReleaseResources
           checkDebugAndroidTestClasspath
           checkDebugClasspath
           checkDebugLibraries
           checkDebugManifest
           checkDynamicProfileClasspath
           checkDynamicProfileLibraries
           checkDynamicProfileManifest
           checkDynamicReleaseClasspath
           checkDynamicReleaseLibraries
           checkDynamicReleaseManifest
           checkProfileClasspath
           checkProfileLibraries
           checkProfileManifest
           checkReleaseClasspath
           checkReleaseLibraries
           checkReleaseManifest
           compileDebugAidl
           compileDebugAndroidTestAidl
           compileDebugAndroidTestJavaWithJavac
           compileDebugAndroidTestNdk
           compileDebugAndroidTestRenderscript
           compileDebugAndroidTestShaders
           compileDebugJavaWithJavac
           compileDebugNdk
           compileDebugRenderscript
           compileDebugShaders
           compileDebugUnitTestJavaWithJavac
           compileDynamicProfileAidl
           compileDynamicProfileJavaWithJavac
           compileDynamicProfileNdk
           compileDynamicProfileRenderscript
           compileDynamicProfileShaders
           compileDynamicProfileUnitTestJavaWithJavac
           compileDynamicReleaseAidl
           compileDynamicReleaseJavaWithJavac
           compileDynamicReleaseNdk
           compileDynamicReleaseRenderscript
           compileDynamicReleaseShaders
           compileDynamicReleaseUnitTestJavaWithJavac
           compileLint
           compileProfileAidl
           compileProfileJavaWithJavac
           compileProfileNdk
           compileProfileRenderscript
           compileProfileShaders
           compileProfileUnitTestJavaWithJavac
           compileReleaseAidl
           compileReleaseJavaWithJavac
           compileReleaseNdk
           compileReleaseRenderscript
           compileReleaseShaders
           compileReleaseUnitTestJavaWithJavac
           consumeConfigAttr
           copyFlutterAssetsDebug
           copyFlutterAssetsDynamicProfile
           copyFlutterAssetsDynamicRelease
           copyFlutterAssetsProfile
           copyFlutterAssetsRelease
           createDebugCompatibleScreenManifests
           createDynamicProfileCompatibleScreenManifests
           createDynamicReleaseCompatibleScreenManifests
           createMockableJar
           createProfileCompatibleScreenManifests
           createReleaseCompatibleScreenManifests
           extractApksForDebug
           extractApksForDynamicProfile
           extractApksForDynamicRelease
           extractApksForProfile
           extractApksForRelease
           extractProguardFiles
           flutterBuildDebug
           flutterBuildDynamicProfile
           flutterBuildDynamicRelease
           flutterBuildProfile
           flutterBuildRelease
           flutterBuildX86Jar
           generateDebugAndroidTestAssets
           generateDebugAndroidTestBuildConfig
           generateDebugAndroidTestResources
           generateDebugAndroidTestResValues
           generateDebugAndroidTestSources
           generateDebugAssets
           generateDebugBuildConfig
           generateDebugFeatureMetadata
           generateDebugFeatureTransitiveDeps
           generateDebugResources
           generateDebugResValues
           generateDebugSources
           generateDebugUnitTestAssets
           generateDebugUnitTestResources
           generateDebugUnitTestSources
           generateDynamicProfileAssets
           generateDynamicProfileBuildConfig
           generateDynamicProfileFeatureMetadata
           generateDynamicProfileFeatureTransitiveDeps
           generateDynamicProfileResources
           generateDynamicProfileResValues
           generateDynamicProfileSources
           generateDynamicProfileUnitTestAssets
           generateDynamicProfileUnitTestResources
           generateDynamicProfileUnitTestSources
           generateDynamicReleaseAssets
           generateDynamicReleaseBuildConfig
           generateDynamicReleaseFeatureMetadata
           generateDynamicReleaseFeatureTransitiveDeps
           generateDynamicReleaseResources
           generateDynamicReleaseResValues
           generateDynamicReleaseSources
           generateDynamicReleaseUnitTestAssets
           generateDynamicReleaseUnitTestResources
           generateDynamicReleaseUnitTestSources
           generateProfileAssets
           generateProfileBuildConfig
           generateProfileFeatureMetadata
           generateProfileFeatureTransitiveDeps
           generateProfileResources
           generateProfileResValues
           generateProfileSources
           generateProfileUnitTestAssets
           generateProfileUnitTestResources
           generateProfileUnitTestSources
           generateReleaseAssets
           generateReleaseBuildConfig
           generateReleaseFeatureMetadata
           generateReleaseFeatureTransitiveDeps
           generateReleaseResources
           generateReleaseResValues
           generateReleaseSources
           generateReleaseUnitTestAssets
           generateReleaseUnitTestResources
           generateReleaseUnitTestSources
           javaPreCompileDebug
           javaPreCompileDebugAndroidTest
           javaPreCompileDebugUnitTest
           javaPreCompileDynamicProfile
           javaPreCompileDynamicProfileUnitTest
           javaPreCompileDynamicRelease
           javaPreCompileDynamicReleaseUnitTest
           javaPreCompileProfile
           javaPreCompileProfileUnitTest
           javaPreCompileRelease
           javaPreCompileReleaseUnitTest
           mainApkListPersistenceDebug
           mainApkListPersistenceDebugAndroidTest
           mainApkListPersistenceDynamicProfile
           mainApkListPersistenceDynamicRelease
           mainApkListPersistenceProfile
           mainApkListPersistenceRelease
           makeApkFromBundleForDebug
           makeApkFromBundleForDynamicProfile
           makeApkFromBundleForDynamicRelease
           makeApkFromBundleForProfile
           makeApkFromBundleForRelease
           mergeDebugAndroidTestAssets
           mergeDebugAndroidTestJniLibFolders
           mergeDebugAndroidTestResources
           mergeDebugAndroidTestShaders
           mergeDebugAssets
           mergeDebugJniLibFolders
           mergeDebugResources
           mergeDebugShaders
           mergeDynamicProfileAssets
           mergeDynamicProfileJniLibFolders
           mergeDynamicProfileResources
           mergeDynamicProfileShaders
           mergeDynamicReleaseAssets
           mergeDynamicReleaseJniLibFolders
           mergeDynamicReleaseResources
           mergeDynamicReleaseShaders
           mergeProfileAssets
           mergeProfileJniLibFolders
           mergeProfileResources
           mergeProfileShaders
           mergeReleaseAssets
           mergeReleaseJniLibFolders
           mergeReleaseResources
           mergeReleaseShaders
           packageAppClassesDebug
           packageAppClassesDebugAndroidTest
           packageAppClassesDebugUnitTest
           packageAppClassesDynamicProfile
           packageAppClassesDynamicProfileUnitTest
           packageAppClassesDynamicRelease
           packageAppClassesDynamicReleaseUnitTest
           packageAppClassesProfile
           packageAppClassesProfileUnitTest
           packageAppClassesRelease
           packageAppClassesReleaseUnitTest
           packageDebug
           packageDebugAndroidTest
           packageDebugBundle
           packageDebugUniversalApk
           packageDynamicProfile
           packageDynamicProfileBundle
           packageDynamicProfileUniversalApk
           packageDynamicRelease
           packageDynamicReleaseBundle
           packageDynamicReleaseUniversalApk
           packageProfile
           packageProfileBundle
           packageProfileUniversalApk
           packageRelease
           packageReleaseBundle
           packageReleaseUniversalApk
           preBuild
           preDebugAndroidTestBuild
           preDebugBuild
           preDebugUnitTestBuild
           preDynamicProfileBuild
           preDynamicProfileUnitTestBuild
           preDynamicReleaseBuild
           preDynamicReleaseUnitTestBuild
           prepareLintJar
           preProfileBuild
           preProfileUnitTestBuild
           preReleaseBuild
           preReleaseUnitTestBuild
           processDebugAndroidTestJavaRes
           processDebugAndroidTestManifest
           processDebugAndroidTestResources
           processDebugJavaRes
           processDebugManifest
           processDebugResources
           processDebugUnitTestJavaRes
           processDynamicProfileJavaRes
           processDynamicProfileManifest
           processDynamicProfileResources
           processDynamicProfileUnitTestJavaRes
           processDynamicReleaseJavaRes
           processDynamicReleaseManifest
           processDynamicReleaseResources
           processDynamicReleaseUnitTestJavaRes
           processProfileJavaRes
           processProfileManifest
           processProfileResources
           processProfileUnitTestJavaRes
           processReleaseJavaRes
           processReleaseManifest
           processReleaseResources
           processReleaseUnitTestJavaRes
           reportBuildArtifactsDebug
           reportBuildArtifactsDynamicProfile
           reportBuildArtifactsDynamicRelease
           reportBuildArtifactsProfile
           reportBuildArtifactsRelease
           reportSourceSetTransformAndroidTest
           reportSourceSetTransformAndroidTestDebug
           reportSourceSetTransformDebug
           reportSourceSetTransformDynamicProfile
           reportSourceSetTransformDynamicRelease
           reportSourceSetTransformMain
           reportSourceSetTransformProfile
           reportSourceSetTransformRelease
           reportSourceSetTransformTest
           reportSourceSetTransformTestDebug
           reportSourceSetTransformTestDynamicProfile
           reportSourceSetTransformTestDynamicRelease
           reportSourceSetTransformTestProfile
           reportSourceSetTransformTestRelease
           resolveConfigAttr
           splitsDiscoveryTaskDebug
           splitsDiscoveryTaskDynamicProfile
           splitsDiscoveryTaskDynamicRelease
           splitsDiscoveryTaskProfile
           splitsDiscoveryTaskRelease
           transformClassesAndResourcesWithProguardForRelease
           transformClassesWithDexBuilderForDebug
           transformClassesWithDexBuilderForDebugAndroidTest
           transformClassesWithDexBuilderForDynamicProfile
           transformClassesWithDexBuilderForDynamicRelease
           transformClassesWithDexBuilderForProfile
           transformClassesWithDexBuilderForRelease
           transformDexArchiveWithDexMergerForDebug
           transformDexArchiveWithDexMergerForDebugAndroidTest
           transformDexArchiveWithDexMergerForDynamicProfile
           transformDexArchiveWithDexMergerForDynamicRelease
           transformDexArchiveWithDexMergerForProfile
           transformDexArchiveWithDexMergerForRelease
           transformDexArchiveWithExternalLibsDexMergerForDebug
           transformDexArchiveWithExternalLibsDexMergerForDebugAndroidTest
           transformDexArchiveWithExternalLibsDexMergerForDynamicProfile
           transformDexArchiveWithExternalLibsDexMergerForDynamicRelease
           transformDexArchiveWithExternalLibsDexMergerForProfile
           transformNativeLibsWithMergeJniLibsForDebug
           transformNativeLibsWithMergeJniLibsForDebugAndroidTest
           transformNativeLibsWithMergeJniLibsForDynamicProfile
           transformNativeLibsWithMergeJniLibsForDynamicRelease
           transformNativeLibsWithMergeJniLibsForProfile
           transformNativeLibsWithMergeJniLibsForRelease
           transformResourcesWithMergeJavaResForDebug
           transformResourcesWithMergeJavaResForDebugAndroidTest
           transformResourcesWithMergeJavaResForDebugUnitTest
           transformResourcesWithMergeJavaResForDynamicProfile
           transformResourcesWithMergeJavaResForDynamicProfileUnitTest
           transformResourcesWithMergeJavaResForDynamicRelease
           transformResourcesWithMergeJavaResForDynamicReleaseUnitTest
           transformResourcesWithMergeJavaResForProfile
           transformResourcesWithMergeJavaResForProfileUnitTest
           transformResourcesWithMergeJavaResForRelease
           transformResourcesWithMergeJavaResForReleaseUnitTest
           validateSigningDebug
           validateSigningDebugAndroidTest
           validateSigningDynamicProfile
           validateSigningDynamicRelease
           validateSigningProfile
           validateSigningRelease
           writeDebugApplicationId
           writeDynamicProfileApplicationId
           writeDynamicReleaseApplicationId
           writeProfileApplicationId
           writeReleaseApplicationId

           Rules
           -----
           Pattern: clean<TaskName>: Cleans the output files of a task.
           Pattern: build<ConfigurationName>: Assembles the artifacts of a configuration.
           Pattern: upload<ConfigurationName>: Assembles and uploads the artifacts belonging to a configuration.
           1 actionable task: 1 executed
[   +5 ms] Resolving dependencies... (completed)
[   +1 ms] executing: /home/ilhamwahabigx/Android/Sdk/build-tools/28.0.3/aapt dump xmltree /media/ilhamwahabigx/Work/flutter_app/disparbud_oku/build/app/outputs/apk/app.apk AndroidManifest.xml
[ +114 ms] Exit code 0 from: /home/ilhamwahabigx/Android/Sdk/build-tools/28.0.3/aapt dump xmltree /media/ilhamwahabigx/Work/flutter_app/disparbud_oku/build/app/outputs/apk/app.apk AndroidManifest.xml
[        ] N: android=http://schemas.android.com/apk/res/android
             E: manifest (line=2)
               A: android:versionCode(0x0101021b)=(type 0x10)0x3
               A: android:versionName(0x0101021c)="1.0.0" (Raw: "1.0.0")
               A: package="com.disparbudoku" (Raw: "com.disparbudoku")
               A: platformBuildVersionCode=(type 0x10)0x3
               A: platformBuildVersionName="1.0.0" (Raw: "1.0.0")
               E: uses-sdk (line=7)
                 A: android:minSdkVersion(0x0101020c)=(type 0x10)0x10
                 A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1b
               E: uses-permission (line=16)
                 A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET")
               E: application (line=24)
                 A: android:label(0x01010001)="Disparbud Oku" (Raw: "Disparbud Oku")
                 A: android:icon(0x01010002)=@0x7f030000
                 A: android:name(0x01010003)="io.flutter.app.FlutterApplication" (Raw: "io.flutter.app.FlutterApplication")
                 A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff
                 E: activity (line=29)
                   A: android:theme(0x01010000)=@0x7f040000
                   A: android:name(0x01010003)="com.disparbudoku.MainActivity" (Raw: "com.disparbudoku.MainActivity")
                   A: android:launchMode(0x0101001d)=(type 0x10)0x1
                   A: android:configChanges(0x0101001f)=(type 0x11)0x400035b4
                   A: android:windowSoftInputMode(0x0101022b)=(type 0x11)0x10
                   A: android:hardwareAccelerated(0x010102d3)=(type 0x12)0xffffffff
                   E: meta-data (line=43)
                     A: android:name(0x01010003)="io.flutter.app.android.SplashScreenUntilFirstFrame" (Raw: "io.flutter.app.android.SplashScreenUntilFirstFrame")
                     A: android:value(0x01010024)=(type 0x12)0xffffffff
                   E: intent-filter (line=47)
                     E: action (line=48)
                       A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
                     E: category (line=50)
                       A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw: "android.intent.category.LAUNCHER")
[   +6 ms] executing: /home/ilhamwahabigx/Android/Sdk/platform-tools/adb -s emulator-5554 shell -x logcat -v time -t 1
[  +30 ms] Exit code 0 from: /home/ilhamwahabigx/Android/Sdk/platform-tools/adb -s emulator-5554 shell -x logcat -v time -t 1
[        ] --------- beginning of main
           11-17 13:10:00.028 D/hwcomposer( 1719): hw_composer sent 6 syncs in 60s
[   +2 ms] executing: /home/ilhamwahabigx/Android/Sdk/platform-tools/adb -s emulator-5554 shell -x logcat -v time
[ +420 ms] DependencyChecker: /media/ilhamwahabigx/Work/flutter_app/disparbud_oku/.packages is newer than 2018-11-17 13:04:41.912
[   +3 ms] executing: /home/ilhamwahabigx/Android/Sdk/platform-tools/adb version
[  +44 ms] Android Debug Bridge version 1.0.40
           Version 4986621
           Installed as /home/ilhamwahabigx/Android/Sdk/platform-tools/adb
[   +3 ms] executing: /home/ilhamwahabigx/Android/Sdk/platform-tools/adb start-server
[  +47 ms] Building APK
[  +93 ms] Gradle task 'assembleDebug'...
[   +2 ms] executing: [/media/ilhamwahabigx/Work/flutter_app/disparbud_oku/android/] /media/ilhamwahabigx/Work/flutter_app/disparbud_oku/android/gradlew -Pverbose=true -Ptarget=/media/ilhamwahabigx/Work/flutter_app/disparbud_oku/lib/main.dart -Ptrack-widget-creation=false -Pfilesystem-scheme=org-dartlang-root assembleDebug
[+1057 ms] > Task :app:flutterBuildX86Jar UP-TO-DATE
[        ] > Task :app:checkDebugClasspath UP-TO-DATE
[        ] > Task :app:preBuild UP-TO-DATE
[        ] > Task :image_picker:preBuild UP-TO-DATE
[        ] > Task :image_picker:preDebugBuild UP-TO-DATE
[        ] > Task :image_picker:checkDebugManifest UP-TO-DATE
[        ] > Task :image_picker:processDebugManifest UP-TO-DATE
[        ] > Task :shared_preferences:preBuild UP-TO-DATE
[        ] > Task :shared_preferences:preDebugBuild UP-TO-DATE
[        ] > Task :shared_preferences:checkDebugManifest UP-TO-DATE
[        ] > Task :shared_preferences:processDebugManifest UP-TO-DATE
[        ] > Task :sqflite:preBuild UP-TO-DATE
[        ] > Task :sqflite:preDebugBuild UP-TO-DATE
[        ] > Task :sqflite:checkDebugManifest UP-TO-DATE
[        ] > Task :sqflite:processDebugManifest UP-TO-DATE
[  +86 ms] > Task :app:preDebugBuild UP-TO-DATE
[        ] > Task :image_picker:compileDebugAidl NO-SOURCE
[   +2 ms] > Task :shared_preferences:compileDebugAidl NO-SOURCE
[        ] > Task :sqflite:compileDebugAidl NO-SOURCE
[        ] > Task :app:compileDebugAidl NO-SOURCE
[        ] > Task :image_picker:packageDebugRenderscript NO-SOURCE
[        ] > Task :shared_preferences:packageDebugRenderscript NO-SOURCE
[        ] > Task :sqflite:packageDebugRenderscript NO-SOURCE
[        ] > Task :app:compileDebugRenderscript UP-TO-DATE
[        ] > Task :app:checkDebugManifest UP-TO-DATE
[        ] > Task :app:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :app:prepareLintJar UP-TO-DATE
[        ] > Task :app:cleanMergeDebugAssets UP-TO-DATE
[+1992 ms] > Task :app:flutterBuildDebug
[   +1 ms] [  +12 ms] executing: [/home/ilhamwahabigx/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[        ] [  +50 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] [        ] origin/beta
[   +3 ms] [        ] executing: [/home/ilhamwahabigx/flutter/] git rev-parse --abbrev-ref HEAD
[  +20 ms] [   +7 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[   +2 ms] [        ] beta
[        ] [        ] executing: [/home/ilhamwahabigx/flutter/] git ls-remote --get-url origin
[   +1 ms] [   +7 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] [        ] https://github.com/flutter/flutter.git
[        ] [        ] executing: [/home/ilhamwahabigx/flutter/] git log -n 1 --pretty=format:%H
[        ] [   +7 ms] Exit code 0 from: git log -n 1 --pretty=format:%H
[        ] [        ] d8cbb80206db06d151206f8b599b7dde5a386a2d
[   +1 ms] [        ] executing: [/home/ilhamwahabigx/flutter/] git log -n 1 --pretty=format:%ar
[        ] [   +7 ms] Exit code 0 from: git log -n 1 --pretty=format:%ar
[        ] [        ] 3 weeks ago
[        ] [        ] executing: [/home/ilhamwahabigx/flutter/] git describe --match v*.*.* --first-parent --long --tags
[        ] [  +11 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags
[        ] [        ] v0.10.2-0-gd8cbb8020
[        ] [ +289 ms] Found plugin image_picker at /home/ilhamwahabigx/.pub-cache/hosted/pub.dartlang.org/image_picker-0.4.10/
[        ] [  +28 ms] Found plugin shared_preferences at /home/ilhamwahabigx/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.4.3/
[        ] [  +13 ms] Found plugin sqflite at /home/ilhamwahabigx/.pub-cache/hosted/pub.dartlang.org/sqflite-0.12.2+1/
[   +1 ms] [ +225 ms] Found plugin image_picker at /home/ilhamwahabigx/.pub-cache/hosted/pub.dartlang.org/image_picker-0.4.10/
[        ] [  +16 ms] Found plugin shared_preferences at /home/ilhamwahabigx/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.4.3/
[        ] [   +7 ms] Found plugin sqflite at /home/ilhamwahabigx/.pub-cache/hosted/pub.dartlang.org/sqflite-0.12.2+1/
[        ] [ +295 ms] Skipping kernel compilation. Fingerprint match.
[        ] [ +321 ms] Building bundle
[        ] [        ] Writing asset files to /media/ilhamwahabigx/Work/flutter_app/disparbud_oku/build/app/intermediates/flutter/debug/flutter_assets
[        ] [ +215 ms] Wrote /media/ilhamwahabigx/Work/flutter_app/disparbud_oku/build/app/intermediates/flutter/debug/flutter_assets
[        ] [  +11 ms] "flutter bundle" took 1,346ms.
[ +257 ms] > Task :app:mergeDebugShaders UP-TO-DATE
[   +2 ms] > Task :app:compileDebugShaders UP-TO-DATE
[        ] > Task :app:generateDebugAssets UP-TO-DATE
[        ] > Task :image_picker:mergeDebugShaders UP-TO-DATE
[        ] > Task :image_picker:compileDebugShaders UP-TO-DATE
[        ] > Task :image_picker:generateDebugAssets UP-TO-DATE
[        ] > Task :image_picker:packageDebugAssets UP-TO-DATE
[        ] > Task :shared_preferences:mergeDebugShaders UP-TO-DATE
[        ] > Task :shared_preferences:compileDebugShaders UP-TO-DATE
[        ] > Task :shared_preferences:generateDebugAssets UP-TO-DATE
[        ] > Task :shared_preferences:packageDebugAssets UP-TO-DATE
[        ] > Task :sqflite:mergeDebugShaders UP-TO-DATE
[        ] > Task :sqflite:compileDebugShaders UP-TO-DATE
[        ] > Task :sqflite:generateDebugAssets UP-TO-DATE
[        ] > Task :sqflite:packageDebugAssets UP-TO-DATE
[        ] > Task :app:mergeDebugAssets
[ +496 ms] > Task :app:copyFlutterAssetsDebug
[        ] > Task :app:mainApkListPersistenceDebug UP-TO-DATE
[        ] > Task :app:generateDebugResValues UP-TO-DATE
[        ] > Task :app:generateDebugResources UP-TO-DATE
[        ] > Task :image_picker:compileDebugRenderscript UP-TO-DATE
[        ] > Task :image_picker:generateDebugResValues UP-TO-DATE
[        ] > Task :image_picker:generateDebugResources UP-TO-DATE
[ +297 ms] > Task :image_picker:packageDebugResources UP-TO-DATE
[  +14 ms] > Task :shared_preferences:compileDebugRenderscript UP-TO-DATE
[   +3 ms] > Task :shared_preferences:generateDebugResValues UP-TO-DATE
[        ] > Task :shared_preferences:generateDebugResources UP-TO-DATE
[        ] > Task :shared_preferences:packageDebugResources UP-TO-DATE
[        ] > Task :sqflite:compileDebugRenderscript UP-TO-DATE
[        ] > Task :sqflite:generateDebugResValues UP-TO-DATE
[        ] > Task :sqflite:generateDebugResources UP-TO-DATE
[        ] > Task :sqflite:packageDebugResources UP-TO-DATE
[+2281 ms] > Task :app:mergeDebugResources
[  +99 ms] > Task :app:createDebugCompatibleScreenManifests UP-TO-DATE
[  +21 ms] > Task :app:processDebugManifest
[  +78 ms] > Task :app:splitsDiscoveryTaskDebug UP-TO-DATE
[ +100 ms] > Task :image_picker:generateDebugRFile UP-TO-DATE
[        ] > Task :shared_preferences:generateDebugRFile UP-TO-DATE
[        ] > Task :sqflite:generateDebugRFile UP-TO-DATE
[+8098 ms] > Task :app:processDebugResources
[   +6 ms] > Task :app:generateDebugSources
[  +93 ms] > Task :image_picker:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :image_picker:prepareLintJar UP-TO-DATE
[        ] > Task :image_picker:generateDebugSources UP-TO-DATE
[        ] > Task :image_picker:javaPreCompileDebug UP-TO-DATE
[ +399 ms] > Task :image_picker:compileDebugJavaWithJavac UP-TO-DATE
[  +47 ms] > Task :image_picker:processDebugJavaRes NO-SOURCE
[  +52 ms] > Task :image_picker:transformClassesAndResourcesWithPrepareIntermediateJarsForDebug UP-TO-DATE
[  +19 ms] > Task :shared_preferences:generateDebugBuildConfig UP-TO-DATE
[   +1 ms] > Task :shared_preferences:prepareLintJar UP-TO-DATE
[        ] > Task :shared_preferences:generateDebugSources UP-TO-DATE
[        ] > Task :shared_preferences:javaPreCompileDebug UP-TO-DATE
[        ] > Task :shared_preferences:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :shared_preferences:processDebugJavaRes NO-SOURCE
[  +78 ms] > Task :shared_preferences:transformClassesAndResourcesWithPrepareIntermediateJarsForDebug UP-TO-DATE
[   +9 ms] > Task :sqflite:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :sqflite:prepareLintJar UP-TO-DATE
[        ] > Task :sqflite:generateDebugSources UP-TO-DATE
[        ] > Task :sqflite:javaPreCompileDebug UP-TO-DATE
[        ] > Task :sqflite:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :sqflite:processDebugJavaRes NO-SOURCE
[  +89 ms] > Task :sqflite:transformClassesAndResourcesWithPrepareIntermediateJarsForDebug UP-TO-DATE
[        ] > Task :app:javaPreCompileDebug
[ +999 ms] > Task :app:compileDebugJavaWithJavac
[ +100 ms] > Task :app:compileDebugNdk NO-SOURCE
[        ] > Task :app:compileDebugSources
[+1199 ms] > Task :app:transformClassesWithDexBuilderForDebug
[ +900 ms] > Task :app:transformDexArchiveWithExternalLibsDexMergerForDebug
[ +999 ms] > Task :app:transformDexArchiveWithDexMergerForDebug
[        ] > Task :app:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :image_picker:compileDebugNdk NO-SOURCE
[        ] > Task :image_picker:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :image_picker:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE
[        ] > Task :image_picker:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
[        ] > Task :shared_preferences:compileDebugNdk NO-SOURCE
[        ] > Task :shared_preferences:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :shared_preferences:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE
[        ] > Task :shared_preferences:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
[        ] > Task :sqflite:compileDebugNdk NO-SOURCE
[ +100 ms] > Task :sqflite:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :sqflite:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE
[        ] > Task :sqflite:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
[ +596 ms] > Task :app:transformNativeLibsWithMergeJniLibsForDebug
[        ] > Task :app:checkDebugLibraries UP-TO-DATE
[        ] > Task :app:processDebugJavaRes NO-SOURCE
[ +699 ms] > Task :app:transformResourcesWithMergeJavaResForDebug
[   +2 ms] > Task :app:validateSigningDebug UP-TO-DATE
[+2997 ms] > Task :app:packageDebug
[        ] > Task :app:assembleDebug
[+1999 ms] > Task :image_picker:extractDebugAnnotations UP-TO-DATE
[  +93 ms] > Task :image_picker:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :image_picker:transformResourcesWithMergeJavaResForDebug UP-TO-DATE
[   +5 ms] > Task :image_picker:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
[ +101 ms] > Task :image_picker:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE
[        ] > Task :image_picker:bundleDebugAar UP-TO-DATE
[        ] > Task :image_picker:compileDebugSources UP-TO-DATE
[        ] > Task :image_picker:assembleDebug UP-TO-DATE
[  +97 ms] > Task :shared_preferences:extractDebugAnnotations UP-TO-DATE
[   +1 ms] > Task :shared_preferences:mergeDebugConsumerProguardFiles UP-TO-DATE
[   +1 ms] > Task :shared_preferences:transformResourcesWithMergeJavaResForDebug UP-TO-DATE
[        ] > Task :shared_preferences:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
[        ] > Task :shared_preferences:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE
[        ] > Task :shared_preferences:bundleDebugAar UP-TO-DATE
[        ] > Task :shared_preferences:compileDebugSources UP-TO-DATE
[        ] > Task :shared_preferences:assembleDebug UP-TO-DATE
[  +96 ms] > Task :sqflite:extractDebugAnnotations UP-TO-DATE
[        ] > Task :sqflite:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :sqflite:transformResourcesWithMergeJavaResForDebug UP-TO-DATE
[   +1 ms] > Task :sqflite:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
[        ] > Task :sqflite:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE
[  +80 ms] > Task :sqflite:bundleDebugAar UP-TO-DATE
[        ] > Task :sqflite:compileDebugSources UP-TO-DATE
[        ] > Task :sqflite:assembleDebug UP-TO-DATE
[        ] 100 actionable tasks: 14 executed, 86 up-to-date
[ +340 ms] Gradle task 'assembleDebug'... (completed)
[ +591 ms] calculateSha: LocalDirectory: '/media/ilhamwahabigx/Work/flutter_app/disparbud_oku/build/app/outputs/apk'/app.apk
[ +615 ms] Built build/app/outputs/apk/debug/app-debug.apk.
[   +3 ms] executing: /home/ilhamwahabigx/Android/Sdk/build-tools/28.0.3/aapt dump xmltree /media/ilhamwahabigx/Work/flutter_app/disparbud_oku/build/app/outputs/apk/app.apk AndroidManifest.xml
[  +22 ms] Exit code 0 from: /home/ilhamwahabigx/Android/Sdk/build-tools/28.0.3/aapt dump xmltree /media/ilhamwahabigx/Work/flutter_app/disparbud_oku/build/app/outputs/apk/app.apk AndroidManifest.xml
[        ] N: android=http://schemas.android.com/apk/res/android
             E: manifest (line=2)
               A: android:versionCode(0x0101021b)=(type 0x10)0x3
               A: android:versionName(0x0101021c)="1.0.0" (Raw: "1.0.0")
               A: package="com.disparbudoku" (Raw: "com.disparbudoku")
               A: platformBuildVersionCode=(type 0x10)0x3
               A: platformBuildVersionName="1.0.0" (Raw: "1.0.0")
               E: uses-sdk (line=7)
                 A: android:minSdkVersion(0x0101020c)=(type 0x10)0x10
                 A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1b
               E: uses-permission (line=16)
                 A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET")
               E: uses-permission (line=17)
                 A: android:name(0x01010003)="android.permission.READ_EXTERNAL_STORAGE" (Raw: "android.permission.READ_EXTERNAL_STORAGE")
               E: uses-permission (line=18)
                 A: android:name(0x01010003)="android.permission.WRITE_EXTERNAL_STORAGE" (Raw: "android.permission.WRITE_EXTERNAL_STORAGE")
               E: uses-permission (line=19)
                 A: android:name(0x01010003)="android.permission.CAMERA" (Raw: "android.permission.CAMERA")
               E: application (line=27)
                 A: android:label(0x01010001)="Disparbud Oku" (Raw: "Disparbud Oku")
                 A: android:icon(0x01010002)=@0x7f090000
                 A: android:name(0x01010003)="io.flutter.app.FlutterApplication" (Raw: "io.flutter.app.FlutterApplication")
                 A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff
                 E: activity (line=32)
                   A: android:theme(0x01010000)=@0x7f0b0000
                   A: android:name(0x01010003)="com.disparbudoku.MainActivity" (Raw: "com.disparbudoku.MainActivity")
                   A: android:launchMode(0x0101001d)=(type 0x10)0x1
                   A: android:configChanges(0x0101001f)=(type 0x11)0x400035b4
                   A: android:windowSoftInputMode(0x0101022b)=(type 0x11)0x10
                   A: android:hardwareAccelerated(0x010102d3)=(type 0x12)0xffffffff
                   E: meta-data (line=46)
                     A: android:name(0x01010003)="io.flutter.app.android.SplashScreenUntilFirstFrame" (Raw: "io.flutter.app.android.SplashScreenUntilFirstFrame")
                     A: android:value(0x01010024)=(type 0x12)0xffffffff
                   E: intent-filter (line=50)
                     E: action (line=51)
                       A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
                     E: category (line=53)
                       A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw: "android.intent.category.LAUNCHER")
                 E: provider (line=57)
                   A: android:name(0x01010003)="io.flutter.plugins.imagepicker.ImagePickerFileProvider" (Raw: "io.flutter.plugins.imagepicker.ImagePickerFileProvider")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:authorities(0x01010018)="com.disparbudoku.flutter.image_provider" (Raw: "com.disparbudoku.flutter.image_provider")
                   A: android:grantUriPermissions(0x0101001b)=(type 0x12)0xffffffff
                   E: meta-data (line=62)
                     A: android:name(0x01010003)="android.support.FILE_PROVIDER_PATHS" (Raw: "android.support.FILE_PROVIDER_PATHS")
                     A: android:resource(0x01010025)=@0x7f0d0000
[   +1 ms] Stopping app 'app.apk' on Android SDK built for x86.
[        ] executing: /home/ilhamwahabigx/Android/Sdk/platform-tools/adb -s emulator-5554 shell am force-stop com.disparbudoku
[  +73 ms] executing: /home/ilhamwahabigx/Android/Sdk/platform-tools/adb -s emulator-5554 shell pm list packages com.disparbudoku
[  +53 ms] package:com.disparbudoku
[   +3 ms] executing: /home/ilhamwahabigx/Android/Sdk/platform-tools/adb -s emulator-5554 shell cat /data/local/tmp/sky.com.disparbudoku.sha1
[  +54 ms] 98173e9a33110aafc0e474d787932d1b15c3f22a
[   +2 ms] Installing APK.
[   +2 ms] executing: /home/ilhamwahabigx/Android/Sdk/platform-tools/adb version
[  +25 ms] Android Debug Bridge version 1.0.40
           Version 4986621
           Installed as /home/ilhamwahabigx/Android/Sdk/platform-tools/adb
[        ] executing: /home/ilhamwahabigx/Android/Sdk/platform-tools/adb start-server
[  +26 ms] Installing build/app/outputs/apk/app.apk...
[        ] executing: /home/ilhamwahabigx/Android/Sdk/platform-tools/adb -s emulator-5554 install -t -r /media/ilhamwahabigx/Work/flutter_app/disparbud_oku/build/app/outputs/apk/app.apk
[+1405 ms] Success
[        ] Installing build/app/outputs/apk/app.apk... (completed)
[   +2 ms] executing: /home/ilhamwahabigx/Android/Sdk/platform-tools/adb -s emulator-5554 shell echo -n d539da3d15dc177dad1005b252eddf2725c423ac > /data/local/tmp/sky.com.disparbudoku.sha1
[  +60 ms] Android SDK built for x86 startApp
[   +2 ms] executing: /home/ilhamwahabigx/Android/Sdk/platform-tools/adb -s emulator-5554 shell am start -a android.intent.action.RUN -f 0x20000000 --ez enable-background-compilation true --ez enable-dart-profiling true --ez enable-checked-mode true com.disparbudoku/com.disparbudoku.MainActivity
[ +386 ms] Starting: Intent { act=android.intent.action.RUN flg=0x20000000 cmp=com.disparbudoku/.MainActivity (has extras) }
[        ] Waiting for observatory port to be available...

$ flutter analyze
Analyzing disparbud_oku...
No issues found! (ran in 5.1s)
$ flutter doctor -v
[✓] Flutter (Channel beta, v0.10.2, on Linux, locale en_US.UTF-8)
    • Flutter version 0.10.2 at /home/ilhamwahabigx/flutter
    • Framework revision d8cbb80206 (3 weeks ago), 2018-10-26 01:30:21 -0400
    • Engine revision 6c2ade9fa2
    • Dart version 2.1.0-dev.8.0.flutter-bf26f760b1

[✓] Android toolchain - develop for Android devices (Android SDK 28.0.3)
    • Android SDK at /home/ilhamwahabigx/Android/Sdk
    • Android NDK location not configured (optional; useful for native profiling support)
    • Platform android-28, build-tools 28.0.3
    • ANDROID_HOME = /home/ilhamwahabigx/Android/Sdk
    • Java binary at: /usr/local/android-studio/jre/bin/java
    • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)
    • All Android licenses accepted.

[✓] Android Studio (version 3.2)
    • Android Studio at /usr/local/android-studio
    • Flutter plugin version 30.0.1
    • Dart plugin version 181.5656
    • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)

[✓] VS Code (version 1.29.0)
    • VS Code at /usr/share/code
    • Flutter extension version 2.20.0

[✓] Connected device (1 available)
    • Android SDK built for x86 • emulator-5554 • android-x86 • Android 9 (API 28) (emulator)

• No issues found!

OS: Linux Mint 19 Tara Cinnamon 64bit

image

@zoechi zoechi added c: crash Stack traces logged to the console plugin labels Nov 19, 2018
@zoechi zoechi added this to the Goals milestone Nov 19, 2018
@jrog612
Copy link

jrog612 commented Dec 11, 2018

I have an exactly same problem with you. When I changed gradle version in android/build.gradle, It was solved. So change your gradle version to the latest.

my android/build.gradle file.

    ...
    dependencies {
        classpath 'com.android.tools.build:gradle:3.2.1' // latest version.
        ...
    }

@ilhamwahabi
Copy link
Author

well, its not worked for me because I'm already did that

@zoechi zoechi added tool Affects the "flutter" command-line tool. See also t: labels. p: tooling Affects the flutter_plugin_tools package t: gradle "flutter build" and "flutter run" on Android labels Jan 8, 2019
@PeterPan3D
Copy link

I have the same problem. It's set to 3.3.0 in my case :-(

@kangwang1988
Copy link
Contributor

Fail to reproduce this issue.
Demo project:
https://github.com/flutter/plugins/tree/master/packages/image_picker/example

KyleWongdeMacBook-Pro:example kylewong$ /Users/kylewong/Codes/Flutter/alibaba-flutter/flutter/bin/flutter doctor -v
[✓] Flutter (Channel unknown, v1.1.9, on Mac OS X 10.14.3 18D32a, locale en-CN)
    • Flutter version 1.1.9 at /Users/kylewong/Codes/Flutter/alibaba-flutter/flutter
    • Framework revision 1407091bfb (8 days ago), 2019-01-08 20:40:19 -0800
    • Engine revision e5ec3cf3ea
    • Dart version 2.1.1 (build 2.1.1-dev.0.1 2cb346bd0c)

[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
    • Android SDK at /Users/kylewong/Library/Android/sdk
    • Android NDK at /Users/kylewong/Library/Android/sdk/ndk-bundle
    • Platform android-28, build-tools 28.0.3
    • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)
    • All Android licenses accepted.

[!] iOS toolchain - develop for iOS devices (Xcode 10.1)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 10.1, Build version 10B61
    • ios-deploy 1.9.4
    ! CocoaPods out of date (1.5.0 is recommended).
        CocoaPods is used to retrieve the iOS platform side's plugin code that responds to your plugin usage on the Dart side.
        Without resolving iOS dependencies with CocoaPods, plugins will not work on iOS.
        For more info, see https://flutter.io/platform-plugins
      To upgrade:
        brew upgrade cocoapods
        pod setup

[✓] Android Studio (version 3.2)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin version 31.3.1
    • Dart plugin version 181.5656
    • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)

[✓] VS Code (version 1.30.1)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 2.21.1

[✓] Connected device (1 available)
    • Android SDK built for x86 64 • emulator-5554 • android-x64 • Android 9 (API 28) (emulator)

! Doctor found issues in 1 category.

@ilhamwahabi
Copy link
Author

with that many difference from mine, it's make sense that the result you got is different too

@zoechi zoechi added the p: image_picker The Image Picker plugin. label Feb 14, 2019
@cyanglaz
Copy link
Contributor

@iwgx Is it still happening for you if you update to the latest image_picker? Could you provide a list of all the plugins and the versions of the plugins that you are using, it could happen because of certain plugins not working with each other.

@cyanglaz cyanglaz added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Apr 26, 2019
@no-response
Copy link

no-response bot commented May 17, 2019

Without additional information, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now. Please don't hesitate to comment on the bug if you have any more information for us; we will reopen it right away!
Thanks for your contribution.

@no-response no-response bot closed this as completed May 17, 2019
@addy419
Copy link

addy419 commented May 19, 2019

Was facing a similar issue, migrating to AndroidX solved it. Give it a try

@clearnetinc
Copy link

I thought migrating would work for me too but now I still get the same crash on opening gallery or taking a photo

These are the other plugins I am using.

environment:
  sdk: ">=2.7.0 <3.0.0"

dependencies:
  flutter:
    sdk: flutter
  animator: 2.0.1
  cupertino_icons: ^1.0.0
  cloud_firestore: 0.14.1
  cached_network_image: 2.3.3
  flutter_svg: 0.19.0
  font_awesome_flutter: 8.10.0
  firebase_core: 0.5.0
  firebase_messaging: 7.0.1
  firebase_storage: 4.0.1
  firebase_auth: 0.18.1
  google_sign_in: 4.5.4
  geolocator: 5.0.1
  image_picker: 0.6.7+14
  uuid: 2.2.2
  image: 2.1.18
  path_provider: 1.6.18
  states_rebuilder: 2.1.0
  timeago: 2.0.17
  

DEBUGGER REPORT (\from just before crash)

I/zygote  (31156): Do partial code cache collection, code=62KB, data=58KB
I/zygote  (31156): After code cache collection, code=62KB, data=58KB
I/zygote  (31156): Increasing code cache capacity to 256KB
I/flutter (31156): Firebase Messaging Token: dI1-F5iKBVA:APA91bHJE6Yk91vcEv3BX0h2A2KaNZMWvEALwrqYRzZ-ZoihIste67XLiwnf72OPcbvWfLm7tm4ScD8c2CzOvsiqOG7IZMd5aPfOcULEDCLrUbgJ_rFxoSE0kIQhxdpXcqMFWMp4G4E0
I/flutter (31156): Firebase Messaging Token: dI1-F5iKBVA:APA91bHJE6Yk91vcEv3BX0h2A2KaNZMWvEALwrqYRzZ-ZoihIste67XLiwnf72OPcbvWfLm7tm4ScD8c2CzOvsiqOG7IZMd5aPfOcULEDCLrUbgJ_rFxoSE0kIQhxdpXcqMFWMp4G4E0
I/zygote  (31156): Background concurrent copying GC freed 33287(1626KB) AllocSpace objects, 8(160KB) LOS objects, 49% free, 2MB/4MB, paused 686us total 164.592ms
V/jhw     (31156): call Intent.migrateExtraStreamToClipData(1)
D/Surface (31156): Surface::disconnect(this=0x872d9000,api=1)

D/Surface (31156): Surface::disconnect(this=0x872d9000,api=-1)
D/Surface (31156): Surface::disconnect(this=0x9c46f800,api=1)
W/ThreadedRenderer(31156): ThreadedRenderer::detachAnimators pid = 31156 threadid = 31266
V/PhoneWindow(31156): DecorView setVisiblity: visibility = 4, Parent = ViewRoot{e82351a com.finde.med/com.finde.med.MainActivity,ident = 0}, this = DecorView@70be3c[MainActivity]
W/ThreadedRenderer(31156): ThreadedRenderer::detachAnimators pid = 31156 threadid = 31266
W/ConnectionTracker(31156): Exception thrown while unbinding
W/ConnectionTracker(31156): java.lang.IllegalArgumentException: Service not registered: lp@1d7636e
W/ConnectionTracker(31156): 	at android.app.LoadedApk.forgetServiceDispatcher(LoadedApk.java:1556)
W/ConnectionTracker(31156): 	at android.app.ContextImpl.unbindService(ContextImpl.java:1642)
W/ConnectionTracker(31156): 	at android.content.ContextWrapper.unbindService(ContextWrapper.java:703)
W/ConnectionTracker(31156): 	at ci.f(:com.google.android.gms.dynamite_measurementdynamite@204217128@20.42.17 (110306-0):1)
W/ConnectionTracker(31156): 	at ci.d(:com.google.android.gms.dynamite_measurementdynamite@204217128@20.42.17 (110306-0):2)
W/ConnectionTracker(31156): 	at lq.D(:com.google.android.gms.dynamite_measurementdynamite@204217128@20.42.17 (110306-0):10)
W/ConnectionTracker(31156): 	at lc.a(:com.google.android.gms.dynamite_measurementdynamite@204217128@20.42.17 (110306-0):2)
W/ConnectionTracker(31156): 	at ee.run(:com.google.android.gms.dynamite_measurementdynamite@204217128@20.42.17 (110306-0):3)
W/ConnectionTracker(31156): 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:457)
W/ConnectionTracker(31156): 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
W/ConnectionTracker(31156): 	at ix.run(:com.google.android.gms.dynamite_measurementdynamite@204217128@20.42.17 (110306-0):6)
W/zygote  (31156): Suspending all threads took: 6.020ms
Lost connection to device.
Exited (sigterm)

@pedromassangocode pedromassangocode removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Dec 2, 2020
@github-actions
Copy link

github-actions bot commented Aug 9, 2021

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 9, 2021
@flutter-triage-bot flutter-triage-bot bot added the package flutter/packages repository. See also p: labels. label Jul 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
c: crash Stack traces logged to the console p: image_picker The Image Picker plugin. p: tooling Affects the flutter_plugin_tools package package flutter/packages repository. See also p: labels. t: gradle "flutter build" and "flutter run" on Android tool Affects the "flutter" command-line tool. See also t: labels.
Projects
None yet
Development

No branches or pull requests

9 participants