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

Краш приложения после успешной авторизации в ВК #44

Open
Wolfaks opened this issue Oct 12, 2023 · 12 comments

Comments

@Wolfaks
Copy link

Wolfaks commented Oct 12, 2023

Добрый день.
Обнаружил стабильные краши приложения после успешной авторизации в ВК.
Такое происходит когда установлено приложение ВК android последней версии, через которое осуществляется авторизация в приложении Flutter с использованием данной библиотеки(flutter_login_vk)
Иногда проблема воспроизводится не с первого раза, но если выполнить выход из учетной записи ВК (vkSDK.logOut()) и попробовать зайти заново, то воспроизведется.
Возможно данная проблема появилась после того, как в ВК сделали возможность мультиаккаунта.
Если приложение ВК на смартфоне не установлено, то проблемы нет.
Ошибку приложить не могу, так как в консоли выводится сообщение что связь с устройством потеряна и все.
При этом уведомления от ВК приходят что выполнен новый вход в учетную запись.
Как решить данную проблему? Спасибо.

@Wolfaks
Copy link
Author

Wolfaks commented Oct 16, 2023

Добрый день. Как исправить данную проблему?

@Wolfaks
Copy link
Author

Wolfaks commented Oct 20, 2023

В iOS подобная проблема не наблюдается

@Wolfaks
Copy link
Author

Wolfaks commented Nov 5, 2023

Поддержка библиотеки мертва?

@greymag
Copy link
Contributor

greymag commented Nov 6, 2023

Добрый день. Проверил, у меня не повторяется. Если сможете выцепить текст ошибки, то это может помочь.

В целом библиотека в процессе перевода на новую версию SDK, возможно это решит проблему. Процесс затрудняется тем, что разработчики VK SDK крайне неряшливо подходят к своей библиотеки и, кроме введения крайне спорных (мягко говоря) решений в новых версиях, они не предоставляют никакой информации об этих изменениях. Если кто-нибудь может найти ссылку на гайд по миграции версий VK Android SDK или хотя бы Changelog, то я был бы очень признателен и это сильно бы облегчило процесс.

@Wolfaks
Copy link
Author

Wolfaks commented Nov 7, 2023

К сожалению текста ошибки нет, единственное что пишет в консоли так это что связь с устройством потеряна. К сожалению сейчас нет андроид устройства под ругой, чтобы попробовать еще раз. Как появится, сразу проверю. Надеюсь что переход библиотеки на новое SDK решит проблему.

@Wolfaks
Copy link
Author

Wolfaks commented Dec 13, 2023

@greymag проблема актуальна. Если на смартфоне установлено приложение ВК и в нем выполнена авторизация в учетную запись. После попытки войти через flutter_login_vk приложение крашится.
В консоли выводится сообщение что связь с устройством потеряна и все.

@Wolfaks
Copy link
Author

Wolfaks commented Dec 14, 2023

Логи из логката андроид:

