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

Flutter module crashes after upgrading to Flutter 2.0 #77923

Closed
lironzemingo opened this issue Mar 11, 2021 · 6 comments
Closed

Flutter module crashes after upgrading to Flutter 2.0 #77923

lironzemingo opened this issue Mar 11, 2021 · 6 comments
Labels
r: timeout Issue is closed due to author not providing the requested details in time

Comments

@lironzemingo
Copy link

lironzemingo commented Mar 11, 2021

I have an Android app with a flutter module. It works great for a year now. Yesterday I upgraded to Flutter 2, and upgraded some of the libraries in yaml. Resolved all dependecies comflicts. The app compiles and runs when running it from android studio. But when generating an apk and installing it (via adb install for instance), the release version(not debug) crashes immediately.

flutter doctor

`

[✓] Flutter (Channel stable, 2.0.1, on macOS 11.2.2 20D80 darwin-x64, locale en-IL)
    • Flutter version 2.0.1 at /Users/lironitzhaki/flutter
    • Framework revision c5a4b4029c (7 days ago), 2021-03-04 09:47:48 -0800
    • Engine revision 40441def69
    • Dart version 2.12.0

[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.0-rc1)
    • Android SDK at /Users/lironitzhaki/Library/Android/sdk
    • Platform android-30, build-tools 30.0.0-rc1
    • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6915495)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 12.4, Build version 12D4e
    • CocoaPods version 1.10.1

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 4.1)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6915495)

[✓] Connected device (2 available)
    • Mi A3 (mobile) • 0a86b7d6436a • android-arm64  • Android 11 (API 30)
    • Chrome (web)   • chrome       • web-javascript • Google Chrome 88.0.4324.192

• No issues found!

`

some logs -

'

log
2021-03-11 18:11:33.312 6147-6174/? D/FA: Setting app measurement enabled (FE): true
2021-03-11 18:11:33.315 6147-6174/? D/FA: Updating Scion state (FE)
2021-03-11 18:11:33.316 9517-6199/? V/FA-SVC: Upload scheduled in approximately ms: 9838
2021-03-11 18:11:33.316 9517-6199/? V/FA-SVC: Unscheduling upload
2021-03-11 18:11:33.319 9517-6199/? V/FA-SVC: Scheduling upload, millis: 9838
2021-03-11 18:11:33.320 1306-1436/? D/CompatibilityInfo: mCompatibilityFlags - 0
2021-03-11 18:11:33.320 1306-1436/? D/CompatibilityInfo: applicationDensity - 320
2021-03-11 18:11:33.320 1306-1436/? D/CompatibilityInfo: applicationScale - 1.0
2021-03-11 18:11:33.322 727-727/? E/qdmetadata: paramType 2048 not supported
    
    --------- beginning of system
**2021-03-11 18:11:33.331 1306-2120/? I/ActivityTaskManager: START u0 {cmp=com.tempdrop.tempdropmobileapp/com.tempdrop.app.activities.CustomFlutterActivity} from uid 10494**
2021-03-11 18:11:33.332 1306-2120/? V/ActivityTaskManager: Calling mServicetracker.OnActivityStateChange with flag falsestateINITIALIZING
2021-03-11 18:11:33.332 1306-2120/? V/ActivityTaskManager: Calling mServicetracker.OnActivityStateChange with flag truestateINITIALIZING
2021-03-11 18:11:33.332 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: Activity state is changed to : 0
2021-03-11 18:11:33.332 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: Activity state is changed to : 0
**2021-03-11 18:11:33.335 1306-1394/? D/EventSequenceValidator: IntentStarted during UNKNOWN. Intent { cmp=com.tempdrop.tempdropmobileapp/com.tempdrop.app.activities.CustomFlutterActivity }**
    java.lang.Throwable: EventSequenceValidator#getStackTrace
        at com.google.android.startop.iorap.EventSequenceValidator.logWarningWithStackTrace(EventSequenceValidator.java:260)
        at com.google.android.startop.iorap.EventSequenceValidator.onIntentStarted(EventSequenceValidator.java:106)
        at com.android.server.wm.LaunchObserverRegistryImpl.handleOnIntentStarted(LaunchObserverRegistryImpl.java:139)
        at com.android.server.wm.LaunchObserverRegistryImpl.lambda$veRn_GhgLZLlOHOJ0ZYT6KcfYqo(Unknown Source:0)
        at com.android.server.wm.-$$Lambda$LaunchObserverRegistryImpl$veRn_GhgLZLlOHOJ0ZYT6KcfYqo.accept(Unknown Source:10)
        at com.android.internal.util.function.pooled.PooledLambdaImpl.doInvoke(PooledLambdaImpl.java:292)
        at com.android.internal.util.function.pooled.PooledLambdaImpl.invoke(PooledLambdaImpl.java:201)
        at com.android.internal.util.function.pooled.OmniFunction.run(OmniFunction.java:97)
        at android.os.Handler.handleCallback(Handler.java:938)
        at android.os.Handler.dispatchMessage(Handler.java:99)
        at android.os.Looper.loop(Looper.java:223)
        at android.os.HandlerThread.run(HandlerThread.java:67)
        at com.android.server.ServiceThread.run(ServiceThread.java:44)
2021-03-11 18:11:33.336 1306-1394/? D/EventSequenceValidator: inc AccIntentStartedEvents to 2
2021-03-11 18:11:33.337 1306-2120/? D/CompatibilityInfo: mCompatibilityFlags - 0
2021-03-11 18:11:33.337 1306-2120/? D/CompatibilityInfo: applicationDensity - 320
2021-03-11 18:11:33.337 1306-2120/? D/CompatibilityInfo: applicationScale - 1.0
2021-03-11 18:11:33.337 1306-2120/? V/ActivityTaskManager: Calling mServicetracker.OnActivityStateChange with flag truestateRESUMED
2021-03-11 18:11:33.337 778-26791/? I/vendor.qti.hardware.servicetracker@1.2-service: Activity state is changed to : 2
2021-03-11 18:11:33.338 1306-2120/? V/ActivityTaskManager: Calling mServicetracker.OnActivityStateChange with flag truestatePAUSING
2021-03-11 18:11:33.338 1306-2120/? D/ActivityTrigger: ActivityTrigger activityPauseTrigger 
2021-03-11 18:11:33.338 778-26791/? I/vendor.qti.hardware.servicetracker@1.2-service: Activity state is changed to : 3
2021-03-11 18:11:33.338 1306-2120/? V/ActivityTaskManager: Calling mServicetracker.OnActivityStateChange with flag falsestatePAUSING
2021-03-11 18:11:33.338 778-26791/? I/vendor.qti.hardware.servicetracker@1.2-service: Activity state is changed to : 3
2021-03-11 18:11:33.340 9517-6199/? V/FA-SVC: Background event processing time, ms: 30
2021-03-11 18:11:33.340 596-604/? E/statsd: Predicate 5980654721335871649 dropping data for dimension key (10)0x2010101->10494[I] (10)0x30000->*launch*[S] 
2021-03-11 18:11:33.340 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:33.343 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:33.348 1306-1436/? D/CompatibilityInfo: mCompatibilityFlags - 0
2021-03-11 18:11:33.348 1306-1436/? D/CompatibilityInfo: applicationDensity - 320
2021-03-11 18:11:33.348 1306-1436/? D/CompatibilityInfo: applicationScale - 1.0
2021-03-11 18:11:33.350 1306-1394/? D/EventSequenceValidator: onIntentFailed during UNKNOWN.
    java.lang.Throwable: EventSequenceValidator#getStackTrace
        at com.google.android.startop.iorap.EventSequenceValidator.logWarningWithStackTrace(EventSequenceValidator.java:260)
        at com.google.android.startop.iorap.EventSequenceValidator.onIntentFailed(EventSequenceValidator.java:130)
        at com.android.server.wm.LaunchObserverRegistryImpl.handleOnIntentFailed(LaunchObserverRegistryImpl.java:147)
        at com.android.server.wm.LaunchObserverRegistryImpl.lambda$KukKmVpn5W_1xSV6Dnp8wW2H2Ks(Unknown Source:0)
        at com.android.server.wm.-$$Lambda$LaunchObserverRegistryImpl$KukKmVpn5W_1xSV6Dnp8wW2H2Ks.accept(Unknown Source:2)
        at com.android.internal.util.function.pooled.PooledLambdaImpl.doInvoke(PooledLambdaImpl.java:264)
        at com.android.internal.util.function.pooled.PooledLambdaImpl.invoke(PooledLambdaImpl.java:201)
        at com.android.internal.util.function.pooled.OmniFunction.run(OmniFunction.java:97)
        at android.os.Handler.handleCallback(Handler.java:938)
        at android.os.Handler.dispatchMessage(Handler.java:99)
        at android.os.Looper.loop(Looper.java:223)
        at android.os.HandlerThread.run(HandlerThread.java:67)
        at com.android.server.ServiceThread.run(ServiceThread.java:44)
2021-03-11 18:11:33.350 1306-1394/? D/EventSequenceValidator: dec AccIntentStartedEvents to 1
2021-03-11 18:11:33.353 2992-5707/? W/NetworkScheduler: Error inserting flex_time=9000 job_id=-1 period=20000 source=16 requires_charging=0 preferred_network_type=1 target_class=com.google.android.gms.measurement.PackageMeasurementTaskService user_id=0 target_package=com.google.android.gms tag=Measurement.PackageMeasurementTaskService.UPLOAD_TASK_TAG task_type=0 required_idleness_state=0 service_kind=0 source_version=210214000 persistence_level=1 preferred_charging_state=1 required_network_type=0 runtime=1615479093352 retry_strategy={"maximum_backoff_seconds":{"3600":0},"initial_backoff_seconds":{"30":0},"retry_policy":{"0":0}} last_runtime=0, error message: UNIQUE constraint failed: pending_ops.tag, pending_ops.target_class, pending_ops.target_package, pending_ops.user_id (code 2067 SQLITE_CONSTRAINT_UNIQUE) [CONTEXT service_id=218 ]
2021-03-11 18:11:33.356 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:33.356 9517-6199/? V/FA-SVC: Setting user property: user_id(_id), 5ddbe4909d153815004ea12a
2021-03-11 18:11:33.357 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:33.358 6147-6174/? V/FA: Recording user engagement, ms: 25478
2021-03-11 18:11:33.362 6147-6174/? V/FA: Activity paused, time: 168270067
2021-03-11 18:11:33.371 3521-3521/? I/CNSS: Failed to send nl message
2021-03-11 18:11:33.372 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:33.380 9517-6199/? V/FA-SVC: Logging event: origin=auto,name=user_engagement(_e),params=Bundle[{ga_event_origin(_o)=auto, engagement_time_msec(_et)=25478, ga_screen_class(_sc)=WelcomeActivity, ga_screen_id(_si)=-8610353994943357429}]
2021-03-11 18:11:33.383 1306-3630/? V/ActivityTaskManager: Calling mServicetracker.OnActivityStateChange with flag truestatePAUSED
2021-03-11 18:11:33.384 1306-3630/? V/ActivityTaskManager: Calling mServicetracker.OnActivityStateChange with flag falsestatePAUSED
2021-03-11 18:11:33.384 778-26791/? I/vendor.qti.hardware.servicetracker@1.2-service: Activity state is changed to : 4
2021-03-11 18:11:33.384 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: Activity state is changed to : 4
2021-03-11 18:11:33.384 1306-3630/? V/ActivityTaskManager: Calling mServicetracker.OnActivityStateChange with flag truestateSTOPPING
2021-03-11 18:11:33.384 1306-3630/? V/ActivityTaskManager: Calling mServicetracker.OnActivityStateChange with flag falsestateSTOPPING
2021-03-11 18:11:33.384 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: Activity state is changed to : 5
2021-03-11 18:11:33.385 1306-3630/? V/ActivityTaskManager: Calling mServicetracker.OnActivityStateChange with flag truestateRESUMED
2021-03-11 18:11:33.384 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: Activity state is changed to : 5
2021-03-11 18:11:33.386 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: Activity state is changed to : 2
2021-03-11 18:11:33.386 1306-3630/? I/ActivityTaskManager: The Process com.tempdrop.tempdropmobileapp Already Exists in BG. So sending its PID: 6147
2021-03-11 18:11:33.386 1306-3630/? W/ActivityTaskManager: Tried to set launchTime (0) < mLastActivityLaunchTime (86504202)
2021-03-11 18:11:33.388 1306-3630/? D/CompatibilityInfo: mCompatibilityFlags - 0
2021-03-11 18:11:33.388 1306-3630/? D/CompatibilityInfo: applicationDensity - 320
2021-03-11 18:11:33.388 1306-3630/? D/CompatibilityInfo: applicationScale - 1.0
2021-03-11 18:11:33.388 1306-3630/? V/ActivityTaskManager: Calling mServicetracker.OnActivityStateChange with flag truestateRESUMED
2021-03-11 18:11:33.388 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: Activity state is changed to : 2
2021-03-11 18:11:33.388 1306-3630/? V/ActivityTaskManager: Calling mServicetracker.OnActivityStateChange with flag falsestateRESUMED
2021-03-11 18:11:33.389 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: Activity state is changed to : 2
2021-03-11 18:11:33.390 3521-3521/? I/CNSS: Failed to send nl message
2021-03-11 18:11:33.390 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:33.391 9517-6199/? V/FA-SVC: Upload scheduled in approximately ms: 9763
2021-03-11 18:11:33.391 9517-6199/? V/FA-SVC: Unscheduling upload
2021-03-11 18:11:33.393 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:33.394 9517-6199/? V/FA-SVC: Scheduling upload, millis: 9763
2021-03-11 18:11:33.396 1306-1436/? D/CompatibilityInfo: mCompatibilityFlags - 0
2021-03-11 18:11:33.396 1306-1436/? D/CompatibilityInfo: applicationDensity - 320
2021-03-11 18:11:33.396 1306-1436/? D/CompatibilityInfo: applicationScale - 1.0
2021-03-11 18:11:33.398 9517-6199/? V/FA-SVC: Background event processing time, ms: 18
2021-03-11 18:11:33.400 1306-2120/? D/CompatibilityInfo: mCompatibilityFlags - 0
2021-03-11 18:11:33.400 1306-2120/? D/CompatibilityInfo: applicationDensity - 320
2021-03-11 18:11:33.400 1306-2120/? D/CompatibilityInfo: applicationScale - 1.0
2021-03-11 18:11:33.405 2992-5707/? W/NetworkScheduler: Error inserting flex_time=9000 job_id=-1 period=20000 source=16 requires_charging=0 preferred_network_type=1 target_class=com.google.android.gms.measurement.PackageMeasurementTaskService user_id=0 target_package=com.google.android.gms tag=Measurement.PackageMeasurementTaskService.UPLOAD_TASK_TAG task_type=0 required_idleness_state=0 service_kind=0 source_version=210214000 persistence_level=1 preferred_charging_state=1 required_network_type=0 runtime=1615479093402 retry_strategy={"maximum_backoff_seconds":{"3600":0},"initial_backoff_seconds":{"30":0},"retry_policy":{"0":0}} last_runtime=0, error message: UNIQUE constraint failed: pending_ops.tag, pending_ops.target_class, pending_ops.target_package, pending_ops.user_id (code 2067 SQLITE_CONSTRAINT_UNIQUE) [CONTEXT service_id=218 ]
2021-03-11 18:11:33.407 6147-6168/? V/FA: onActivityCreated
2021-03-11 18:11:33.408 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:33.418 503-503/? E/SELinux: avc:  denied  { find } for pid=3761 uid=10228 name=tethering scontext=u:r:vendor_systemhelper_app:s0:c512,c768 tcontext=u:object_r:tethering_service:s0 tclass=service_manager permissive=0
2021-03-11 18:11:33.426 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:33.431 6147-6147/? E/flutter: [ERROR:flutter/runtime/dart_vm_data.cc(18)] VM snapshot invalid and could not be inferred from settings.
2021-03-11 18:11:33.431 6147-6147/? E/flutter: [ERROR:flutter/runtime/dart_vm.cc(256)] Could not setup VM data to bootstrap the VM from.
2021-03-11 18:11:33.431 6147-6147/? E/flutter: [ERROR:flutter/runtime/dart_vm_lifecycle.cc(84)] Could not create Dart VM instance.
2021-03-11 18:11:33.431 6147-6147/? A/flutter: [FATAL:flutter/shell/common/shell.cc(297)] Check failed: vm. Must be able to initialize the VM.
    
    
    --------- beginning of crash
2021-03-11 18:11:33.434 6147-6147/? A/libc: Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 6147 (mpdropmobileapp), pid 6147 (mpdropmobileapp)
2021-03-11 18:11:33.454 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:33.475 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:33.492 2196-2196/? I/fpod: updateFingerprintListeningState
2021-03-11 18:11:33.492 2196-2196/? I/fpod: mFingerprintRunningState = 0
2021-03-11 18:11:33.492 2196-2196/? D/KeyguardFace: shouldListenForFace ( return false, Face is not default condition)
2021-03-11 18:11:33.492 2196-2196/? D/KeyguardUpdateMonitor: updateFaceListeningState shouldListenForFace==false  mFaceRunningState==0
2021-03-11 18:11:33.492 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:33.538 727-727/? I/chatty: uid=1000(system) composer@2.4-se identical 2 lines
2021-03-11 18:11:33.566 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:33.571 6495-6495/? I/crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdTombstone
2021-03-11 18:11:33.581 589-589/? I/tombstoned: received crash request for pid 6147
2021-03-11 18:11:33.583 6495-6495/? I/crash_dump64: performing dump of process 6147 (target tid = 6147)
2021-03-11 18:11:33.594 6495-6495/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
2021-03-11 18:11:33.594 6495-6495/? A/DEBUG: Build fingerprint: 'Xiaomi/laurel_sprout/laurel_sprout:11/RKQ1.200903.002/V12.0.4.0.RFQMIXM:user/release-keys'
2021-03-11 18:11:33.594 6495-6495/? A/DEBUG: Revision: '0'
2021-03-11 18:11:33.594 6495-6495/? A/DEBUG: ABI: 'arm64'
2021-03-11 18:11:33.598 6495-6495/? A/DEBUG: Timestamp: 2021-03-11 18:11:33+0200
2021-03-11 18:11:33.598 6495-6495/? A/DEBUG: pid: 6147, tid: 6147, name: mpdropmobileapp  >>> com.tempdrop.tempdropmobileapp <<<
2021-03-11 18:11:33.598 6495-6495/? A/DEBUG: uid: 10494
2021-03-11 18:11:33.598 6495-6495/? A/DEBUG: signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr --------
2021-03-11 18:11:33.598 6495-6495/? A/DEBUG: Abort message: '[FATAL:flutter/shell/common/shell.cc(297)] Check failed: vm. Must be able to initialize the VM.
    '
2021-03-11 18:11:33.598 6495-6495/? A/DEBUG:     x0  0000000000000000  x1  0000000000001803  x2  0000000000000006  x3  0000007fd7fc4090
2021-03-11 18:11:33.598 6495-6495/? A/DEBUG:     x4  0000007d17673000  x5  0000007d17673000  x6  0000007d17673000  x7  0000000000e2bab2
2021-03-11 18:11:33.598 6495-6495/? A/DEBUG:     x8  00000000000000f0  x9  978466a8d25e641d  x10 0000000000000000  x11 ffffffc0fffffbdf
2021-03-11 18:11:33.598 6495-6495/? A/DEBUG:     x12 0000000000000001  x13 0000000000000061  x14 0000007d13f58d22  x15 ffffffffffffffff
2021-03-11 18:11:33.598 6495-6495/? A/DEBUG:     x16 0000007d13f55c80  x17 0000007d13f37b70  x18 0000007d16b1e000  x19 0000000000001803
2021-03-11 18:11:33.598 6495-6495/? A/DEBUG:     x20 0000000000001803  x21 00000000ffffffff  x22 0000007fd7fc6530  x23 0000007fd7fc6c00
2021-03-11 18:11:33.598 6495-6495/? A/DEBUG:     x24 0000007fd7fc6aa0  x25 0000007fd7fc6bc8  x26 0000000000000000  x27 0000000000000000
2021-03-11 18:11:33.598 6495-6495/? A/DEBUG:     x28 0000000000000000  x29 0000007fd7fc4110
2021-03-11 18:11:33.598 6495-6495/? A/DEBUG:     lr  0000007d13eeb3e0  sp  0000007fd7fc4070  pc  0000007d13eeb40c  pst 0000000000000000
2021-03-11 18:11:33.619 503-503/? E/SELinux: avc:  denied  { find } for pid=3761 uid=10228 name=tethering scontext=u:r:vendor_systemhelper_app:s0:c512,c768 tcontext=u:object_r:tethering_service:s0 tclass=service_manager permissive=0
2021-03-11 18:11:33.695 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:33.739 3521-3521/? I/CNSS: Failed to send nl message
2021-03-11 18:11:33.824 503-503/? E/SELinux: avc:  denied  { find } for pid=3761 uid=10228 name=tethering scontext=u:r:vendor_systemhelper_app:s0:c512,c768 tcontext=u:object_r:tethering_service:s0 tclass=service_manager permissive=0
2021-03-11 18:11:33.872 3521-3521/? I/CNSS: Failed to send nl message
2021-03-11 18:11:33.995 6495-6495/? A/DEBUG: backtrace:
2021-03-11 18:11:33.995 6495-6495/? A/DEBUG:       #00 pc 000000000004e40c  /apex/com.android.runtime/lib64/bionic/libc.so (abort+164) (BuildId: 8d77279a411c99f8bc6edb79c76340fb)
2021-03-11 18:11:33.995 6495-6495/? A/DEBUG:       #01 pc 00000000002c0e1c  /data/app/~~ot7DTR4qNiq3N2MasdHTOg==/com.tempdrop.tempdropmobileapp-_MNDzUYUauCHYu6cmyMIcQ==/lib/arm64/libflutter.so (BuildId: 3e2184d30aa29a54fe1d9f96d4bad726f0374603)
2021-03-11 18:11:33.995 6495-6495/? A/DEBUG:       #02 pc 00000000002e1238  /data/app/~~ot7DTR4qNiq3N2MasdHTOg==/com.tempdrop.tempdropmobileapp-_MNDzUYUauCHYu6cmyMIcQ==/lib/arm64/libflutter.so (BuildId: 3e2184d30aa29a54fe1d9f96d4bad726f0374603)
2021-03-11 18:11:33.995 6495-6495/? A/DEBUG:       #03 pc 00000000003132c0  /data/app/~~ot7DTR4qNiq3N2MasdHTOg==/com.tempdrop.tempdropmobileapp-_MNDzUYUauCHYu6cmyMIcQ==/lib/arm64/libflutter.so (BuildId: 3e2184d30aa29a54fe1d9f96d4bad726f0374603)
2021-03-11 18:11:33.995 6495-6495/? A/DEBUG:       #04 pc 00000000002cc83c  /data/app/~~ot7DTR4qNiq3N2MasdHTOg==/com.tempdrop.tempdropmobileapp-_MNDzUYUauCHYu6cmyMIcQ==/lib/arm64/libflutter.so (BuildId: 3e2184d30aa29a54fe1d9f96d4bad726f0374603)
2021-03-11 18:11:33.995 6495-6495/? A/DEBUG:       #05 pc 0000000000042560  /data/app/~~ot7DTR4qNiq3N2MasdHTOg==/com.tempdrop.tempdropmobileapp-_MNDzUYUauCHYu6cmyMIcQ==/oat/arm64/base.odex (art_jni_trampoline+160)
2021-03-11 18:11:33.995 6495-6495/? A/DEBUG:       #06 pc 0000000000133564  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: c820164b0c64ea40f1abc53aaf588b44)
2021-03-11 18:11:33.995 6495-6495/? A/DEBUG:       #07 pc 00000000001a8a78  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200) (BuildId: c820164b0c64ea40f1abc53aaf588b44)
2021-03-11 18:11:33.995 6495-6495/? A/DEBUG:       #08 pc 000000000031830c  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+376) (BuildId: c820164b0c64ea40f1abc53aaf588b44)
2021-03-11 18:11:33.995 6495-6495/? A/DEBUG:       #09 pc 000000000030e638  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+996) (BuildId: c820164b0c64ea40f1abc53aaf588b44)
2021-03-11 18:11:33.995 6495-6495/? A/DEBUG:       #10 pc 000000000067d794  /apex/com.android.art/lib64/libart.so (MterpInvokeDirect+576) (BuildId: c820164b0c64ea40f1abc53aaf588b44)
2021-03-11 18:11:33.995 6495-6495/? A/DEBUG:       #11 pc 000000000012d914  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_direct+20) (BuildId: c820164b0c64ea40f1abc53aaf588b44)
2021-03-11 18:11:33.995 6495-6495/? A/DEBUG:       #12 pc 00000000009287a4  /data/app/~~ot7DTR4qNiq3N2MasdHTOg==/com.tempdrop.tempdropmobileapp-_MNDzUYUauCHYu6cmyMIcQ==/oat/arm64/base.vdex (io.flutter.embedding.engine.FlutterJNI.performNativeAttach)
2021-03-11 18:11:33.995 6495-6495/? A/DEBUG:       #13 pc 0000000000681dfc  /apex/com.android.art/lib64/libart.so (MterpInvokeVirtualQuick+1344) (BuildId: c820164b0c64ea40f1abc53aaf588b44)
2021-03-11 18:11:33.995 6495-6495/? A/DEBUG:       #14 pc 0000000000131594  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual_quick+20) (BuildId: c820164b0c64ea40f1abc53aaf588b44)
2021-03-11 18:11:33.995 6495-6495/? A/DEBUG:       #15 pc 0000000000928898  /data/app/~~ot7DTR4qNiq3N2MasdHTOg==/com.tempdrop.tempdropmobileapp-_MNDzUYUauCHYu6cmyMIcQ==/oat/arm64/base.vdex (io.flutter.embedding.engine.FlutterJNI.attachToNative+12)
2021-03-11 18:11:33.995 6495-6495/? A/DEBUG:       #16 pc 0000000000681dfc  /apex/com.android.art/lib64/libart.so (MterpInvokeVirtualQuick+1344) (BuildId: c820164b0c64ea40f1abc53aaf588b44)
2021-03-11 18:11:33.995 6495-6495/? A/DEBUG:       #17 pc 0000000000131594  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual_quick+20) (BuildId: c820164b0c64ea40f1abc53aaf588b44)
2021-03-11 18:11:33.995 6495-6495/? A/DEBUG:       #18 pc 00000000009283c8  /data/app/~~ot7DTR4qNiq3N2MasdHTOg==/com.tempdrop.tempdropmobileapp-_MNDzUYUauCHYu6cmyMIcQ==/oat/arm64/base.vdex (io.flutter.embedding.engine.FlutterEngine.attachToJni+20)
2021-03-11 18:11:33.995 6495-6495/? A/DEBUG:       #19 pc 000000000067da34  /apex/com.android.art/lib64/libart.so (MterpInvokeDirect+1248) (BuildId: c820164b0c64ea40f1abc53aaf588b44)
2021-03-11 18:11:33.995 6495-6495/? A/DEBUG:       #20 pc 000000000012d914  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_direct+20) (BuildId: c820164b0c64ea40f1abc53aaf588b44)
2021-03-11 18:11:33.995 6495-6495/? A/DEBUG:       #21 pc 000000000092827a  /data/app/~~ot7DTR4qNiq3N2MasdHTOg==/com.tempdrop.tempdropmobileapp-_MNDzUYUauCHYu6cmyMIcQ==/oat/arm64/base.vdex (io.flutter.embedding.engine.FlutterEngine.<init>+410)
2021-03-11 18:11:33.995 6495-6495/? A/DEBUG:       #22 pc 0000000000680d4c  /apex/com.android.art/lib64/libart.so (MterpInvokeDirectRange+852) (BuildId: c820164b0c64ea40f1abc53aaf588b44)
2021-03-11 18:11:33.995 6495-6495/? A/DEBUG:       #23 pc 000000000012dc14  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_direct_range+20) (BuildId: c820164b0c64ea40f1abc53aaf588b44)
2021-03-11 18:11:33.995 6495-6495/? A/DEBUG:       #24 pc 0000000000928380  /data/app/~~ot7DTR4qNiq3N2MasdHTOg==/com.tempdrop.tempdropmobileapp-_MNDzUYUauCHYu6cmyMIcQ==/oat/arm64/base.vdex (io.flutter.embedding.engine.FlutterEngine.<init>+32)
2021-03-11 18:11:33.995 6495-6495/? A/DEBUG:       #25 pc 000000000067da34  /apex/com.android.art/lib64/libart.so (MterpInvokeDirect+1248) (BuildId: c820164b0c64ea40f1abc53aaf588b44)
2021-03-11 18:11:33.995 6495-6495/? A/DEBUG:       #26 pc 000000000012d914  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_direct+20) (BuildId: c820164b0c64ea40f1abc53aaf588b44)
2021-03-11 18:11:33.995 6495-6495/? A/DEBUG:       #27 pc 0000000000920f24  /data/app/~~ot7DTR4qNiq3N2MasdHTOg==/com.tempdrop.tempdropmobileapp-_MNDzUYUauCHYu6cmyMIcQ==/oat/arm64/base.vdex (io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.setupFlutterEngine+212)
2021-03-11 18:11:33.995 6495-6495/? A/DEBUG:       #28 pc 0000000000681dfc  /apex/com.android.art/lib64/libart.so (MterpInvokeVirtualQuick+1344) (BuildId: c820164b0c64ea40f1abc53aaf588b44)
2021-03-11 18:11:33.995 6495-6495/? A/DEBUG:       #29 pc 0000000000131594  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual_quick+20) (BuildId: c820164b0c64ea40f1abc53aaf588b44)
2021-03-11 18:11:33.995 6495-6495/? A/DEBUG:       #30 pc 00000000009207be  /data/app/~~ot7DTR4qNiq3N2MasdHTOg==/com.tempdrop.tempdropmobileapp-_MNDzUYUauCHYu6cmyMIcQ==/oat/arm64/base.vdex (io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.onAttach+14)
2021-03-11 18:11:33.995 6495-6495/? A/DEBUG:       #31 pc 0000000000681dfc  /apex/com.android.art/lib64/libart.so (MterpInvokeVirtualQuick+1344) (BuildId: c820164b0c64ea40f1abc53aaf588b44)
2021-03-11 18:11:33.995 6495-6495/? A/DEBUG:       #32 pc 0000000000131594  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual_quick+20) (BuildId: c820164b0c64ea40f1abc53aaf588b44)
2021-03-11 18:11:33.995 6495-6495/? A/DEBUG:       #33 pc 000000000092176e  /data/app/~~ot7DTR4qNiq3N2MasdHTOg==/com.tempdrop.tempdropmobileapp-_MNDzUYUauCHYu6cmyMIcQ==/oat/arm64/base.vdex (io.flutter.embedding.android.FlutterActivity.onCreate+26)
2021-03-11 18:11:33.996 6495-6495/? A/DEBUG:       #34 pc 0000000000305c34  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.4023174618862212076)+268) (BuildId: c820164b0c64ea40f1abc53aaf588b44)
2021-03-11 18:11:33.996 6495-6495/? A/DEBUG:       #35 pc 0000000000669e20  /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+780) (BuildId: c820164b0c64ea40f1abc53aaf588b44)
2021-03-11 18:11:33.996 6495-6495/? A/DEBUG:       #36 pc 000000000013cff8  /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: c820164b0c64ea40f1abc53aaf588b44)
2021-03-11 18:11:33.996 6495-6495/? A/DEBUG:       #37 pc 00000000005baafc  /system/framework/arm64/boot-framework.oat (android.app.Activity.performCreate+492) (BuildId: 1330f488ba83bcfeafd32e72cad3a3f3fcabcdda)
2021-03-11 18:11:33.996 6495-6495/? A/DEBUG:       #38 pc 0000000000320f90  /system/framework/arm64/boot-framework.oat (android.app.Instrumentation.callActivityOnCreate+80) (BuildId: 1330f488ba83bcfeafd32e72cad3a3f3fcabcdda)
2021-03-11 18:11:33.996 6495-6495/? A/DEBUG:       #39 pc 00000000003fe8a4  /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.performLaunchActivity+2356) (BuildId: 1330f488ba83bcfeafd32e72cad3a3f3fcabcdda)
2021-03-11 18:11:33.996 6495-6495/? A/DEBUG:       #40 pc 0000000000404e6c  /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.handleLaunchActivity+556) (BuildId: 1330f488ba83bcfeafd32e72cad3a3f3fcabcdda)
2021-03-11 18:11:33.996 6495-6495/? A/DEBUG:       #41 pc 00000000005c7944  /system/framework/arm64/boot-framework.oat (android.app.servertransaction.LaunchActivityItem.execute+404) (BuildId: 1330f488ba83bcfeafd32e72cad3a3f3fcabcdda)
2021-03-11 18:11:33.996 6495-6495/? A/DEBUG:       #42 pc 000000000034d6c0  /system/framework/arm64/boot-framework.oat (android.app.servertransaction.TransactionExecutor.executeCallbacks+560) (BuildId: 1330f488ba83bcfeafd32e72cad3a3f3fcabcdda)
2021-03-11 18:11:33.996 6495-6495/? A/DEBUG:       #43 pc 000000000034d410  /system/framework/arm64/boot-framework.oat (android.app.servertransaction.TransactionExecutor.execute+752) (BuildId: 1330f488ba83bcfeafd32e72cad3a3f3fcabcdda)
2021-03-11 18:11:33.996 6495-6495/? A/DEBUG:       #44 pc 00000000003ea1e8  /system/framework/arm64/boot-framework.oat (android.app.ActivityThread$H.handleMessage+536) (BuildId: 1330f488ba83bcfeafd32e72cad3a3f3fcabcdda)
2021-03-11 18:11:33.996 6495-6495/? A/DEBUG:       #45 pc 0000000000637c94  /system/framework/arm64/boot-framework.oat (android.os.Handler.dispatchMessage+180) (BuildId: 1330f488ba83bcfeafd32e72cad3a3f3fcabcdda)
2021-03-11 18:11:33.996 6495-6495/? A/DEBUG:       #46 pc 000000000063b18c  /system/framework/arm64/boot-framework.oat (android.os.Looper.loop+1516) (BuildId: 1330f488ba83bcfeafd32e72cad3a3f3fcabcdda)
2021-03-11 18:11:33.996 6495-6495/? A/DEBUG:       #47 pc 00000000003fdc90  /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.main+752) (BuildId: 1330f488ba83bcfeafd32e72cad3a3f3fcabcdda)
2021-03-11 18:11:33.996 6495-6495/? A/DEBUG:       #48 pc 00000000001337e8  /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+568) (BuildId: c820164b0c64ea40f1abc53aaf588b44)
2021-03-11 18:11:33.996 6495-6495/? A/DEBUG:       #49 pc 00000000001a8a94  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+228) (BuildId: c820164b0c64ea40f1abc53aaf588b44)
2021-03-11 18:11:33.996 6495-6495/? A/DEBUG:       #50 pc 000000000055431c  /apex/com.android.art/lib64/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned long)+1364) (BuildId: c820164b0c64ea40f1abc53aaf588b44)
2021-03-11 18:11:33.996 6495-6495/? A/DEBUG:       #51 pc 00000000004d3b28  /apex/com.android.art/lib64/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*)+52) (BuildId: c820164b0c64ea40f1abc53aaf588b44)
2021-03-11 18:11:33.996 6495-6495/? A/DEBUG:       #52 pc 00000000000896f4  /apex/com.android.art/javalib/arm64/boot.oat (art_jni_trampoline+180) (BuildId: 96a2ad2581099975b8c7bb4ab40fb39a7086a166)
2021-03-11 18:11:33.996 6495-6495/? A/DEBUG:       #53 pc 000000000088fc18  /system/framework/arm64/boot-framework.oat (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+136) (BuildId: 1330f488ba83bcfeafd32e72cad3a3f3fcabcdda)
2021-03-11 18:11:33.996 6495-6495/? A/DEBUG:       #54 pc 0000000000898348  /system/framework/arm64/boot-framework.oat (com.android.internal.os.ZygoteInit.main+2280) (BuildId: 1330f488ba83bcfeafd32e72cad3a3f3fcabcdda)
2021-03-11 18:11:33.996 6495-6495/? A/DEBUG:       #55 pc 00000000001337e8  /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+568) (BuildId: c820164b0c64ea40f1abc53aaf588b44)
2021-03-11 18:11:33.996 6495-6495/? A/DEBUG:       #56 pc 00000000001a8a94  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+228) (BuildId: c820164b0c64ea40f1abc53aaf588b44)
2021-03-11 18:11:33.996 6495-6495/? A/DEBUG:       #57 pc 0000000000552d58  /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs<art::ArtMethod*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, art::ArtMethod*, std::__va_list)+448) (BuildId: c820164b0c64ea40f1abc53aaf588b44)
2021-03-11 18:11:33.996 6495-6495/? A/DEBUG:       #58 pc 000000000055320c  /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs<_jmethodID*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+92) (BuildId: c820164b0c64ea40f1abc53aaf588b44)
2021-03-11 18:11:33.996 6495-6495/? A/DEBUG:       #59 pc 000000000043811c  /apex/com.android.art/lib64/libart.so (art::JNI<true>::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+656) (BuildId: c820164b0c64ea40f1abc53aaf588b44)
2021-03-11 18:11:33.996 6495-6495/? A/DEBUG:       #60 pc 000000000009a424  /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+124) (BuildId: 76c6ff6dffdd14171b8f11809116caee)
2021-03-11 18:11:33.996 6495-6495/? A/DEBUG:       #61 pc 00000000000a2260  /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+836) (BuildId: 76c6ff6dffdd14171b8f11809116caee)
2021-03-11 18:11:33.996 6495-6495/? A/DEBUG:       #62 pc 0000000000003674  /system/bin/app_process64 (main+1580) (BuildId: f0690d7ea4979aa08ecaaff244e04980)
2021-03-11 18:11:33.996 6495-6495/? A/DEBUG:       #63 pc 00000000000499e4  /apex/com.android.runtime/lib64/bionic/libc.so (__libc_init+108) (BuildId: 8d77279a411c99f8bc6edb79c76340fb)
2021-03-11 18:11:34.006 1306-1436/? D/CompatibilityInfo: mCompatibilityFlags - 0
2021-03-11 18:11:34.006 1306-1436/? D/CompatibilityInfo: applicationDensity - 320
2021-03-11 18:11:34.006 1306-1436/? D/CompatibilityInfo: applicationScale - 1.0
2021-03-11 18:11:34.008 3521-3521/? I/CNSS: Failed to send nl message
2021-03-11 18:11:34.025 503-503/? E/SELinux: avc:  denied  { find } for pid=3761 uid=10228 name=tethering scontext=u:r:vendor_systemhelper_app:s0:c512,c768 tcontext=u:object_r:tethering_service:s0 tclass=service_manager permissive=0
2021-03-11 18:11:34.042 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: bindService is called for service : com.google.android.gms/.icing.service.IcingGcmTaskService and for client com.google.android.gms.persistent
2021-03-11 18:11:34.042 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: total connections for service : com.google.android.gms/.icing.service.IcingGcmTaskServiceare :1
2021-03-11 18:11:34.042 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: total connections for client : com.google.android.gms.persistentare :4
2021-03-11 18:11:34.043 1306-3630/? D/CompatibilityInfo: mCompatibilityFlags - 0
2021-03-11 18:11:34.043 1306-3630/? D/CompatibilityInfo: applicationDensity - 320
2021-03-11 18:11:34.043 1306-3630/? D/CompatibilityInfo: applicationScale - 1.0
2021-03-11 18:11:34.043 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: startService() is called for servicecom.google.android.gms/.icing.service.IcingGcmTaskService
2021-03-11 18:11:34.047 2992-2026/? I/NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.icing.service.IcingGcmTaskService started execution. cause:4 exec_start_elapsed_seconds: 168270 [CONTEXT service_id=218 ]
2021-03-11 18:11:34.049 1306-3630/? D/CompatibilityInfo: mCompatibilityFlags - 0
2021-03-11 18:11:34.049 1306-3630/? D/CompatibilityInfo: applicationDensity - 320
2021-03-11 18:11:34.049 1306-3630/? D/CompatibilityInfo: applicationScale - 1.0
2021-03-11 18:11:34.050 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: startService() is called for servicecom.google.android.gms/.icing.service.IndexWorkerService
2021-03-11 18:11:34.053 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: unbindService is called for service : com.google.android.gms/.icing.service.IcingGcmTaskService and for client com.google.android.gms.persistent
2021-03-11 18:11:34.053 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: size of service connections for service: com.google.android.gms/.icing.service.IcingGcmTaskServiceafter removal is 0
2021-03-11 18:11:34.053 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: size of client connections for client: com.google.android.gms.persistentafter removal is 3
2021-03-11 18:11:34.053 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: destroyService is called for service : com.google.android.gms/.icing.service.IcingGcmTaskService
2021-03-11 18:11:34.054 2992-5707/? I/NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.icing.service.IcingGcmTaskService finished executing. cause:4 result: 1 elapsed_millis: 22 uptime_millis: 22 exec_start_elapsed_seconds: 168270 [CONTEXT service_id=218 ]
2021-03-11 18:11:34.062 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: destroyService is called for service : com.google.android.gms/.icing.service.IndexWorkerService
2021-03-11 18:11:34.152 3521-3521/? I/CNSS: Failed to send nl message
2021-03-11 18:11:34.227 503-503/? E/SELinux: avc:  denied  { find } for pid=3761 uid=10228 name=tethering scontext=u:r:vendor_systemhelper_app:s0:c512,c768 tcontext=u:object_r:tethering_service:s0 tclass=service_manager permissive=0
2021-03-11 18:11:34.289 3521-3521/? I/CNSS: Failed to send nl message
2021-03-11 18:11:34.428 503-503/? E/SELinux: avc:  denied  { find } for pid=3761 uid=10228 name=tethering scontext=u:r:vendor_systemhelper_app:s0:c512,c768 tcontext=u:object_r:tethering_service:s0 tclass=service_manager permissive=0
2021-03-11 18:11:34.519 589-589/? E/tombstoned: Tombstone written to: /data/tombstones/tombstone_05
2021-03-11 18:11:34.527 1306-1740/? I/BootReceiver: Copying /data/tombstones/tombstone_05 to DropBox (SYSTEM_TOMBSTONE)
2021-03-11 18:11:34.528 1306-1740/? I/DropBoxManagerService: add tag=SYSTEM_TOMBSTONE isTagEnabled=true flags=0x2
**2021-03-11 18:11:34.531 1306-6512/? W/ActivityTaskManager:   Force finishing activity com.tempdrop.tempdropmobileapp/com.tempdrop.app.activities.CustomFlutterActivity**
2021-03-11 18:11:34.532 1306-6513/? I/DropBoxManagerService: add tag=data_app_native_crash isTagEnabled=true flags=0x2
2021-03-11 18:11:34.547 1306-6512/? V/ActivityTaskManager: Calling mServicetracker.OnActivityStateChange with flag truestatePAUSING
2021-03-11 18:11:34.547 1306-6512/? D/ActivityTrigger: ActivityTrigger activityPauseTrigger 
2021-03-11 18:11:34.548 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: Activity state is changed to : 3
2021-03-11 18:11:34.548 1306-6512/? V/ActivityTaskManager: Calling mServicetracker.OnActivityStateChange with flag falsestatePAUSING
2021-03-11 18:11:34.556 1306-1436/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver
2021-03-11 18:11:34.557 1306-1436/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
2021-03-11 18:11:34.548 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: Activity state is changed to : 3
2021-03-11 18:11:34.558 1306-1394/? D/EventSequenceValidator: onActivityLaunchCancelled during UNKNOWN.
    java.lang.Throwable: EventSequenceValidator#getStackTrace
        at com.google.android.startop.iorap.EventSequenceValidator.logWarningWithStackTrace(EventSequenceValidator.java:260)
        at com.google.android.startop.iorap.EventSequenceValidator.onActivityLaunchCancelled(EventSequenceValidator.java:166)
        at com.android.server.wm.LaunchObserverRegistryImpl.handleOnActivityLaunchCancelled(LaunchObserverRegistryImpl.java:166)
        at com.android.server.wm.LaunchObserverRegistryImpl.lambda$lAGPwfsXJvBWsyG2rbEfo3sTv34(Unknown Source:0)
        at com.android.server.wm.-$$Lambda$LaunchObserverRegistryImpl$lAGPwfsXJvBWsyG2rbEfo3sTv34.accept(Unknown Source:4)
        at com.android.internal.util.function.pooled.PooledLambdaImpl.doInvoke(PooledLambdaImpl.java:278)
        at com.android.internal.util.function.pooled.PooledLambdaImpl.invoke(PooledLambdaImpl.java:201)
        at com.android.internal.util.function.pooled.OmniFunction.run(OmniFunction.java:97)
        at android.os.Handler.handleCallback(Handler.java:938)
        at android.os.Handler.dispatchMessage(Handler.java:99)
        at android.os.Looper.loop(Looper.java:223)
        at android.os.HandlerThread.run(HandlerThread.java:67)
        at com.android.server.ServiceThread.run(ServiceThread.java:44)
2021-03-11 18:11:34.558 1013-2172/? W/iorapd: Rejecting transition from kIntentFailed to kActivityLaunchCancelled
2021-03-11 18:11:34.558 1306-1394/? D/EventSequenceValidator: dec AccIntentStartedEvents to 0
2021-03-11 18:11:34.558 1306-1436/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver
2021-03-11 18:11:34.560 1306-2695/? D/CompatibilityInfo: mCompatibilityFlags - 0
2021-03-11 18:11:34.560 1306-2695/? D/CompatibilityInfo: applicationDensity - 320
2021-03-11 18:11:34.560 1306-2695/? D/CompatibilityInfo: applicationScale - 1.0
2021-03-11 18:11:34.562 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: startService() is called for servicecom.google.android.gms/.chimera.PersistentIntentOperationService
2021-03-11 18:11:34.562 1306-1436/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
2021-03-11 18:11:34.567 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: bindService is called for service : com.google.android.gms/.chimera.PersistentDirectBootAwareApiService and for client com.google.android.gms.persistent
2021-03-11 18:11:34.567 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: total connections for service : com.google.android.gms/.chimera.PersistentDirectBootAwareApiServiceare :8
2021-03-11 18:11:34.567 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: total connections for client : com.google.android.gms.persistentare :3
2021-03-11 18:11:34.587 1306-2695/? D/CompatibilityInfo: mCompatibilityFlags - 0
2021-03-11 18:11:34.587 1306-2695/? D/CompatibilityInfo: applicationDensity - 320
2021-03-11 18:11:34.587 1306-2695/? D/CompatibilityInfo: applicationScale - 1.0
2021-03-11 18:11:34.588 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: startService() is called for servicecom.google.android.gms/.stats.service.DropBoxEntryAddedService
2021-03-11 18:11:34.589 3521-3521/? I/CNSS: Failed to send nl message
2021-03-11 18:11:34.595 1306-1395/? W/WindowManager: Failed to deliver inset state change to w=Window{fa6b9c9 u0 com.tempdrop.tempdropmobileapp/com.tempdrop.app.activities.WelcomeActivity}
    android.os.DeadObjectException
        at android.os.BinderProxy.transactNative(Native Method)
        at android.os.BinderProxy.transact(BinderProxy.java:540)
        at android.view.IWindow$Stub$Proxy.insetsControlChanged(IWindow.java:765)
        at com.android.server.wm.WindowState.notifyInsetsControlChanged(WindowState.java:3681)
        at com.android.server.wm.InsetsStateController.lambda$notifyPendingInsetsControlChanged$4$InsetsStateController(InsetsStateController.java:445)
        at com.android.server.wm.-$$Lambda$InsetsStateController$-1iOXDf-1s3wDHcMIHBKNk6MS3I.run(Unknown Source:2)
        at com.android.server.wm.WindowAnimator.executeAfterPrepareSurfacesRunnables(WindowAnimator.java:341)
        at com.android.server.wm.WindowAnimator.animate(WindowAnimator.java:222)
        at com.android.server.wm.WindowAnimator.lambda$new$1$WindowAnimator(WindowAnimator.java:107)
        at com.android.server.wm.-$$Lambda$WindowAnimator$ddXU8gK8rmDqri0OZVMNa3Y4GHk.doFrame(Unknown Source:2)
        at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1054)
        at android.view.Choreographer.doCallbacks(Choreographer.java:878)
        at android.view.Choreographer.doFrame(Choreographer.java:807)
        at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1041)
        at android.os.Handler.handleCallback(Handler.java:938)
        at android.os.Handler.dispatchMessage(Handler.java:99)
        at android.os.Looper.loop(Looper.java:223)
        at android.os.HandlerThread.run(HandlerThread.java:67)
        at com.android.server.ServiceThread.run(ServiceThread.java:44)
2021-03-11 18:11:34.598 1306-18686/? D/CompatibilityInfo: mCompatibilityFlags - 0
2021-03-11 18:11:34.598 1306-18686/? D/CompatibilityInfo: applicationDensity - 320
2021-03-11 18:11:34.598 1306-18686/? D/CompatibilityInfo: applicationScale - 1.0
2021-03-11 18:11:34.599 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: startService() is called for servicecom.google.android.gms/.chimera.GmsIntentOperationService
2021-03-11 18:11:34.610 1306-18686/? I/ActivityManager: Process com.tempdrop.tempdropmobileapp (pid 6147) has died: prcp TOP 
2021-03-11 18:11:34.611 1306-3646/? I/WindowManager: WIN DEATH: Window{fa6b9c9 u0 com.tempdrop.tempdropmobileapp/com.tempdrop.app.activities.WelcomeActivity}
2021-03-11 18:11:34.612 598-598/? I/Zygote: Process 6147 exited due to signal 6 (Aborted)
2021-03-11 18:11:34.614 1306-3646/? W/InputDispatcher: Attempted to unregister already unregistered input channel 'fa6b9c9 com.tempdrop.tempdropmobileapp/com.tempdrop.app.activities.WelcomeActivity (server)'
2021-03-11 18:11:34.619 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: killProcess is called for pid : 6147
2021-03-11 18:11:34.620 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: process with pid 6147 is client
2021-03-11 18:11:34.620 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: size of service connections for service: com.google.android.gms/.measurement.service.MeasurementBrokerServiceafter removal is 1
2021-03-11 18:11:34.620 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: removing client with pid 6147process namecom.tempdrop.tempdropmobileapp
2021-03-11 18:11:34.622 1306-18686/? V/ActivityTaskManager: Calling mServicetracker.OnActivityStateChange with flag truestateDESTROYED
2021-03-11 18:11:34.622 1306-18686/? V/ActivityTaskManager: Calling mServicetracker.OnActivityStateChange with flag falsestateDESTROYED
2021-03-11 18:11:34.623 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: Activity state is changed to : 9
2021-03-11 18:11:34.623 1306-18686/? V/ActivityTaskManager: Calling mServicetracker.OnActivityStateChange with flag truestateDESTROYED
2021-03-11 18:11:34.624 1306-18686/? V/ActivityTaskManager: Calling mServicetracker.OnActivityStateChange with flag truestateDESTROYED
2021-03-11 18:11:34.625 1306-18686/? V/ActivityTaskManager: Calling mServicetracker.OnActivityStateChange with flag falsestateDESTROYED
2021-03-11 18:11:34.625 1306-18686/? V/ActivityTaskManager: Calling mServicetracker.OnActivityStateChange with flag truestateDESTROYED
2021-03-11 18:11:34.625 778-806/? I/chatty: uid=1000(system) HwBinder:778_2 identical 4 lines
2021-03-11 18:11:34.626 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: Activity state is changed to : 9
2021-03-11 18:11:34.629 503-503/? E/SELinux: avc:  denied  { find } for pid=3761 uid=10228 name=tethering scontext=u:r:vendor_systemhelper_app:s0:c512,c768 tcontext=u:object_r:tethering_service:s0 tclass=service_manager permissive=0
2021-03-11 18:11:34.630 1306-18686/? V/ActivityTaskManager: Calling mServicetracker.OnActivityStateChange with flag truestateRESUMED
2021-03-11 18:11:34.630 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: Activity state is changed to : 2
2021-03-11 18:11:34.631 1306-18686/? V/ActivityTaskManager: Calling mServicetracker.OnActivityStateChange with flag falsestateRESUMED
2021-03-11 18:11:34.632 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: Activity state is changed to : 2
2021-03-11 18:11:34.632 596-604/? E/statsd: Predicate 5980654721335871649 dropping data for dimension key (10)0x2010101->10494[I] (10)0x30000->*launch*[S] 
2021-03-11 18:11:34.645 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: bindService is called for service : com.google.android.googlequicksearchbox/com.google.android.apps.gsa.nowoverlayservice.DrawerOverlayService and for client com.android.launcher3
2021-03-11 18:11:34.645 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: total connections for service : com.google.android.googlequicksearchbox/com.google.android.apps.gsa.nowoverlayservice.DrawerOverlayServiceare :1
2021-03-11 18:11:34.645 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: total connections for client : com.android.launcher3are :1
2021-03-11 18:11:34.648 1306-1497/? I/libprocessgroup: Successfully killed process cgroup uid 10494 pid 6147 in 38ms
2021-03-11 18:11:34.662 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: destroyService is called for service : com.google.android.gms/.stats.service.DropBoxEntryAddedService
2021-03-11 18:11:34.663 1306-1394/? W/ActivityManager: setHasOverlayUi called on unknown pid: 6147
2021-03-11 18:11:34.664 1306-2695/? D/CompatibilityInfo: mCompatibilityFlags - 0
2021-03-11 18:11:34.664 1306-2695/? D/CompatibilityInfo: applicationDensity - 320
2021-03-11 18:11:34.664 1306-2695/? D/CompatibilityInfo: applicationScale - 1.0
2021-03-11 18:11:34.665 24488-24488/? I/A: Trimming objects from memory, since app is in the background.
2021-03-11 18:11:34.665 25441-25466/? W/Bugle: TextClassifierLibManagerImpl: Reclaiming memory at level: 40
2021-03-11 18:11:34.666 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: startService() is called for servicecom.google.android.gms/.stats.service.DropBoxEntryAddedService
2021-03-11 18:11:34.667 1306-6512/? W/ActivityManager: Ignoring remove of inactive process: ProcessRecord{2af76b2 0:com.tempdrop.tempdropmobileapp/u0a494}
2021-03-11 18:11:34.669 941-941/? I/Finsky: [2] xdt.onTrimMemory(1): Memory trim requested to level 80
2021-03-11 18:11:34.673 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:34.676 3527-3527/? I/AppBase: AppBase.onTrimMemory():765 onTrimMemory(): 5
2021-03-11 18:11:34.677 3527-3527/? I/GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4478 onTrimMemory(): 5
2021-03-11 18:11:34.685 4427-4427/? W/fb4a.AppStateLoggerCore: No application has been registered with AppStateLogger
2021-03-11 18:11:34.687 1306-1394/? D/CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10035; state: DISABLED
2021-03-11 18:11:34.687 1306-1394/? D/CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10035; state: ENABLED
2021-03-11 18:11:34.688 1306-1437/? D/CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10035; state: ENABLED
2021-03-11 18:11:34.700 23812-25692/? I/cr_BindingManager: onTrimMemory: level=80, size=0
2021-03-11 18:11:34.705 4150-4150/? D/PredictionService: onRequestPredictionUpdate
2021-03-11 18:11:34.706 4150-4150/? D/PredictionService: update predictions
2021-03-11 18:11:34.707 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:34.712 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:34.718 598-598/? D/Zygote: Forked child process 6521
2021-03-11 18:11:34.719 4818-4818/? W/msgr.AppStateLoggerCore: No application has been registered with AppStateLogger
2021-03-11 18:11:34.723 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:34.726 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: bindService is called for service : com.google.android.googlequicksearchbox/com.google.android.apps.gsa.sidekick.main.remoteservice.NowService and for client com.google.android.googlequicksearchbox:search
2021-03-11 18:11:34.726 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: total connections for service : com.google.android.googlequicksearchbox/com.google.android.apps.gsa.sidekick.main.remoteservice.NowServiceare :1
2021-03-11 18:11:34.726 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: total connections for client : com.google.android.googlequicksearchbox:searchare :5
2021-03-11 18:11:34.726 1306-3646/? D/CompatibilityInfo: mCompatibilityFlags - 0
2021-03-11 18:11:34.726 1306-3646/? D/CompatibilityInfo: applicationDensity - 320
2021-03-11 18:11:34.726 1306-3646/? D/CompatibilityInfo: applicationScale - 1.0
2021-03-11 18:11:34.727 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:34.727 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: startService() is called for servicecom.google.android.googlequicksearchbox/com.google.android.apps.gsa.sidekick.main.remoteservice.NowService
2021-03-11 18:11:34.728 1306-1437/? I/ActivityManager: Start proc 6521:com.google.android.dialer/u0a35 for null
2021-03-11 18:11:34.730 6521-6521/? W/Zygote: Unable to open libbeluga.so: dlopen failed: library "libbeluga.so" not found.
2021-03-11 18:11:34.740 3527-3527/? I/GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3311 
2021-03-11 18:11:34.740 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:34.743 3527-3527/? I/GoogleInputMethodService: GoogleInputMethodService.onStartInput():1914 
2021-03-11 18:11:34.745 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:34.746 4818-4906/? W/msgr.AppStateLoggerCore: AppStateLogger is not ready yet
2021-03-11 18:11:34.752 24488-24559/? I/AdrenoGLES-0: QUALCOMM build                   : d4cfdf3, Ic907de5ed0
    Build Date                       : 09/25/20
    OpenGL ES Shader Compiler Version: EV031.32.02.01
    Local Branch                     : mybrancheaff3d46-e51f-f136-8926-1458d0b52af0
    Remote Branch                    : quic/gfx-adreno.lnx.1.0.r116-rel
    Remote Branch                    : NONE
    Reconstruct Branch               : NOTHING
2021-03-11 18:11:34.752 24488-24559/? I/AdrenoGLES-0: Build Config                     : S P 10.0.7 AArch64
2021-03-11 18:11:34.753 24488-24559/? I/AdrenoGLES-0: Driver Path                      : /vendor/lib64/egl/libGLESv2_adreno.so
2021-03-11 18:11:34.755 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: destroyService is called for service : com.google.android.gms/.stats.service.DropBoxEntryAddedService
2021-03-11 18:11:34.758 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:34.762 24488-24559/? I/AdrenoGLES-0: PFP: 0x016ee190, ME: 0x00000000
2021-03-11 18:11:34.763 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:34.764 6521-6521/? E/.android.diale: Not starting debugger since process cannot load the jdwp agent.
2021-03-11 18:11:34.766 4427-4605/? W/fb4a.AppStateLoggerCore: AppStateLogger is not ready yet
2021-03-11 18:11:34.772 4427-4605/? W/fb4a.AppStateLoggerCore: AppStateLogger is not ready yet (getGranularExposures)
2021-03-11 18:11:34.773 3521-3521/? I/CNSS: Failed to send nl message
2021-03-11 18:11:34.773 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:34.776 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:34.769 4818-4818/? W/CombinedTP8: type=1400 audit(0.0:1256681): avc: granted { execute } for path="/data/user/0/com.facebook.orca/lib-superpack-xz/libanalyticsutil-jni.so" dev="sda15" ino=518074 scontext=u:r:untrusted_app_29:s0:c147,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c147,c256,c512,c768 tclass=file
2021-03-11 18:11:34.781 4818-4906/? W/msgr.AppStateLoggerCore: AppStateLogger is not ready yet (getGranularExposures)
2021-03-11 18:11:34.786 1306-3646/? D/CompatibilityInfo: mCompatibilityFlags - 0
2021-03-11 18:11:34.786 1306-3646/? D/CompatibilityInfo: applicationDensity - 320
2021-03-11 18:11:34.786 1306-3646/? D/CompatibilityInfo: applicationScale - 1.0
2021-03-11 18:11:34.789 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:34.806 727-727/? I/chatty: uid=1000(system) composer@2.4-se identical 2 lines
2021-03-11 18:11:34.810 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:34.814 6521-6521/? W/System: ClassLoader referenced unknown path: /product/framework/com.google.android.dialer.support.jar
2021-03-11 18:11:34.824 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:34.826 6521-6521/? D/nativeloader: classloader namespace configured for unbundled product apk. library_path=/data/app/~~IO0X9Mk_WXv8xPWYtaZddA==/com.google.android.dialer-CHYptxH7TE387zR-v20X2Q==/lib/arm64:/data/app/~~IO0X9Mk_WXv8xPWYtaZddA==/com.google.android.dialer-CHYptxH7TE387zR-v20X2Q==/base.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64
2021-03-11 18:11:34.827 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:34.830 503-503/? E/SELinux: avc:  denied  { find } for pid=3761 uid=10228 name=tethering scontext=u:r:vendor_systemhelper_app:s0:c512,c768 tcontext=u:object_r:tethering_service:s0 tclass=service_manager permissive=0
2021-03-11 18:11:34.836 6521-6521/? I/.android.diale: The ClassLoaderContext is a special shared library.
2021-03-11 18:11:34.841 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:34.852 24488-24565/? W/ThreadPoolDumper: Queue length for executor EventBus is now 11. Perhaps some tasks are too long, or the pool is too small.
2021-03-11 18:11:34.856 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:34.863 1306-3630/? D/CompatibilityInfo: mCompatibilityFlags - 0
2021-03-11 18:11:34.863 1306-3630/? D/CompatibilityInfo: applicationDensity - 320
2021-03-11 18:11:34.863 1306-3630/? D/CompatibilityInfo: applicationScale - 1.0
2021-03-11 18:11:34.864 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: startService() is called for servicecom.google.android.googlequicksearchbox/com.google.android.apps.gsa.shared.util.keepalive.StandaloneKeepAlive$KeepAliveService
2021-03-11 18:11:34.872 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:34.883 3521-3521/? I/CNSS: Failed to send nl message
2021-03-11 18:11:34.886 2992-3009/? I/.gms.persisten: Background concurrent copying GC freed 270763(12MB) AllocSpace objects, 16(1208KB) LOS objects, 49% free, 14MB/29MB, paused 114us total 165.422ms
2021-03-11 18:11:34.886 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: bindService is called for service : com.google.android.gms/.icing.service.IndexService and for client com.google.android.googlequicksearchbox:search
2021-03-11 18:11:34.887 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: total connections for service : com.google.android.gms/.icing.service.IndexServiceare :1
2021-03-11 18:11:34.887 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: total connections for client : com.google.android.googlequicksearchbox:searchare :6
2021-03-11 18:11:34.887 1306-2695/? D/CompatibilityInfo: mCompatibilityFlags - 0
2021-03-11 18:11:34.887 1306-2695/? D/CompatibilityInfo: applicationDensity - 320
2021-03-11 18:11:34.887 1306-2695/? D/CompatibilityInfo: applicationScale - 1.0
2021-03-11 18:11:34.887 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: startService() is called for servicecom.google.android.gms/.icing.service.IndexService
2021-03-11 18:11:34.888 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:34.893 24488-24565/? I/A: isInitializing-false locale not changed-true model not changed-true
2021-03-11 18:11:34.896 1306-18686/? D/CompatibilityInfo: mCompatibilityFlags - 0
2021-03-11 18:11:34.896 1306-18686/? D/CompatibilityInfo: applicationDensity - 320
2021-03-11 18:11:34.896 1306-18686/? D/CompatibilityInfo: applicationScale - 1.0
2021-03-11 18:11:34.896 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: startService() is called for servicecom.google.android.gms/.icing.service.IndexWorkerService
2021-03-11 18:11:34.902 9517-6275/? I/Icing: IndexChimeraService.getServiceInterface callingPackage=com.google.android.googlequicksearchbox componentName=null serviceId=36
2021-03-11 18:11:34.904 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:34.907 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: bindService is called for service : com.google.android.gms/.lockbox.service.LockboxBrokerService and for client com.google.android.gms
2021-03-11 18:11:34.908 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: total connections for service : com.google.android.gms/.lockbox.service.LockboxBrokerServiceare :1
2021-03-11 18:11:34.908 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: total connections for client : com.google.android.gmsare :6
2021-03-11 18:11:34.908 1306-3650/? D/CompatibilityInfo: mCompatibilityFlags - 0
2021-03-11 18:11:34.908 1306-3650/? D/CompatibilityInfo: applicationDensity - 320
2021-03-11 18:11:34.908 1306-3650/? D/CompatibilityInfo: applicationScale - 1.0
2021-03-11 18:11:34.909 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: startService() is called for servicecom.google.android.gms/.lockbox.service.LockboxBrokerService
2021-03-11 18:11:34.909 24488-24565/? I/A: registerScope: nowcards-15-9dc7b1c-9a88
2021-03-11 18:11:34.919 9517-5573/? I/GmsCoreXrpcWrapper: Returning a channel provider with trafficStatsTag=12803
2021-03-11 18:11:34.922 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:34.923 6521-6521/? I/Perf: Connecting to perf service.
2021-03-11 18:11:34.926 3521-3521/? I/CNSS: Failed to send nl message
2021-03-11 18:11:34.929 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: bindService is called for service : com.google.android.gms/.chimera.PersistentApiService and for client com.google.android.gms
2021-03-11 18:11:34.929 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: total connections for service : com.google.android.gms/.chimera.PersistentApiServiceare :6
2021-03-11 18:11:34.929 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: total connections for client : com.google.android.gmsare :7
2021-03-11 18:11:34.933 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: bindService is called for service : com.google.android.gms/.chimera.GmsBoundBrokerService and for client com.google.android.gms.persistent
2021-03-11 18:11:34.933 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: total connections for service : com.google.android.gms/.chimera.GmsBoundBrokerServiceare :6
2021-03-11 18:11:34.934 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: total connections for client : com.google.android.gms.persistentare :4
2021-03-11 18:11:34.936 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: bindService is called for service : com.google.android.gms/.lockbox.service.LockboxBrokerService and for client com.google.android.gms.persistent
2021-03-11 18:11:34.936 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: total connections for service : com.google.android.gms/.lockbox.service.LockboxBrokerServiceare :2
2021-03-11 18:11:34.936 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: total connections for client : com.google.android.gms.persistentare :5
2021-03-11 18:11:34.938 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:34.929 6544-6544/? W/charge_logger: type=1400 audit(0.0:1256682): avc: denied { remove_name } for name="charge_logger_a.csv" dev="sda15" ino=174 scontext=u:r:charge_logger:s0 tcontext=u:object_r:charge_logger_data_file:s0 tclass=dir permissive=0
2021-03-11 18:11:34.956 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:34.957 6521-6521/? D/NetworkSecurityConfig: No Network Security Config specified, using platform default
2021-03-11 18:11:34.957 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: bindService is called for service : com.google.android.gms/.icing.service.AppIndexingService and for client com.google.android.gms.persistent
2021-03-11 18:11:34.957 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: total connections for service : com.google.android.gms/.icing.service.AppIndexingServiceare :1
2021-03-11 18:11:34.957 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: total connections for client : com.google.android.gms.persistentare :6
2021-03-11 18:11:34.958 1306-3650/? D/CompatibilityInfo: mCompatibilityFlags - 0
2021-03-11 18:11:34.958 1306-3650/? D/CompatibilityInfo: applicationDensity - 320
2021-03-11 18:11:34.958 1306-3650/? D/CompatibilityInfo: applicationScale - 1.0
2021-03-11 18:11:34.958 6521-6521/? D/NetworkSecurityConfig: No Network Security Config specified, using platform default
2021-03-11 18:11:34.958 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: startService() is called for servicecom.google.android.gms/.icing.service.AppIndexingService
2021-03-11 18:11:34.961 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: bindService is called for service : com.google.android.googlequicksearchbox/com.google.android.apps.gsa.tasks.BackgroundTasksJobService and for client system
2021-03-11 18:11:34.961 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: total connections for service : com.google.android.googlequicksearchbox/com.google.android.apps.gsa.tasks.BackgroundTasksJobServiceare :1
2021-03-11 18:11:34.961 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: total connections for client : systemare :22
2021-03-11 18:11:34.961 1306-3654/? D/CompatibilityInfo: mCompatibilityFlags - 0
2021-03-11 18:11:34.961 1306-3654/? D/CompatibilityInfo: applicationDensity - 320
2021-03-11 18:11:34.961 1306-3654/? D/CompatibilityInfo: applicationScale - 1.0
2021-03-11 18:11:34.961 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: startService() is called for servicecom.google.android.googlequicksearchbox/com.google.android.apps.gsa.tasks.BackgroundTasksJobService
2021-03-11 18:11:34.962 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: bindService is called for service : com.google.android.gms/.icing.service.IndexService and for client com.google.android.gms.persistent
2021-03-11 18:11:34.962 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: total connections for service : com.google.android.gms/.icing.service.IndexServiceare :2
2021-03-11 18:11:34.962 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: total connections for client : com.google.android.gms.persistentare :7
2021-03-11 18:11:34.965 24488-24488/? I/BgTaskExecutorImpl: Starting EXCLUSIVE background task TNG_MINUS_ONE_SYNC.
2021-03-11 18:11:34.966 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: bindService is called for service : com.google.android.googlequicksearchbox/com.google.android.apps.gsa.tasks.BackgroundTasksJobService and for client system
2021-03-11 18:11:34.966 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: total connections for service : com.google.android.googlequicksearchbox/com.google.android.apps.gsa.tasks.BackgroundTasksJobServiceare :1
2021-03-11 18:11:34.966 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: total connections for client : systemare :22
2021-03-11 18:11:34.970 24488-24488/? I/BgTaskExecutorImpl: Starting EXCLUSIVE background task TNG_VOICE_SEARCH_SYNC.
2021-03-11 18:11:34.971 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:34.973 9517-6275/? I/Icing: IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=30
2021-03-11 18:11:34.976 9517-5573/? I/Icing: Usage reports ok 1, Failed Usage reports 0, indexed 0, rejected 0
2021-03-11 18:11:34.976 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: bindService is called for service : com.google.android.gms/.chimera.GmsBoundBrokerService and for client com.google.android.gms
2021-03-11 18:11:34.976 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: total connections for service : com.google.android.gms/.chimera.GmsBoundBrokerServiceare :6
2021-03-11 18:11:34.976 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: total connections for client : com.google.android.gmsare :7
2021-03-11 18:11:34.981 9517-5573/? I/GmsCoreXrpcWrapper: Returning a channel provider with trafficStatsTag=12803
2021-03-11 18:11:34.983 24488-24565/? I/MicroDetectionState: Should stop hotword detection immediately - true
2021-03-11 18:11:34.987 24488-24565/? I/MicroDetectionState: Should stop hotword detection immediately - true
2021-03-11 18:11:34.988 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:34.989 9517-5573/? I/Icing: Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
2021-03-11 18:11:34.990 24488-24565/? I/TngMinusOneSync: Syncing TNG:-1
2021-03-11 18:11:34.990 24488-24565/? I/TngVoiceSearchSync: Syncing TNG:VoiceSearch
2021-03-11 18:11:34.993 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: destroyService is called for service : com.google.android.gms/.icing.service.IndexWorkerService
2021-03-11 18:11:34.996 6521-6521/? I/MultiDex: VM with version 2.1.0 has multidex support
2021-03-11 18:11:34.998 6521-6521/? I/MultiDex: install
2021-03-11 18:11:34.999 6521-6521/? I/MultiDex: VM has multidex support, MultiDex support library is disabled.
2021-03-11 18:11:35.004 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:35.008 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: unbindService is called for service : com.google.android.googlequicksearchbox/com.google.android.apps.gsa.tasks.BackgroundTasksJobService and for client system
2021-03-11 18:11:35.009 1306-18686/? I/ActivityManager: Killing 29579:com.android.vending:download_service/u0a43 (adj 999): empty #31
2021-03-11 18:11:35.029 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: unbindService is called for service : com.google.android.googlequicksearchbox/com.google.android.apps.gsa.tasks.BackgroundTasksJobService and for client system
2021-03-11 18:11:35.029 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: size of service connections for service: com.google.android.googlequicksearchbox/com.google.android.apps.gsa.tasks.BackgroundTasksJobServiceafter removal is 0
2021-03-11 18:11:35.029 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: size of client connections for client: systemafter removal is 21
2021-03-11 18:11:35.030 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: destroyService is called for service : com.google.android.googlequicksearchbox/com.google.android.apps.gsa.tasks.BackgroundTasksJobService
2021-03-11 18:11:35.031 503-503/? E/SELinux: avc:  denied  { find } for pid=3761 uid=10228 name=tethering scontext=u:r:vendor_systemhelper_app:s0:c512,c768 tcontext=u:object_r:tethering_service:s0 tclass=service_manager permissive=0
2021-03-11 18:11:35.035 1306-1394/? W/ActivityTaskManager: Activity top resumed state loss timeout for ActivityRecord{ebd930d u0 com.tempdrop.tempdropmobileapp/com.tempdrop.app.activities.CustomFlutterActivity t-1 f}}
2021-03-11 18:11:35.039 1306-3650/? D/ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ TRACK_DEFAULT id=996, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10043 AdministratorUids: [] RequestorUid: 10043 RequestorPackageName: com.android.vending] ], android.os.BinderProxy@9f47174)
2021-03-11 18:11:35.039 1306-2127/? D/ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=996, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10043 AdministratorUids: [] RequestorUid: 10043 RequestorPackageName: com.android.vending] ] (release request)
2021-03-11 18:11:35.040 778-806/? I/vendor.qti.hardware.servicetracker@1.2-service: killProcess is called for pid : 29579
2021-03-11 18:11:35.040 598-598/? I/Zygote: Process 29579 exited due to signal 9 (Killed)
2021-03-11 18:11:35.041 3521-3521/? I/CNSS: Failed to send nl message
2021-03-11 18:11:35.069 1306-1497/? I/libprocessgroup: Successfully killed process cgroup uid 10043 pid 29579 in 59ms
2021-03-11 18:11:35.074 727-727/? E/qdmetadata: paramType 2048 not supported
2021-03-11 18:11:35.079 3521-3521/? I/CNSS: Failed to send nl message
2021-03-11 18:11:35.134 6521-6521/? I/DialerDialerBaseApplication: com.android.dialer.DialerBaseApplication.onCreate:22 onCreate
2021-03-11 18:11:35.135 6521-6553/? E/DialerDialerBaseApplication: com.android.dialer.DialerBaseApplication.getResources:45 getResources() called before resources are initialized
    java.lang.IllegalStateException: Resources are not initialized yet. Do not call getResource() in constructors of injected classes
        at ptq.m(Unknown Source:9)
        at bfh.getResources(PG:2)
        at kuc.f(PG:1)
        at ktk.h(Unknown Source:0)
        at kwh.n(PG:8)
        at kwl.l(PG:5)
        at kwl.handleMessage(PG:55)
        at android.os.Handler.dispatchMessage(Handler.java:102)
        at android.os.Looper.loop(Looper.java:223)
        at android.os.HandlerThread.run(HandlerThread.java:67)


'
@darshankawar darshankawar added the in triage Presently being triaged by the triage team label Mar 12, 2021
@darshankawar
Copy link
Member

@lironzemingo
It'll be great if you could provide us a complete minimal reproducible code sample that we can use to verify this issue. Please note that, the code sample not to contain any 3rd party plugins in order to segregate issue from external code. You may create a repo that we can clone and run.

@darshankawar darshankawar added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Mar 12, 2021
@lironzemingo
Copy link
Author

lironzemingo commented Mar 13, 2021

well, I can't seem to reproduce this.. when I open a new Android project and add my module, it opens up ok. but from my own Android project- whenever I try to open the module from the app, it crashes with this -
`

2021-03-11 18:11:33.431 6147-6147/? E/flutter: [ERROR:flutter/runtime/dart_vm_data.cc(18)] VM snapshot invalid and could not be inferred from settings.
2021-03-11 18:11:33.431 6147-6147/? E/flutter: [ERROR:flutter/runtime/dart_vm.cc(256)] Could not setup VM data to bootstrap the VM from.
2021-03-11 18:11:33.431 6147-6147/? E/flutter: [ERROR:flutter/runtime/dart_vm_lifecycle.cc(84)] Could not create Dart VM instance.
2021-03-11 18:11:33.431 6147-6147/? A/flutter: [FATAL:flutter/shell/common/shell.cc(297)] Check failed: vm. Must be able to initialize the VM.

any thoughts as to what I need to update/upgrade in my Android project?

@no-response no-response bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Mar 13, 2021
@darshankawar
Copy link
Member

@lironzemingo
Try to compare your new Android project and module with your existing module and see if you could find any missing config / setting.
Some similar but closed issues you may refer : #41636, #69172

@darshankawar darshankawar added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Mar 15, 2021
@pedromassangocode
Copy link

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.

Could everyone who still has this problem please file a new issue with the exact description of what happens, logs, and the output of flutter doctor -v.
All system setups can be slightly different, so it's always better to open new issues and reference related issues.

@pedromassangocode pedromassangocode added r: timeout Issue is closed due to author not providing the requested details in time and removed waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds labels Apr 7, 2021
@yrom
Copy link

yrom commented Jul 16, 2021

suggest from https://issuetracker.google.com/issues/147096055#comment6

  1. If you build an App Bundle
    Edit android/gradle.properties and add the flag: android.bundle.enableUncompressedNativeLibs=false

  2. If you build an APK.
    Ensure android/app/src/AndroidManifest.xml doesn't set android:extractNativeLibs=false in the <application> tag.

@github-actions
Copy link

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 Jul 30, 2021
@darshankawar darshankawar removed the in triage Presently being triaged by the triage team label Jul 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
r: timeout Issue is closed due to author not providing the requested details in time
Projects
None yet
Development

No branches or pull requests

4 participants