PerfMonitor longMsg : seq=2 plan=20:04:16.115 late=2ms wall=1094ms running=335ms runnable=82ms io=497ms h=android.app.ActivityThread$H w=110 procState=15
2023-12-14 20:04:17.755 10502-10557 BpBinder ru.socialposter W PerfMonitor binderTransact : time=348ms interface=android.app.IActivityManager code=22
2023-12-14 21:14:26.704 10502-10502 BpBinder ru.socialposter W PerfMonitor binderTransact : time=211ms interface=android.app.IActivityManager code=32
2023-12-14 21:14:32.810 10502-10502 BpBinder ru.socialposter W PerfMonitor binderTransact : time=214ms interface=android.app.job.IJobCallback code=5
2023-12-14 22:39:04.435 10502-10502 BpBinder ru.socialposter W PerfMonitor binderTransact : time=317ms interface=android.app.IActivityManager code=18
2023-12-14 22:39:08.508 10502-10502 Looper ru.socialposter W PerfMonitor longMsg : seq=3 plan=22:39:04.457 late=477ms wall=3567ms running=2920ms runnable=213ms io=76ms h=android.app.ActivityThread$H w=110 procState=2
2023-12-14 22:39:11.705 10502-10502 Activity ru.socialposter W Slow Operation: Activity ru.socialposter/ru.social_flutter.MainActivity onCreate took 3118ms
2023-12-14 22:39:12.187 10502-10502 Looper ru.socialposter W PerfMonitor longMsg : seq=4 plan=22:39:04.485 late=4023ms wall=3591ms running=479ms runnable=65ms io=1054ms h=android.app.ActivityThread$H w=159 procState=2
2023-12-14 22:39:12.226 10502-10502 Looper ru.socialposter W PerfMonitor looperActivity : package=ru.socialposter/ru.social_flutter.MainActivity time=3591ms latency=4023ms running=479ms procState=2 ClientTransaction{ callbacks=[android.app.servertransaction.LaunchActivityItem] lifecycleRequest=android.app.servertransaction.ResumeActivityItem } historyMsgCount=3 (msgIndex=1 wall=477ms seq=1 running=31ms runnable=6ms io=414ms late=21ms h=android.app.ActivityThread$H w=162) (msgIndex=3 wall=3567ms seq=3 running=2920ms runnable=213ms io=76ms late=477ms h=android.app.ActivityThread$H w=110)
2023-12-14 22:39:12.228 10502-10502 Looper ru.socialposter W PerfMonitor looperActivity : package=ru.socialposter/ru.social_flutter.MainActivity time=1ms latency=7740ms running=0ms procState=2 ClientTransaction{ callbacks=[android.app.servertransaction.TopResumedActivityChangeItem] } historyMsgCount=4 (msgIndex=1 wall=477ms seq=1 running=31ms runnable=6ms io=414ms late=21ms h=android.app.ActivityThread$H w=162) (msgIndex=3 wall=3567ms seq=3 running=2920ms runnable=213ms io=76ms late=477ms h=android.app.ActivityThread$H w=110) (msgIndex=4 wall=3591ms seq=4 running=479ms runnable=65ms io=1054ms late=4023ms h=android.app.ActivityThread$H w=159)
2023-12-14 22:39:12.950 10502-10502 BpBinder ru.socialposter W PerfMonitor binderTransact : time=498ms interface=android.view.IWindowSession code=5
2023-12-14 22:39:13.211 10502-10936 BpBinder ru.socialposter W PerfMonitor binderTransact : time=437ms interface=android.app.IActivityManager code=29
2023-12-14 22:39:13.278 10502-10747 FileUtils ru.socialposter W Slow Operation: fsync took 215ms procState=2
2023-12-14 22:39:13.495 10502-10502 Looper ru.socialposter W PerfMonitor longMsg : seq=10 plan=22:39:07.916 late=4318ms wall=1259ms running=175ms runnable=26ms io=314ms h=android.view.Choreographer$FrameHandler c=android.view.Choreographer$FrameDisplayEventReceiver procState=2
2023-12-14 22:39:13.495 10502-10502 Looper ru.socialposter W PerfMonitor doFrame : time=1259ms vsyncFrame=0 latency=4318ms procState=2 historyMsgCount=7 (msgIndex=1 wall=3567ms seq=3 running=2920ms runnable=213ms io=76ms late=477ms h=android.app.ActivityThread$H w=110) (msgIndex=2 wall=3591ms seq=4 running=479ms runnable=65ms io=1054ms late=4023ms h=android.app.ActivityThread$H w=159)
2023-12-14 22:39:13.606 10502-10747 FileUtils ru.socialposter W Slow Operation: fsync took 325ms procState=2
2023-12-14 22:39:13.606 10502-10502 Looper ru.socialposter W PerfMonitor doFrame : time=4ms vsyncFrame=0 latency=1151ms procState=2 historyMsgCount=27 (msgIndex=1 wall=1259ms seq=10 running=175ms runnable=26ms io=314ms late=4318ms h=android.view.Choreographer$FrameHandler c=android.view.Choreographer$FrameDisplayEventReceiver) (msgIndex=27 wall=87ms seq=36 running=48ms runnable=30ms late=1071ms h=android.app.ActivityThread$H c=kotlinx.coroutines.internal.DispatchedContinuation)
2023-12-14 22:39:13.803 10502-10860 BpBinder ru.socialposter W PerfMonitor binderTransact : time=258ms interface=com.google.android.gms.common.internal.IGmsServiceBroker code=46
2023-12-14 22:39:13.987 10502-10502 BpBinder ru.socialposter W PerfMonitor binderTransact : time=207ms interface=android.view.IWindowSession code=5
2023-12-14 22:39:14.651 10502-10502 Looper ru.socialposter W PerfMonitor doFrame : time=2ms vsyncFrame=0 latency=430ms procState=2 historyMsgCount=1 (msgIndex=1 wall=442ms seq=65 running=124ms runnable=14ms io=272ms late=18ms h=android.os.Handler c=com.yandex.mobile.ads.impl.js$b)
2023-12-14 22:39:14.888 10502-10848 BpBinder ru.socialposter W PerfMonitor binderTransact : time=882ms interface=android.app.IActivityManager code=31
2023-12-14 22:39:15.022 10502-11021 BpBinder ru.socialposter W PerfMonitor binderTransact : time=325ms interface=android.app.IActivityManager code=75
2023-12-14 22:39:17.013 10502-10775 BpBinder ru.socialposter W PerfMonitor binderTransact : time=2648ms interface=com.google.android.gms.measurement.internal.IMeasurementService code=11
2023-12-14 22:39:18.822 10502-10502 Looper ru.socialposter W PerfMonitor doFrame : time=421ms vsyncFrame=0 latency=31ms procState=2 historyMsgCount=1
--------- beginning of kernel
2023-12-14 22:40:40.472 10502-10502 InputEventReceiver ru.socialposter W App Input: Dispatching InputEvent took 148ms in main thread! (MotionEvent: event_seq=0, seq=196534, action=ACTION_DOWN)
2023-12-14 22:41:47.247 1533-4191 ClipboardService system_server E Denying clipboard access to ru.socialposter, application is not in focus nor is it a system service for user 0
2023-12-14 22:41:47.251 1533-5854 ClipboardService system_server E Denying clipboard access to ru.socialposter, application is not in focus nor is it a system service for user 0
2023-12-14 22:41:51.491 13737-13737 Looper ru.socialposter W PerfMonitor longMsg : seq=3 plan=22:41:48.945 late=144ms wall=2366ms running=2082ms runnable=25ms io=108ms h=android.app.ActivityThread$H w=110 procState=3
2023-12-14 22:41:52.148 13737-13807 ActivityThread ru.socialposter E Failed to find provider info for com.yandex.preinstallsatellite.appmetrica.provider
2023-12-14 22:41:53.078 1533-5779 ClipboardService system_server E Denying clipboard access to ru.socialposter, application is not in focus nor is it a system service for user 0
2023-12-14 22:41:53.100 1533-5779 ClipboardService system_server E Denying clipboard access to ru.socialposter, application is not in focus nor is it a system service for user 0
2023-12-14 22:41:53.791 10502-10502 Looper ru.socialposter W PerfMonitor looperActivity : package=ru.socialposter/ru.social_flutter.MainActivity time=46ms latency=413ms running=20ms procState=15 ClientTransaction{ lifecycleRequest=android.app.servertransaction.StopActivityItem } historyMsgCount=2 (msgIndex=1 wall=218ms seq=1569 running=26ms runnable=70ms io=91ms late=3ms h=android.view.Choreographer$FrameHandler c=android.view.Choreographer$FrameDisplayEventReceiver)
2023-12-14 22:42:58.803 17265-17265 Looper ru.socialposter W PerfMonitor longMsg : seq=3 plan=22:42:55.041 late=1ms wall=3758ms running=2989ms runnable=233ms io=122ms h=android.app.ActivityThread$H w=110 procState=2
2023-12-14 22:43:02.570 17265-17265 Activity ru.socialposter W Slow Operation: Activity ru.socialposter/ru.social_flutter.MainActivity onCreate took 3607ms
2023-12-14 22:43:02.993 17265-17265 Looper ru.socialposter W PerfMonitor longMsg : seq=4 plan=22:42:55.061 late=3743ms wall=4108ms running=516ms runnable=62ms io=663ms h=android.app.ActivityThread$H w=159 procState=2
2023-12-14 22:43:02.998 17265-17265 Looper ru.socialposter W PerfMonitor looperActivity : package=ru.socialposter/ru.social_flutter.MainActivity time=4108ms latency=3743ms running=516ms procState=2 ClientTransaction{ callbacks=[android.app.servertransaction.LaunchActivityItem] lifecycleRequest=android.app.servertransaction.ResumeActivityItem } historyMsgCount=1 (msgIndex=1 wall=3758ms seq=3 running=2989ms runnable=233ms io=122ms late=1ms h=android.app.ActivityThread$H w=110)
2023-12-14 22:43:02.999 17265-17265 Looper ru.socialposter W PerfMonitor looperActivity : package=ru.socialposter/ru.social_flutter.MainActivity time=0ms latency=7936ms running=0ms procState=2 ClientTransaction{ callbacks=[android.app.servertransaction.TopResumedActivityChangeItem] } historyMsgCount=2 (msgIndex=1 wall=3758ms seq=3 running=2989ms runnable=233ms io=122ms late=1ms h=android.app.ActivityThread$H w=110) (msgIndex=2 wall=4108ms seq=4 running=516ms runnable=62ms io=663ms late=3743ms h=android.app.ActivityThread$H w=159)
2023-12-14 22:43:03.356 17804-17804 Looper ru.socialposter W PerfMonitor longMsg : seq=3 plan=22:43:00.024 late=42ms wall=3285ms running=2408ms runnable=396ms io=244ms h=android.app.ActivityThread$H w=110 procState=3
2023-12-14 22:43:03.524 17265-17265 Looper ru.socialposter W PerfMonitor doFrame : time=523ms vsyncFrame=0 latency=4848ms procState=2 historyMsgCount=7 (msgIndex=1 wall=3758ms seq=3 running=2989ms runnable=233ms io=122ms late=1ms h=android.app.ActivityThread$H w=110) (msgIndex=2 wall=4108ms seq=4 running=516ms runnable=62ms io=663ms late=3743ms h=android.app.ActivityThread$H w=159)
2023-12-14 22:43:04.042 17265-17265 BpBinder ru.socialposter W PerfMonitor binderTransact : time=217ms interface=com.google.android.finsky.externalreferrer.IGetInstallReferrerService code=1
2023-12-14 22:43:04.390 17804-18072 ActivityThread ru.socialposter E Failed to find provider info for com.huawei.appmarket.commondata
2023-12-14 22:43:04.657 17265-17640 BpBinder ru.socialposter W PerfMonitor binderTransact : time=735ms interface=com.google.android.gms.measurement.internal.IMeasurementService code=11
2023-12-14 22:43:05.311 17265-17265 Looper ru.socialposter W PerfMonitor doFrame : time=2ms vsyncFrame=0 latency=371ms procState=2 historyMsgCount=1 (msgIndex=1 wall=386ms seq=142 running=18ms runnable=2ms late=15ms h=android.os.Handler c=com.startapp.sdk.adsbase.cache.j$a)
2023-12-14 22:43:05.929 17804-18048 ActivityThread ru.socialposter E Failed to find provider info for com.yandex.preinstallsatellite.appmetrica.provider
2023-12-14 22:43:08.585 17265-17265 BpBinder ru.socialposter W PerfMonitor binderTransact : time=205ms interface=android.view.IWindowSession code=5
--------- beginning of main
2023-12-14 22:43:12.903 17265-17725 AppMetrica ru.socialposter I Activate reporter with APIKey 322a737a-xxxx-xxxx-xxxx-xxxxxxxx1db6
2023-12-14 22:43:12.922 17265-17265 PlatformViewsController ru.socialposter I Hosting view in view hierarchy for platform view: 0
2023-12-14 22:43:12.966 17804-18048 AppMetrica-Attribution ru.socialposter I Choosing distribution data: ClidsInfo(chosen=Candidate(clids=null, source=APP), candidates=[Candidate(clids=null, source=APP)])
2023-12-14 22:43:12.987 17265-17694 FrameEvents ru.socialposter E updateAcquireFence: Did not find frame.
2023-12-14 22:43:12.997 17265-17694 FrameEvents ru.socialposter E updateAcquireFence: Did not find frame.
2023-12-14 22:43:13.044 17804-18048 AppMetrica-Attribution ru.socialposter I Choosing distribution data: ClidsInfo(chosen=Candidate(clids=null, source=APP), candidates=[Candidate(clids=null, source=APP)])
2023-12-14 22:43:13.046 17265-17694 FrameEvents ru.socialposter E updateAcquireFence: Did not find frame.
2023-12-14 22:43:13.104 17804-18524 AppMetrica-Attribution ru.socialposter I Choosing distribution data: ClidsInfo(chosen=Candidate(clids=null, source=APP), candidates=[Candidate(clids=null, source=APP)])
2023-12-14 22:43:13.781 17265-17265 MiuiFrameworkFactory ru.socialposter V get AllImpl object = android.common.MiuiFrameworkFactoryImpl@b4e0da1
2023-12-14 22:43:13.786 17265-17265 MirrorManager ru.socialposter W this model don't Support
2023-12-14 22:43:13.860 17265-17640 FA ru.socialposter V Inactivity, disconnecting from the service
2023-12-14 22:43:14.092 17265-17265 EgretLoader ru.socialposter D EgretLoader(Context context)
2023-12-14 22:43:14.092 17265-17265 EgretLoader ru.socialposter D The context is not activity
2023-12-14 22:43:14.100 17804-18048 BpBinder ru.socialposter W PerfMonitor binderTransact : time=922ms interface=android.app.usage.IStorageStatsManager code=4
2023-12-14 22:43:14.136 17804-18524 AppMetrica-Attribution ru.socialposter I Choosing distribution data: ClidsInfo(chosen=Candidate(clids=null, source=APP), candidates=[Candidate(clids=null, source=APP)])
2023-12-14 22:43:14.229 17265-17265 AssistStructure ru.socialposter I Flattened final assist data: 740 bytes, containing 1 windows, 4 views
2023-12-14 22:43:15.813 17265-17265 YandexAds ru.socialposter I [Integration] Ad type banner was integrated successfully
2023-12-14 22:43:15.825 17265-17694 FrameEvents ru.socialposter E updateAcquireFence: Did not find frame.
2023-12-14 22:43:15.841 17265-17265 ContentCatcher ru.socialposter W Failed to notify a WebView
2023-12-14 22:43:15.863 17265-17265 Banner Size ru.socialposter D 320 50
2023-12-14 22:43:15.940 17265-17694 FrameEvents ru.socialposter E updateAcquireFence: Did not find frame.
2023-12-14 22:43:15.982 17265-17694 FrameEvents ru.socialposter E updateAcquireFence: Did not find frame.
2023-12-14 22:43:16.123 17265-17694 FrameEvents ru.socialposter E updateAcquireFence: Did not find frame.
2023-12-14 22:43:16.139 17265-17694 FrameEvents ru.socialposter E updateAcquireFence: Did not find frame.
2023-12-14 22:43:16.178 17265-17694 FrameEvents ru.socialposter E updateAcquireFence: Did not find frame.
2023-12-14 22:43:16.200 17265-17694 FrameEvents ru.socialposter E updateAcquireFence: Did not find frame.
2023-12-14 22:43:16.449 17265-17694 FrameEvents ru.socialposter E updateAcquireFence: Did not find frame.
2023-12-14 22:43:16.615 17265-17694 FrameEvents ru.socialposter E updateAcquireFence: Did not find frame.
2023-12-14 22:43:18.212 17804-18524 AppMetrica-Attribution ru.socialposter I Choosing distribution data: ClidsInfo(chosen=Candidate(clids=null, source=APP), candidates=[Candidate(clids=null, source=APP)])
2023-12-14 22:43:19.172 17265-17640 FA ru.socialposter V Recording user engagement, ms: 10390
2023-12-14 22:43:19.250 17265-17640 FA ru.socialposter V Connecting to remote service
2023-12-14 22:43:19.267 17265-17640 FA ru.socialposter V Connection attempt already in progress
2023-12-14 22:43:19.268 17265-17640 FA ru.socialposter V Activity paused, time: 103657616
2023-12-14 22:43:19.276 17265-17640 FA ru.socialposter D Connected to remote service
2023-12-14 22:43:19.277 17265-17640 FA ru.socialposter V Processing queued up service tasks: 2
2023-12-14 22:43:19.454 17265-17640 FA ru.socialposter V Activity resumed, time: 103657899
2023-12-14 22:43:19.515 17804-18048 ActivityThread ru.socialposter E Failed to find provider info for com.yandex.preinstallsatellite.appmetrica.provider
2023-12-14 22:43:19.516 17804-18048 AppMetrica-Attribution ru.socialposter I No Satellite content provider found
2023-12-14 22:43:19.517 17804-18048 AppMetrica-Attribution ru.socialposter I Choosing distribution data: PreloadInfoData{chosenPreloadInfo=PreloadInfoState{trackingId='', additionalParameters={}, wasSet=false, autoTrackingEnabled=false, source=UNDEFINED}, candidates=[]}
2023-12-14 22:43:19.667 17804-18062 AppMetrica-Attribution ru.socialposter I Choosing distribution data: PreloadInfoData{chosenPreloadInfo=PreloadInfoState{trackingId='', additionalParameters={}, wasSet=false, autoTrackingEnabled=false, source=UNDEFINED}, candidates=[]}
2023-12-14 22:43:20.391 17804-18048 BpBinder ru.socialposter W PerfMonitor binderTransact : time=825ms interface=android.app.usage.IStorageStatsManager code=4
2023-12-14 22:43:23.058 17265-17599 FA ru.socialposter V Logging screen view with name, class: /, Flutter
2023-12-14 22:43:23.115 17265-17640 FA ru.socialposter V Recording user engagement, ms: 3606
2023-12-14 22:43:23.468 17265-17265 ContentCatcher ru.socialposter W Failed to notify a WebView
2023-12-14 22:43:26.276 17265-17599 FA ru.socialposter V Logging screen view with name, class: /, Flutter
2023-12-14 22:43:26.338 17265-17640 FA ru.socialposter V Recording user engagement, ms: 3218
2023-12-14 22:43:27.645 17265-17599 FA ru.socialposter V Logging screen view with name, class: /accounts, Flutter
2023-12-14 22:43:27.686 17265-17640 FA ru.socialposter V Recording user engagement, ms: 1369
2023-12-14 22:43:31.525 17265-17265 Timeline ru.socialposter I Timeline: Activity_launch_request time:19730832
2023-12-14 22:43:31.637 17265-17640 FA ru.socialposter V Recording user engagement, ms: 3991
2023-12-14 22:43:31.705 17265-17640 FA ru.socialposter V Activity paused, time: 103670083
2023-12-14 22:43:33.708 17265-17640 FA ru.socialposter D Application going to the background
2023-12-14 22:43:33.711 17265-17640 FA ru.socialposter I Application backgrounded at: timestamp_millis: 1702583011705
2023-12-14 22:43:36.713 17265-17640 FA ru.socialposter V Inactivity, disconnecting from the service
2023-12-14 22:43:38.255 17265-18359 cr_ChildProcessConn ru.socialposter W onServiceDisconnected (crash or killed by oom): pid=18370 bindings:W S
2023-12-14 22:43:38.338 17265-17265 chromium ru.socialposter E [ERROR:aw_browser_terminator.cc(156)] Renderer process (18370) crash detected (code -1).
2023-12-14 22:43:38.400 17265-17265 chromium ru.socialposter E [ERROR:aw_browser_terminator.cc(112)] Render process (18370) kill (OOM or update) wasn't handed by all associated webviews, killing application.
---------------------------- PROCESS STARTED (20103) for package ru.socialposter ----------------------------
2023-12-14 22:43:47.007 20103-20103 Perf ru.socialposter I Connecting to perf service.
2023-12-14 22:43:47.046 20103-20103 NetworkSecurityConfig ru.socialposter D Using Network Security Config from resource network_security_config debugBuild: true
2023-12-14 22:43:47.052 20103-20103 NetworkSecurityConfig ru.socialposter D Using Network Security Config from resource network_security_config debugBuild: true
2023-12-14 22:43:47.080 20103-20103 AppLovinSdk ru.socialposter D [AppLovinSdk] Java version 8 supported.
2023-12-14 22:43:47.081 20103-20103 AppLovinSdk ru.socialposter D [AppLovinSdk] Attaching Activity lifecycle manager...
2023-12-14 22:43:47.164 20103-20103 FirebaseApp ru.socialposter I Device unlocked: initializing all Firebase APIs for app [DEFAULT]
2023-12-14 22:43:47.268 20103-20103 FirebaseInitProvider ru.socialposter I FirebaseApp initialization successful
2023-12-14 22:43:47.275 20103-20103 FLTFireContextHolder ru.socialposter D received application context.
2023-12-14 22:43:47.292 20103-20103 WM-WrkMgrInitializer ru.socialposter D Initializing WorkManager with default configuration.
2023-12-14 22:43:47.314 20103-20267 DynamiteModule ru.socialposter I Considering local module com.google.android.gms.measurement.dynamite:97 and remote module com.google.android.gms.measurement.dynamite:97
2023-12-14 22:43:47.314 20103-20267 DynamiteModule ru.socialposter I Selected local version of com.google.android.gms.measurement.dynamite
2023-12-14 22:43:47.337 20103-20103 TetheringManager ru.socialposter I registerTetheringEventCallback:ru.socialposter
2023-12-14 22:43:47.360 20103-20269 DynamiteModule ru.socialposter I Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:234310602
2023-12-14 22:43:47.360 20103-20269 DynamiteModule ru.socialposter I Selected remote version of com.google.android.gms.ads.dynamite, version >= 234310602
2023-12-14 22:43:47.360 20103-20269 DynamiteModule ru.socialposter V Dynamite loader version >= 2, using loadModule2NoCrashUtils
2023-12-14 22:43:47.516 20103-20103 com.facebo...ngsManager ru.socialposter W Please set a value for AutoLogAppEventsEnabled. Set the flag to TRUE if you want to collect app install, app launch and in-app purchase events automatically. To request user consent before collecting data, set the flag value to FALSE, then change to TRUE once user consent is received. Learn more: https://developers.facebook.com/docs/app-events/getting-started-app-events-android#disable-auto-events.
2023-12-14 22:43:47.516 20103-20103 com.facebo...ngsManager ru.socialposter W You haven't set a value for AdvertiserIDCollectionEnabled. Set the flag to TRUE if you want to collect Advertiser ID for better advertising and analytics results. To request user consent before collecting data, set the flag value to FALSE, then change to TRUE once user consent is received. Learn more: https://developers.facebook.com/docs/app-events/getting-started-app-events-android#disable-auto-events.
2023-12-14 22:43:47.589 20103-20297 com.facebo...veProtocol ru.socialposter W Apps that target Android API 30+ (Android 11+) cannot call Facebook native apps unless the package visibility needs are declared. Please follow https://developers.facebook.com/docs/android/troubleshooting/#faq_267321845055988 to make the declaration.
2023-12-14 22:43:47.592 20103-20290 DpmTcmClient ru.socialposter I RegisterTcmMonitor from: $Proxy1
2023-12-14 22:43:47.675 20103-20309 StartAppSDK ru.socialposter I appId hasn't been provided in the Manifest
2023-12-14 22:43:47.712 20103-20309 ru.socialposte ru.socialposter W Accessing hidden method Landroid/content/Context;->isUiContext()Z (blacklist, linking, denied)
2023-12-14 22:43:47.740 20103-20281 FA ru.socialposter V App measurement collection enabled
2023-12-14 22:43:47.741 20103-20281 FA ru.socialposter V App measurement enabled for app package, google app id: ru.socialposter, 1:275631687416:android:513adb586fe0ecc0231d0d
2023-12-14 22:43:47.742 20103-20281 FA ru.socialposter I App measurement initialized, version: 82001
2023-12-14 22:43:47.742 20103-20281 FA ru.socialposter I To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
2023-12-14 22:43:47.742 20103-20281 FA ru.socialposter I To enable faster debug mode event logging run:
adb shell setprop debug.firebase.analytics.app ru.socialposter
2023-12-14 22:43:47.742 20103-20281 FA ru.socialposter D Debug-level message logging enabled
2023-12-14 22:43:47.752 20103-20103 YandexAds ru.socialposter I [Integration] Yandex Mobile Ads 5.10.0 integrated successfully
2023-12-14 22:43:47.790 20103-20344 [myTarget] ru.socialposter I Start autoinitialization
2023-12-14 22:43:47.798 20103-20344 [myTarget] ru.socialposter I MyTarget initialization
2023-12-14 22:43:47.816 20103-20281 FA ru.socialposter D Resetting session stitching token to not null
2023-12-14 22:43:47.828 20103-20103 Looper ru.socialposter W PerfMonitor longMsg : seq=3 plan=22:43:44.471 late=74ms wall=3279ms running=2737ms runnable=92ms io=191ms h=android.app.ActivityThread$H w=110 procState=2
2023-12-14 22:43:47.834 20103-20290 ResourceExtractor ru.socialposter I Found extracted resources res_timestamp-69-1702582970183
2023-12-14 22:43:47.874 20103-20281 FA ru.socialposter V Connecting to remote service
2023-12-14 22:43:47.901 20103-20267 FA ru.socialposter V onActivityCreated
2023-12-14 22:43:47.915 20103-20281 FA ru.socialposter V Connection attempt already in progress
2023-12-14 22:43:47.925 20103-20281 FA ru.socialposter V Connection attempt already in progress
2023-12-14 22:43:47.933 20103-20348 AppMetrica ru.socialposter I Initializing of Metrica, Release type, Version 5.0.0, API Level 105, Dated 18.05.2022.
2023-12-14 22:43:48.006 20103-20103 ru.socialposter ru.socialposter W type=1400 audit(0.0:61470): avc: denied { read } for name="max_map_count" dev="proc" ino=5388181 scontext=u:r:untrusted_app:s0:c103,c257,c512,c768 tcontext=u:object_r:proc_max_map_count:s0 tclass=file permissive=0 app=ru.socialposter
2023-12-14 22:43:48.037 20103-20103 AdrenoGLES-0 ru.socialposter I QUALCOMM build : 03e27f8, I326e6aff90
Build Date : 11/02/20
OpenGL ES Shader Compiler Version: EV031.32.02.04
Local Branch : mybrancheb1d781c-1a78-f1f4-8c78-ac1f6bcc2cee
Remote Branch : quic/gfx-adreno.lnx.1.0.r116-rel
Remote Branch : NONE
Reconstruct Branch : NOTHING
2023-12-14 22:43:48.037 20103-20103 AdrenoGLES-0 ru.socialposter I Build Config : S P 10.0.7 AArch64
2023-12-14 22:43:48.037 20103-20103 AdrenoGLES-0 ru.socialposter I Driver Path : /vendor/lib64/egl/libGLESv2_adreno.so
2023-12-14 22:43:48.046 20103-20360 ru.socialposte ru.socialposter W Class com.yandex.metrica.impl.ob.Ni failed lock verification and will run slower.
Common causes for lock verification issues are non-optimized dex code
and incorrect proguard optimizations.
2023-12-14 22:43:48.053 20103-20103 AdrenoGLES-0 ru.socialposter I PFP: 0x016ee190, ME: 0x00000000
2023-12-14 22:43:48.057 20103-20309 StartAppSDK ru.socialposter I StartApp SDK initialized
2023-12-14 22:43:48.175 20103-20103 ru.socialposte ru.socialposter I Waiting for a blocking GC ClassLinker
2023-12-14 22:43:48.201 20103-20351 AppMetrica ru.socialposter I Activate reporter with APIKey 20799a27-xxxx-xxxx-xxxx-xxxxxxxx4180
2023-12-14 22:43:48.253 20103-20103 ru.socialposte ru.socialposter I WaitForGcToComplete blocked ClassLinker on ClassLinker for 77.745ms
2023-12-14 22:43:48.303 20103-20390 libc ru.socialposter E Access denied finding property "ro.serialno"
---------------------------- PROCESS STARTED (20403) for package ru.socialposter ----------------------------
2023-12-14 22:43:48.408 20103-20103 DecorView[] ru.socialposter D getWindowModeFromSystem windowmode is 1
2023-12-14 22:43:48.408 20103-20103 DecorView ru.socialposter D createDecorCaptionView windowingMode:1 mWindowMode 1 isFullscreen: true
2023-12-14 22:43:48.588 20103-20103 ru.socialposte ru.socialposter W Accessing hidden method Landroid/view/accessibility/AccessibilityNodeInfo;->getSourceNodeId()J (greylist,test-api, reflection, allowed)
2023-12-14 22:43:48.588 20103-20103 ru.socialposte ru.socialposter W Accessing hidden method Landroid/view/accessibility/AccessibilityRecord;->getSourceNodeId()J (greylist, reflection, allowed)
2023-12-14 22:43:48.588 20103-20103 ru.socialposte ru.socialposter W Accessing hidden field Landroid/view/accessibility/AccessibilityNodeInfo;->mChildNodeIds:Landroid/util/LongArray; (greylist, reflection, allowed)
2023-12-14 22:43:48.588 20103-20103 ru.socialposte ru.socialposter W Accessing hidden method Landroid/util/LongArray;->get(I)J (greylist, reflection, allowed)
2023-12-14 22:43:48.610 20103-20103 Activity ru.socialposter W Slow Operation: Activity ru.socialposter/ru.social_flutter.MainActivity onCreate took 721ms
2023-12-14 22:43:48.618 20103-20412 flutter ru.socialposter I The Dart VM service is listening on http://127.0.0.1:42471/bW1QmcmsFzs=/
2023-12-14 22:43:48.654 20103-20281 FA ru.socialposter V Activity resumed, time: 103687100
2023-12-14 22:43:48.658 20103-20281 FA ru.socialposter I Tag Manager is not found and thus will not be used
2023-12-14 22:43:48.724 20103-20103 DecorView[] ru.socialposter D getWindowModeFromSystem windowmode is 1
2023-12-14 22:43:48.745 20103-20103 Looper ru.socialposter W PerfMonitor looperActivity : package=ru.socialposter/ru.social_flutter.MainActivity time=906ms latency=3332ms running=493ms procState=2 ClientTransaction{ callbacks=[android.app.servertransaction.LaunchActivityItem] lifecycleRequest=android.app.servertransaction.ResumeActivityItem } historyMsgCount=3 (msgIndex=1 wall=67ms seq=1 running=12ms runnable=5ms io=46ms late=14ms h=android.app.ActivityThread$H w=162) (msgIndex=3 wall=3279ms seq=3 running=2737ms runnable=92ms io=191ms late=74ms h=android.app.ActivityThread$H w=110)
2023-12-14 22:43:48.748 20103-20103 Looper ru.socialposter W PerfMonitor looperActivity : package=ru.socialposter/ru.social_flutter.MainActivity time=2ms latency=4248ms running=0ms procState=2 ClientTransaction{ callbacks=[android.app.servertransaction.TopResumedActivityChangeItem] } historyMsgCount=4 (msgIndex=1 wall=67ms seq=1 running=12ms runnable=5ms io=46ms late=14ms h=android.app.ActivityThread$H w=162) (msgIndex=3 wall=3279ms seq=3 running=2737ms runnable=92ms io=191ms late=74ms h=android.app.ActivityThread$H w=110) (msgIndex=4 wall=906ms seq=4 running=493ms runnable=69ms io=48ms late=3332ms h=android.app.ActivityThread$H w=159)
2023-12-14 22:43:48.763 20103-20103 Choreographer ru.socialposter I Skipped 83 frames! The application may be doing too much work on its main thread.
2023-12-14 22:43:48.827 20103-20281 FA ru.socialposter V Connection attempt already in progress
2023-12-14 22:43:48.828 20103-20281 FA ru.socialposter V Connection attempt already in progress
2023-12-14 22:43:48.986 20103-20103 SurfaceView ru.socialposter D UPDATE null, mIsCastMode = false
2023-12-14 22:43:49.040 20103-20103 Looper ru.socialposter W PerfMonitor doFrame : time=287ms vsyncFrame=0 latency=1384ms procState=2 historyMsgCount=7 (msgIndex=1 wall=3279ms seq=3 running=2737ms runnable=92ms io=191ms late=74ms h=android.app.ActivityThread$H w=110) (msgIndex=2 wall=906ms seq=4 running=493ms runnable=69ms io=48ms late=3332ms h=android.app.ActivityThread$H w=159)
2023-12-14 22:43:49.080 20103-20348 YandexAds ru.socialposter I [Integration] Yandex Mobile Ads 5.10.0 initialized successfully
2023-12-14 22:43:49.160 20103-20281 FA ru.socialposter D Connected to remote service
2023-12-14 22:43:49.161 20103-20281 FA ru.socialposter V Processing queued up service tasks: 5
2023-12-14 22:43:49.193 20103-20390 libc ru.socialposter E Access denied finding property "ro.vendor.df.effect.conflict"
2023-12-14 22:43:49.194 20103-20390 libc ru.socialposter E Access denied finding property "ro.vendor.knock.type"
2023-12-14 22:43:49.386 20103-20119 ru.socialposte ru.socialposter I Background concurrent copying GC freed 32506(2389KB) AllocSpace objects, 11(412KB) LOS objects, 49% free, 5785KB/11MB, paused 137us total 176.525ms
2023-12-14 22:43:50.195 20103-20377 flutter ru.socialposter I �[90m[🌎 Easy Localization] [DEBUG] Localization initialized�[0m
2023-12-14 22:43:50.310 20103-20377 flutter ru.socialposter I �[90m[🌎 Easy Localization] [DEBUG] Start�[0m
2023-12-14 22:43:50.322 20103-20365 FlutterJNI ru.socialposter W FlutterJNI.loadLibrary called more than once
2023-12-14 22:43:50.325 20103-20295 ResourceExtractor ru.socialposter I Found extracted resources res_timestamp-69-1702582970183
2023-12-14 22:43:50.330 20103-20103 FlutterJNI ru.socialposter W FlutterJNI.init called more than once
2023-12-14 22:43:50.332 20103-20561 FlutterJNI ru.socialposter W FlutterJNI.prefetchDefaultFontManager called more than once
2023-12-14 22:43:50.338 20103-20103 FLTFireBGExecutor ru.socialposter I Creating background FlutterEngine instance, with args: []
2023-12-14 22:43:50.388 20103-20281 BpBinder ru.socialposter W PerfMonitor binderTransact : time=1103ms interface=com.google.android.gms.measurement.internal.IMeasurementService code=11
2023-12-14 22:43:50.488 20103-20377 flutter ru.socialposter I �[90m[🌎 Easy Localization] [DEBUG] Init state�[0m
2023-12-14 22:43:50.503 20103-20377 flutter ru.socialposter I �[90m[🌎 Easy Localization] [DEBUG] Build�[0m
2023-12-14 22:43:50.505 20103-20377 flutter ru.socialposter I �[90m[🌎 Easy Localization] [DEBUG] Init Localization Delegate�[0m
2023-12-14 22:43:50.506 20103-20377 flutter ru.socialposter I �[90m[🌎 Easy Localization] [DEBUG] Init provider�[0m
2023-12-14 22:43:50.875 20103-20309 JobInfo ru.socialposter W Requested flex +5m0s0ms for job 466320417 is too small; raising to +1h12m0s0ms
2023-12-14 22:43:51.042 20103-20309 JobInfo ru.socialposter W Requested flex +5m0s0ms for job 1193833004 is too small; raising to +6m0s0ms
2023-12-14 22:43:51.103 20103-20377 flutter ru.socialposter I �[90m[🌎 Easy Localization] [DEBUG] Load Localization Delegate�[0m
2023-12-14 22:43:51.111 20403-20403 Perf ru.socialposter I Connecting to perf service.
2023-12-14 22:43:51.122 20103-20377 flutter ru.socialposter I �[90m[🌎 Easy Localization] [DEBUG] Load asset from assets/translations�[0m
2023-12-14 22:43:51.157 20403-20403 NetworkSecurityConfig ru.socialposter D Using Network Security Config from resource network_security_config debugBuild: true
2023-12-14 22:43:51.183 20403-20403 NetworkSecurityConfig ru.socialposter D Using Network Security Config from resource network_security_config debugBuild: true
2023-12-14 22:43:51.241 20403-20593 ResourceExtractor ru.socialposter I Found extracted resources res_timestamp-69-1702582970183
2023-12-14 22:43:51.294 20403-20403 Looper ru.socialposter W PerfMonitor longMsg : seq=3 plan=22:43:48.396 late=5ms wall=2821ms running=2399ms runnable=218ms io=29ms h=android.app.ActivityThread$H w=110 procState=3
2023-12-14 22:43:51.460 20103-20103 ru.socialposte ru.socialposter W Long monitor contention with owner startapp-core (20309) at void com.startapp.sdk.adsbase.remoteconfig.a.a(java.lang.Boolean)(Sta:124) waiters=0 in void com.startapp.sdk.adsbase.remoteconfig.MetaData.a(android.content.Context, com.startapp.sdk.adsbase.model.AdPreferences, com.startapp.sdk.adsbase.remoteconfig.MetaDataRequest$RequestReason, boolean, com.startapp.sdk.adsbase.remoteconfig.c, boolean) for 572ms
2023-12-14 22:43:51.484 20103-20103 Choreographer ru.socialposter I Skipped 36 frames! The application may be doing too much work on its main thread.
2023-12-14 22:43:51.486 20103-20103 Looper ru.socialposter W PerfMonitor doFrame : time=2ms vsyncFrame=0 latency=614ms procState=2 historyMsgCount=1 (msgIndex=1 wall=628ms seq=186 running=30ms runnable=3ms io=5ms late=1ms h=android.os.Handler c=com.startapp.sdk.adsbase.cache.j$a)
2023-12-14 22:43:51.889 20103-20103 StartAppSDK ru.socialposter E Failed to load INTERSTITIAL ad: No response
2023-12-14 22:43:51.892 20103-20103 StartAppSDK ru.socialposter E Failed to load INTERSTITIAL ad: No response
2023-12-14 22:43:51.951 20103-20103 FLTFireMsgService ru.socialposter I FlutterFirebaseMessagingBackgroundService started!
2023-12-14 22:43:51.998 20103-20241 ru.socialposte ru.socialposter I Waiting for a blocking GC ProfileSaver
2023-12-14 22:43:52.015 20103-20241 ru.socialposte ru.socialposter I WaitForGcToComplete blocked ProfileSaver on HeapTrim for 16.940ms
2023-12-14 22:43:52.025 20403-20654 AppMetrica ru.socialposter I Initializing of Metrica, Release type, Version 5.0.0, API Level 105, Dated 18.05.2022.
2023-12-14 22:43:52.030 20103-20119 ru.socialposte ru.socialposter I WaitForGcToComplete blocked RunEmptyCheckpoint on ProfileSaver for 13.051ms
2023-12-14 22:43:52.088 20403-20656 lposter:Metric ru.socialposter W Class com.yandex.metrica.impl.ob.Ni failed lock verification and will run slower.
Common causes for lock verification issues are non-optimized dex code
and incorrect proguard optimizations.
2023-12-14 22:43:52.131 20403-20654 AppMetrica ru.socialposter I Activate reporter with APIKey 20799a27-xxxx-xxxx-xxxx-xxxxxxxx4180
2023-12-14 22:43:52.272 20403-20652 Compatibil...geReporter ru.socialposter D Compat change id reported: 147600208; UID 10359; state: ENABLED
2023-12-14 22:43:52.380 20403-20630 AppMetrica-Attribution ru.socialposter I Choosing distribution data: ClidsInfo(chosen=Candidate(clids=null, source=APP), candidates=[Candidate(clids=null, source=APP)])
2023-12-14 22:43:52.527 20103-20267 FA ru.socialposter V Logging screen view with name, class: /, Flutter
2023-12-14 22:43:52.572 20103-20281 FA ru.socialposter V Recording user engagement, ms: 3874
2023-12-14 22:43:54.343 20103-20378 LB ru.socialposter E fail to open file: No such file or directory
2023-12-14 22:43:54.455 20103-20832 ProfileInstaller ru.socialposter D Installing profile for ru.socialposter
2023-12-14 22:43:54.583 20103-20377 flutter ru.socialposter I 512152_00
2023-12-14 22:43:54.583 20103-20377 flutter ru.socialposter I updateAuthorizationState
2023-12-14 22:43:54.583 20103-20377 flutter ru.socialposter I authorizationStateWaitTdlibParameters
2023-12-14 22:43:54.685 20103-20103 WebViewFactory ru.socialposter I Loading com.google.android.webview version 119.0.6045.193 (code 604519331)
2023-12-14 22:43:54.702 20103-20103 linker ru.socialposter W Warning: "/data/app/~~ZitggoFBfp-ICi4-lAAiHQ==/com.google.android.webview-F2FD7TxoB3vC5gVeTMam0g==/base.apk!/lib/arm64-v8a/libmonochrome.so" unused DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
2023-12-14 22:43:54.795 20103-20103 cr_WVCFactoryProvider ru.socialposter I Loaded version=119.0.6045.193 minSdkVersion=29 isBundle=true multiprocess=true packageId=2
2023-12-14 22:43:54.981 20103-20103 cr_LibraryLoader ru.socialposter I Successfully loaded native library
2023-12-14 22:43:54.997 20103-20103 cr_CachingUmaRecorder ru.socialposter I Flushed 6 samples from 6 histograms, 0 samples were dropped.
2023-12-14 22:43:55.062 20103-20103 cr_CombinedPProvider ru.socialposter I #registerProvider() provider:WV.w7@47846d3 isPolicyCacheEnabled:false policyProvidersSize:0
2023-12-14 22:43:55.063 20103-20103 cr_PolicyProvider ru.socialposter I #setManagerAndSource() 0
2023-12-14 22:43:55.350 20103-20377 flutter ru.socialposter I 512152_00
2023-12-14 22:43:55.350 20103-20377 flutter ru.socialposter I updateAuthorizationState
2023-12-14 22:43:55.350 20103-20377 flutter ru.socialposter I authorizationStateWaitPhoneNumber
2023-12-14 22:43:55.353 20103-20103 cr_CombinedPProvider ru.socialposter I #linkNativeInternal() 1
2023-12-14 22:43:55.355 20103-20103 cr_AppResProvider ru.socialposter I #getApplicationRestrictionsFromUserManager() Bundle[EMPTY_PARCEL]
2023-12-14 22:43:55.355 20103-20103 cr_PolicyProvider ru.socialposter I #notifySettingsAvailable() 0
2023-12-14 22:43:55.355 20103-20103 cr_CombinedPProvider ru.socialposter I #onSettingsAvailable() 0
2023-12-14 22:43:55.355 20103-20103 cr_CombinedPProvider ru.socialposter I #flushPolicies()
2023-12-14 22:43:55.934 20103-20103 EgretLoader ru.socialposter D EgretLoader(Context context)
2023-12-14 22:43:55.934 20103-20103 EgretLoader ru.socialposter D The context is not activity
2023-12-14 22:43:55.967 20103-20962 cr_media ru.socialposter W registerBluetoothIntentsIfNeeded: Requires BLUETOOTH permission
2023-12-14 22:43:56.716 20103-20970 VideoCapabilities ru.socialposter W Unsupported mime image/vnd.android.heic
2023-12-14 22:43:56.725 20103-20970 VideoCapabilities ru.socialposter W Unrecognized profile/level 0/3 for video/mpeg2
2023-12-14 22:43:56.726 20103-20970 VideoCapabilities ru.socialposter W Unrecognized profile/level 0/3 for video/mpeg2
2023-12-14 22:43:57.578 20103-20281 FA ru.socialposter V Inactivity, disconnecting from the service

@greymag
Copy link
Contributor

greymag commented Dec 15, 2023

Спасибо! Буду смотреть

@Wolfaks
Copy link
Author

Wolfaks commented Jan 21, 2024

Здравствуйте. Удалось определить проблему?

1 similar comment
@Wolfaks
Copy link
Author

Wolfaks commented Apr 1, 2024

Здравствуйте. Удалось определить проблему?

@Bicubich
Copy link

Bicubich commented Apr 5, 2024

Здравствуйте. Удалось определить проблему?

Привет, извиняюсь, что не по теме, но не мог ли бы вы сказать конфигурацию своего проекте (flutter --version)? Я просто вижу, что у вас заход успешный, в отличии от меня

@Wolfaks
Copy link
Author

Wolfaks commented Apr 8, 2024

Flutter 3.19.2 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 7482962148 (6 weeks ago) • 2024-02-27 16:51:22 -0500
Engine • revision 04817c99c9
Tools • Dart 3.3.0 • DevTools 2.31.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants