-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
Scan crash / ffmpeg-kit / App crashes within a few seconds of opening #1368
Comments
Thanks for the report. Have you enabled the notification permission? If not, please do so. Then, when you launch the app, do you see the notification showing you the progress of the media cataloguing process? Does it crash more or less at the same progress (if you launch, let it crash, relaunch, let it crash, etc)? |
I cant keep it on long enough to do any of those things. And it crashes at
random times but within 20 seconds. Sometimes the moment it opens.
I haven't seen any notifications about it cataloging. Last week i was using
it fine and it seemed to be done cataloguing. :)
…On Sun, Dec 29, 2024, 3:33 PM Thibault Deckers ***@***.***> wrote:
Thanks for the report.
Have you enabled the notification permission? If not, please do so.
Then, when you launch the app, do you see the notification showing you the
progress of the media cataloguing process?
Does it crash more or less at the same progress (if you launch, let it
crash, relaunch, let it crash, etc)?
—
Reply to this email directly, view it on GitHub
<#1368 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BOBYR5MFV7D7UBKGWF4GYY32ICBE3AVCNFSM6AAAAABULCWX36VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRUHA3DMNZTGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Ok i turned on notifications via phone settings. It keeps showing
cataloging in my drop down menu but only gets to the same number in the
first side of the equation and then restarts. If that helps. :)
…On Sun, Dec 29, 2024, 7:13 PM faren ***@***.***> wrote:
I cant keep it on long enough to do any of those things. And it crashes at
random times but within 20 seconds. Sometimes the moment it opens.
I haven't seen any notifications about it cataloging. Last week i was
using it fine and it seemed to be done cataloguing. :)
On Sun, Dec 29, 2024, 3:33 PM Thibault Deckers ***@***.***>
wrote:
> Thanks for the report.
>
> Have you enabled the notification permission? If not, please do so.
>
> Then, when you launch the app, do you see the notification showing you
> the progress of the media cataloguing process?
>
> Does it crash more or less at the same progress (if you launch, let it
> crash, relaunch, let it crash, etc)?
>
> —
> Reply to this email directly, view it on GitHub
> <#1368 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/BOBYR5MFV7D7UBKGWF4GYY32ICBE3AVCNFSM6AAAAABULCWX36VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRUHA3DMNZTGU>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
Thanks for following up. If it was working fine before, and now it fails during cataloguing as t a specific spot, most likely there is a specific file in your collection that makes the app crash. I'll try and find a way to identify that file and get back to you. |
Could you please follow the instructions here? edit: updated build & link on 2024/12/30 15:20 GMT |
Im sorry i cant figure out how the last line shows a media file :( but also
the app crashed a few times trying to create this file so maybe its not
complete?
…On Mon, Dec 30, 2024, 3:20 AM Thibault Deckers ***@***.***> wrote:
Could you please follow the instructions here
<#977 (comment)>?
—
Reply to this email directly, view it on GitHub
<#1368 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BOBYR5JH5ENLQUQ7NUIAL4L2IET6JAVCNFSM6AAAAABULCWX36VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRVGM2TANBVHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--------- beginning of crash
12-30 06:54:13.585 13387 13411 F libc : FORTIFY: pthread_mutex_lock called on a destroyed mutex (0x6ff374b530)
12-30 06:54:13.592 13387 13411 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 13411 (DefaultDispatch), pid 13387 (lt.aves.profile)
12-30 09:53:48.854 32544 32577 F libc : Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 32577 (WM.task-4), pid 32544 (lt.aves.profile)
12-30 10:43:44.422 29635 29794 E AndroidRuntime: FATAL EXCEPTION: DefaultDispatcher-worker-3
12-30 10:43:44.422 29635 29794 E AndroidRuntime: Process: deckers.thibault.aves.profile, PID: 29635
12-30 10:43:44.422 29635 29794 E AndroidRuntime: android.app.ForegroundServiceStartNotAllowedException: startForegroundService() not allowed due to mAllowStartForeground false: service deckers.thibault.aves.profile/androidx.work.impl.foreground.SystemForegroundService
12-30 10:43:44.422 29635 29794 E AndroidRuntime: at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:54)
12-30 10:43:44.422 29635 29794 E AndroidRuntime: at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:50)
12-30 10:43:44.422 29635 29794 E AndroidRuntime: at android.os.Parcel.readParcelableInternal(Parcel.java:4882)
12-30 10:43:44.422 29635 29794 E AndroidRuntime: at android.os.Parcel.readParcelable(Parcel.java:4864)
12-30 10:43:44.422 29635 29794 E AndroidRuntime: at android.os.Parcel.createExceptionOrNull(Parcel.java:3064)
12-30 10:43:44.422 29635 29794 E AndroidRuntime: at android.os.Parcel.createException(Parcel.java:3053)
12-30 10:43:44.422 29635 29794 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:3036)
12-30 10:43:44.422 29635 29794 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:2978)
12-30 10:43:44.422 29635 29794 E AndroidRuntime: at android.app.IActivityManager$Stub$Proxy.startService(IActivityManager.java:6471)
12-30 10:43:44.422 29635 29794 E AndroidRuntime: at android.app.ContextImpl.startServiceCommon(ContextImpl.java:2002)
12-30 10:43:44.422 29635 29794 E AndroidRuntime: at android.app.ContextImpl.startForegroundService(ContextImpl.java:1967)
12-30 10:43:44.422 29635 29794 E AndroidRuntime: at android.content.ContextWrapper.startForegroundService(ContextWrapper.java:847)
12-30 10:43:44.422 29635 29794 E AndroidRuntime: at androidx.core.content.ContextCompat$Api26Impl.startForegroundService(ContextCompat.java:1130)
12-30 10:43:44.422 29635 29794 E AndroidRuntime: at androidx.core.content.ContextCompat.startForegroundService(ContextCompat.java:711)
12-30 10:43:44.422 29635 29794 E AndroidRuntime: at androidx.work.impl.Processor.startForeground(Processor.java:205)
12-30 10:43:44.422 29635 29794 E AndroidRuntime: at androidx.work.impl.utils.WorkForegroundUpdater.lambda$setForegroundAsync$0$androidx-work-impl-utils-WorkForegroundUpdater(WorkForegroundUpdater.java:94)
12-30 10:43:44.422 29635 29794 E AndroidRuntime: at androidx.work.impl.utils.WorkForegroundUpdater$$ExternalSyntheticLambda0.invoke(D8$$SyntheticClass:0)
12-30 10:43:44.422 29635 29794 E AndroidRuntime: at androidx.work.ListenableFutureKt.executeAsync$lambda$4$lambda$3(ListenableFuture.kt:59)
12-30 10:43:44.422 29635 29794 E AndroidRuntime: at androidx.work.ListenableFutureKt.$r8$lambda$2J7WTnmfyHeSyx3GGU57K1DCNjw(Unknown Source:0)
12-30 10:43:44.422 29635 29794 E AndroidRuntime: at androidx.work.ListenableFutureKt$$ExternalSyntheticLambda3.run(D8$$SyntheticClass:0)
12-30 10:43:44.422 29635 29794 E AndroidRuntime: at androidx.work.impl.utils.SerialExecutorImpl$Task.run(SerialExecutorImpl.java:96)
12-30 10:43:44.422 29635 29794 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
12-30 10:43:44.422 29635 29794 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
12-30 10:43:44.422 29635 29794 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012)
12-30 10:43:44.422 29635 29794 E AndroidRuntime: Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: ***@***.***, Dispatchers.Default]
12-30 10:45:20.804 31227 31369 E AndroidRuntime: FATAL EXCEPTION: DefaultDispatcher-worker-3
12-30 10:45:20.804 31227 31369 E AndroidRuntime: Process: deckers.thibault.aves.profile, PID: 31227
12-30 10:45:20.804 31227 31369 E AndroidRuntime: android.app.ForegroundServiceStartNotAllowedException: startForegroundService() not allowed due to mAllowStartForeground false: service deckers.thibault.aves.profile/androidx.work.impl.foreground.SystemForegroundService
12-30 10:45:20.804 31227 31369 E AndroidRuntime: at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:54)
12-30 10:45:20.804 31227 31369 E AndroidRuntime: at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:50)
12-30 10:45:20.804 31227 31369 E AndroidRuntime: at android.os.Parcel.readParcelableInternal(Parcel.java:4882)
12-30 10:45:20.804 31227 31369 E AndroidRuntime: at android.os.Parcel.readParcelable(Parcel.java:4864)
12-30 10:45:20.804 31227 31369 E AndroidRuntime: at android.os.Parcel.createExceptionOrNull(Parcel.java:3064)
12-30 10:45:20.804 31227 31369 E AndroidRuntime: at android.os.Parcel.createException(Parcel.java:3053)
12-30 10:45:20.804 31227 31369 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:3036)
12-30 10:45:20.804 31227 31369 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:2978)
12-30 10:45:20.804 31227 31369 E AndroidRuntime: at android.app.IActivityManager$Stub$Proxy.startService(IActivityManager.java:6471)
12-30 10:45:20.804 31227 31369 E AndroidRuntime: at android.app.ContextImpl.startServiceCommon(ContextImpl.java:2002)
12-30 10:45:20.804 31227 31369 E AndroidRuntime: at android.app.ContextImpl.startForegroundService(ContextImpl.java:1967)
12-30 10:45:20.804 31227 31369 E AndroidRuntime: at android.content.ContextWrapper.startForegroundService(ContextWrapper.java:847)
12-30 10:45:20.804 31227 31369 E AndroidRuntime: at androidx.core.content.ContextCompat$Api26Impl.startForegroundService(ContextCompat.java:1130)
12-30 10:45:20.804 31227 31369 E AndroidRuntime: at androidx.core.content.ContextCompat.startForegroundService(ContextCompat.java:711)
12-30 10:45:20.804 31227 31369 E AndroidRuntime: at androidx.work.impl.Processor.startForeground(Processor.java:205)
12-30 10:45:20.804 31227 31369 E AndroidRuntime: at androidx.work.impl.utils.WorkForegroundUpdater.lambda$setForegroundAsync$0$androidx-work-impl-utils-WorkForegroundUpdater(WorkForegroundUpdater.java:94)
12-30 10:45:20.804 31227 31369 E AndroidRuntime: at androidx.work.impl.utils.WorkForegroundUpdater$$ExternalSyntheticLambda0.invoke(D8$$SyntheticClass:0)
12-30 10:45:20.804 31227 31369 E AndroidRuntime: at androidx.work.ListenableFutureKt.executeAsync$lambda$4$lambda$3(ListenableFuture.kt:59)
12-30 10:45:20.804 31227 31369 E AndroidRuntime: at androidx.work.ListenableFutureKt.$r8$lambda$2J7WTnmfyHeSyx3GGU57K1DCNjw(Unknown Source:0)
12-30 10:45:20.804 31227 31369 E AndroidRuntime: at androidx.work.ListenableFutureKt$$ExternalSyntheticLambda3.run(D8$$SyntheticClass:0)
12-30 10:45:20.804 31227 31369 E AndroidRuntime: at androidx.work.impl.utils.SerialExecutorImpl$Task.run(SerialExecutorImpl.java:96)
12-30 10:45:20.804 31227 31369 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
12-30 10:45:20.804 31227 31369 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
12-30 10:45:20.804 31227 31369 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012)
12-30 10:45:20.804 31227 31369 E AndroidRuntime: Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: ***@***.***, Dispatchers.Default]
12-30 14:42:03.159 20447 20531 E AndroidRuntime: FATAL EXCEPTION: DefaultDispatcher-worker-2
12-30 14:42:03.159 20447 20531 E AndroidRuntime: Process: deckers.thibault.aves.profile, PID: 20447
12-30 14:42:03.159 20447 20531 E AndroidRuntime: android.app.ForegroundServiceStartNotAllowedException: startForegroundService() not allowed due to mAllowStartForeground false: service deckers.thibault.aves.profile/androidx.work.impl.foreground.SystemForegroundService
12-30 14:42:03.159 20447 20531 E AndroidRuntime: at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:54)
12-30 14:42:03.159 20447 20531 E AndroidRuntime: at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:50)
12-30 14:42:03.159 20447 20531 E AndroidRuntime: at android.os.Parcel.readParcelableInternal(Parcel.java:4882)
12-30 14:42:03.159 20447 20531 E AndroidRuntime: at android.os.Parcel.readParcelable(Parcel.java:4864)
12-30 14:42:03.159 20447 20531 E AndroidRuntime: at android.os.Parcel.createExceptionOrNull(Parcel.java:3064)
12-30 14:42:03.159 20447 20531 E AndroidRuntime: at android.os.Parcel.createException(Parcel.java:3053)
12-30 14:42:03.159 20447 20531 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:3036)
12-30 14:42:03.159 20447 20531 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:2978)
12-30 14:42:03.159 20447 20531 E AndroidRuntime: at android.app.IActivityManager$Stub$Proxy.startService(IActivityManager.java:6471)
12-30 14:42:03.159 20447 20531 E AndroidRuntime: at android.app.ContextImpl.startServiceCommon(ContextImpl.java:2002)
12-30 14:42:03.159 20447 20531 E AndroidRuntime: at android.app.ContextImpl.startForegroundService(ContextImpl.java:1967)
12-30 14:42:03.159 20447 20531 E AndroidRuntime: at android.content.ContextWrapper.startForegroundService(ContextWrapper.java:847)
12-30 14:42:03.159 20447 20531 E AndroidRuntime: at androidx.core.content.ContextCompat$Api26Impl.startForegroundService(ContextCompat.java:1130)
12-30 14:42:03.159 20447 20531 E AndroidRuntime: at androidx.core.content.ContextCompat.startForegroundService(ContextCompat.java:711)
12-30 14:42:03.159 20447 20531 E AndroidRuntime: at androidx.work.impl.Processor.startForeground(Processor.java:205)
12-30 14:42:03.159 20447 20531 E AndroidRuntime: at androidx.work.impl.utils.WorkForegroundUpdater.lambda$setForegroundAsync$0$androidx-work-impl-utils-WorkForegroundUpdater(WorkForegroundUpdater.java:94)
12-30 14:42:03.159 20447 20531 E AndroidRuntime: at androidx.work.impl.utils.WorkForegroundUpdater$$ExternalSyntheticLambda0.invoke(D8$$SyntheticClass:0)
12-30 14:42:03.159 20447 20531 E AndroidRuntime: at androidx.work.ListenableFutureKt.executeAsync$lambda$4$lambda$3(ListenableFuture.kt:59)
12-30 14:42:03.159 20447 20531 E AndroidRuntime: at androidx.work.ListenableFutureKt.$r8$lambda$2J7WTnmfyHeSyx3GGU57K1DCNjw(Unknown Source:0)
12-30 14:42:03.159 20447 20531 E AndroidRuntime: at androidx.work.ListenableFutureKt$$ExternalSyntheticLambda3.run(D8$$SyntheticClass:0)
12-30 14:42:03.159 20447 20531 E AndroidRuntime: at androidx.work.impl.utils.SerialExecutorImpl$Task.run(SerialExecutorImpl.java:96)
12-30 14:42:03.159 20447 20531 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
12-30 14:42:03.159 20447 20531 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
12-30 14:42:03.159 20447 20531 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012)
12-30 14:42:03.159 20447 20531 E AndroidRuntime: Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: ***@***.***, Dispatchers.Default]
12-30 14:51:01.972 22748 23048 E AndroidRuntime: FATAL EXCEPTION: DefaultDispatcher-worker-3
12-30 14:51:01.972 22748 23048 E AndroidRuntime: Process: deckers.thibault.aves.profile, PID: 22748
12-30 14:51:01.972 22748 23048 E AndroidRuntime: android.app.ForegroundServiceStartNotAllowedException: startForegroundService() not allowed due to mAllowStartForeground false: service deckers.thibault.aves.profile/androidx.work.impl.foreground.SystemForegroundService
12-30 14:51:01.972 22748 23048 E AndroidRuntime: at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:54)
12-30 14:51:01.972 22748 23048 E AndroidRuntime: at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:50)
12-30 14:51:01.972 22748 23048 E AndroidRuntime: at android.os.Parcel.readParcelableInternal(Parcel.java:4882)
12-30 14:51:01.972 22748 23048 E AndroidRuntime: at android.os.Parcel.readParcelable(Parcel.java:4864)
12-30 14:51:01.972 22748 23048 E AndroidRuntime: at android.os.Parcel.createExceptionOrNull(Parcel.java:3064)
12-30 14:51:01.972 22748 23048 E AndroidRuntime: at android.os.Parcel.createException(Parcel.java:3053)
12-30 14:51:01.972 22748 23048 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:3036)
12-30 14:51:01.972 22748 23048 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:2978)
12-30 14:51:01.972 22748 23048 E AndroidRuntime: at android.app.IActivityManager$Stub$Proxy.startService(IActivityManager.java:6471)
12-30 14:51:01.972 22748 23048 E AndroidRuntime: at android.app.ContextImpl.startServiceCommon(ContextImpl.java:2002)
12-30 14:51:01.972 22748 23048 E AndroidRuntime: at android.app.ContextImpl.startForegroundService(ContextImpl.java:1967)
12-30 14:51:01.972 22748 23048 E AndroidRuntime: at android.content.ContextWrapper.startForegroundService(ContextWrapper.java:847)
12-30 14:51:01.972 22748 23048 E AndroidRuntime: at androidx.core.content.ContextCompat$Api26Impl.startForegroundService(ContextCompat.java:1130)
12-30 14:51:01.972 22748 23048 E AndroidRuntime: at androidx.core.content.ContextCompat.startForegroundService(ContextCompat.java:711)
12-30 14:51:01.972 22748 23048 E AndroidRuntime: at androidx.work.impl.Processor.startForeground(Processor.java:205)
12-30 14:51:01.972 22748 23048 E AndroidRuntime: at androidx.work.impl.utils.WorkForegroundUpdater.lambda$setForegroundAsync$0$androidx-work-impl-utils-WorkForegroundUpdater(WorkForegroundUpdater.java:94)
12-30 14:51:01.972 22748 23048 E AndroidRuntime: at androidx.work.impl.utils.WorkForegroundUpdater$$ExternalSyntheticLambda0.invoke(D8$$SyntheticClass:0)
12-30 14:51:01.972 22748 23048 E AndroidRuntime: at androidx.work.ListenableFutureKt.executeAsync$lambda$4$lambda$3(ListenableFuture.kt:59)
12-30 14:51:01.972 22748 23048 E AndroidRuntime: at androidx.work.ListenableFutureKt.$r8$lambda$2J7WTnmfyHeSyx3GGU57K1DCNjw(Unknown Source:0)
12-30 14:51:01.972 22748 23048 E AndroidRuntime: at androidx.work.ListenableFutureKt$$ExternalSyntheticLambda3.run(D8$$SyntheticClass:0)
12-30 14:51:01.972 22748 23048 E AndroidRuntime: at androidx.work.impl.utils.SerialExecutorImpl$Task.run(SerialExecutorImpl.java:96)
12-30 14:51:01.972 22748 23048 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
12-30 14:51:01.972 22748 23048 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
12-30 14:51:01.972 22748 23048 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012)
12-30 14:51:01.972 22748 23048 E AndroidRuntime: Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: ***@***.***, Dispatchers.Default]
12-30 14:57:16.738 25680 25708 E AndroidRuntime: FATAL EXCEPTION: DefaultDispatcher-worker-3
12-30 14:57:16.738 25680 25708 E AndroidRuntime: Process: deckers.thibault.aves.profile, PID: 25680
12-30 14:57:16.738 25680 25708 E AndroidRuntime: android.app.ForegroundServiceStartNotAllowedException: startForegroundService() not allowed due to mAllowStartForeground false: service deckers.thibault.aves.profile/androidx.work.impl.foreground.SystemForegroundService
12-30 14:57:16.738 25680 25708 E AndroidRuntime: at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:54)
12-30 14:57:16.738 25680 25708 E AndroidRuntime: at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:50)
12-30 14:57:16.738 25680 25708 E AndroidRuntime: at android.os.Parcel.readParcelableInternal(Parcel.java:4882)
12-30 14:57:16.738 25680 25708 E AndroidRuntime: at android.os.Parcel.readParcelable(Parcel.java:4864)
12-30 14:57:16.738 25680 25708 E AndroidRuntime: at android.os.Parcel.createExceptionOrNull(Parcel.java:3064)
12-30 14:57:16.738 25680 25708 E AndroidRuntime: at android.os.Parcel.createException(Parcel.java:3053)
12-30 14:57:16.738 25680 25708 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:3036)
12-30 14:57:16.738 25680 25708 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:2978)
12-30 14:57:16.738 25680 25708 E AndroidRuntime: at android.app.IActivityManager$Stub$Proxy.startService(IActivityManager.java:6471)
12-30 14:57:16.738 25680 25708 E AndroidRuntime: at android.app.ContextImpl.startServiceCommon(ContextImpl.java:2002)
12-30 14:57:16.738 25680 25708 E AndroidRuntime: at android.app.ContextImpl.startForegroundService(ContextImpl.java:1967)
12-30 14:57:16.738 25680 25708 E AndroidRuntime: at android.content.ContextWrapper.startForegroundService(ContextWrapper.java:847)
12-30 14:57:16.738 25680 25708 E AndroidRuntime: at androidx.core.content.ContextCompat$Api26Impl.startForegroundService(ContextCompat.java:1130)
12-30 14:57:16.738 25680 25708 E AndroidRuntime: at androidx.core.content.ContextCompat.startForegroundService(ContextCompat.java:711)
12-30 14:57:16.738 25680 25708 E AndroidRuntime: at androidx.work.impl.Processor.startForeground(Processor.java:205)
12-30 14:57:16.738 25680 25708 E AndroidRuntime: at androidx.work.impl.utils.WorkForegroundUpdater.lambda$setForegroundAsync$0$androidx-work-impl-utils-WorkForegroundUpdater(WorkForegroundUpdater.java:94)
12-30 14:57:16.738 25680 25708 E AndroidRuntime: at androidx.work.impl.utils.WorkForegroundUpdater$$ExternalSyntheticLambda0.invoke(D8$$SyntheticClass:0)
12-30 14:57:16.738 25680 25708 E AndroidRuntime: at androidx.work.ListenableFutureKt.executeAsync$lambda$4$lambda$3(ListenableFuture.kt:59)
12-30 14:57:16.738 25680 25708 E AndroidRuntime: at androidx.work.ListenableFutureKt.$r8$lambda$2J7WTnmfyHeSyx3GGU57K1DCNjw(Unknown Source:0)
12-30 14:57:16.738 25680 25708 E AndroidRuntime: at androidx.work.ListenableFutureKt$$ExternalSyntheticLambda3.run(D8$$SyntheticClass:0)
12-30 14:57:16.738 25680 25708 E AndroidRuntime: at androidx.work.impl.utils.SerialExecutorImpl$Task.run(SerialExecutorImpl.java:96)
12-30 14:57:16.738 25680 25708 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
12-30 14:57:16.738 25680 25708 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
12-30 14:57:16.738 25680 25708 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012)
12-30 14:57:16.738 25680 25708 E AndroidRuntime: Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: ***@***.***, Dispatchers.Default]
12-30 14:57:28.737 25990 26098 E AndroidRuntime: FATAL EXCEPTION: DefaultDispatcher-worker-3
12-30 14:57:28.737 25990 26098 E AndroidRuntime: Process: deckers.thibault.aves.profile, PID: 25990
12-30 14:57:28.737 25990 26098 E AndroidRuntime: android.app.ForegroundServiceStartNotAllowedException: startForegroundService() not allowed due to mAllowStartForeground false: service deckers.thibault.aves.profile/androidx.work.impl.foreground.SystemForegroundService
12-30 14:57:28.737 25990 26098 E AndroidRuntime: at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:54)
12-30 14:57:28.737 25990 26098 E AndroidRuntime: at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:50)
12-30 14:57:28.737 25990 26098 E AndroidRuntime: at android.os.Parcel.readParcelableInternal(Parcel.java:4882)
12-30 14:57:28.737 25990 26098 E AndroidRuntime: at android.os.Parcel.readParcelable(Parcel.java:4864)
12-30 14:57:28.737 25990 26098 E AndroidRuntime: at android.os.Parcel.createExceptionOrNull(Parcel.java:3064)
12-30 14:57:28.737 25990 26098 E AndroidRuntime: at android.os.Parcel.createException(Parcel.java:3053)
12-30 14:57:28.737 25990 26098 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:3036)
12-30 14:57:28.737 25990 26098 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:2978)
12-30 14:57:28.737 25990 26098 E AndroidRuntime: at android.app.IActivityManager$Stub$Proxy.startService(IActivityManager.java:6471)
12-30 14:57:28.737 25990 26098 E AndroidRuntime: at android.app.ContextImpl.startServiceCommon(ContextImpl.java:2002)
12-30 14:57:28.737 25990 26098 E AndroidRuntime: at android.app.ContextImpl.startForegroundService(ContextImpl.java:1967)
12-30 14:57:28.737 25990 26098 E AndroidRuntime: at android.content.ContextWrapper.startForegroundService(ContextWrapper.java:847)
12-30 14:57:28.737 25990 26098 E AndroidRuntime: at androidx.core.content.ContextCompat$Api26Impl.startForegroundService(ContextCompat.java:1130)
12-30 14:57:28.737 25990 26098 E AndroidRuntime: at androidx.core.content.ContextCompat.startForegroundService(ContextCompat.java:711)
12-30 14:57:28.737 25990 26098 E AndroidRuntime: at androidx.work.impl.Processor.startForeground(Processor.java:205)
12-30 14:57:28.737 25990 26098 E AndroidRuntime: at androidx.work.impl.utils.WorkForegroundUpdater.lambda$setForegroundAsync$0$androidx-work-impl-utils-WorkForegroundUpdater(WorkForegroundUpdater.java:94)
12-30 14:57:28.737 25990 26098 E AndroidRuntime: at androidx.work.impl.utils.WorkForegroundUpdater$$ExternalSyntheticLambda0.invoke(D8$$SyntheticClass:0)
12-30 14:57:28.737 25990 26098 E AndroidRuntime: at androidx.work.ListenableFutureKt.executeAsync$lambda$4$lambda$3(ListenableFuture.kt:59)
12-30 14:57:28.737 25990 26098 E AndroidRuntime: at androidx.work.ListenableFutureKt.$r8$lambda$2J7WTnmfyHeSyx3GGU57K1DCNjw(Unknown Source:0)
12-30 14:57:28.737 25990 26098 E AndroidRuntime: at androidx.work.ListenableFutureKt$$ExternalSyntheticLambda3.run(D8$$SyntheticClass:0)
12-30 14:57:28.737 25990 26098 E AndroidRuntime: at androidx.work.impl.utils.SerialExecutorImpl$Task.run(SerialExecutorImpl.java:96)
12-30 14:57:28.737 25990 26098 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
12-30 14:57:28.737 25990 26098 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
12-30 14:57:28.737 25990 26098 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012)
12-30 14:57:28.737 25990 26098 E AndroidRuntime: Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: ***@***.***, Dispatchers.Default]
--------- beginning of main
12-30 21:25:45.454 6553 6553 I lt.aves.profile: Late-enabling -Xcheck:jni
12-30 21:25:45.477 6553 6553 I lt.aves.profile: Using CollectorTypeCMC GC.
12-30 21:25:45.485 6553 6553 D nativeloader: Load libframework-connectivity-tiramisu-jni.so using APEX ns com_android_tethering for caller /apex/com.android.tethering/javalib/framework-connectivity-t.jar: ok
12-30 21:25:45.488 6553 6553 D ActivityThread: setConscryptValidator
12-30 21:25:45.488 6553 6553 D ActivityThread: setConscryptValidator - put
12-30 21:25:45.503 6553 6553 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10527; state: ENABLED
12-30 21:25:45.503 6553 6553 D CompatibilityChangeReporter: Compat change id reported: 242716250; UID 10527; state: ENABLED
12-30 21:25:45.511 6553 6553 D nativeloader: Configuring clns-4 for other apk /system/framework/org.apache.http.legacy.jar. target_sdk_version=35, uses_libraries=ALL, library_path=/data/app/~~_OCPa9ElsqQsrnNKVa7xVQ==/deckers.thibault.aves.profile-uFHKa9HRUi8kXsCj5-jLSg==/lib/arm64:/data/app/~~_OCPa9ElsqQsrnNKVa7xVQ==/deckers.thibault.aves.profile-uFHKa9HRUi8kXsCj5-jLSg==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/deckers.thibault.aves.profile
12-30 21:25:45.511 6553 6553 D nativeloader: Extending system_exposed_libraries: libhumantracking.arcsoft.so:libPortraitDistortionCorrection.arcsoft.so:libPortraitDistortionCorrectionCali.arcsoft.so:libface_landmark.arcsoft.so:libFacialStickerEngine.arcsoft.so:libfrtracking_engine.arcsoft.so:libFaceRecognition.arcsoft.so:libveengine.arcsoft.so:lib_pet_detection.arcsoft.so:libae_bracket_hdr.arcsoft.so:libdigital_tele_scope.arcsoft.so:libdigital_tele_scope_rawsr.arcsoft.so:libsf_tetra_enhance.arcsoft.so:libhybrid_high_dynamic_range.arcsoft.so:libimage_enhancement.arcsoft.so:liblow_light_hdr.arcsoft.so:libmacroclearshot_raw.arcsoft.so:libhigh_dynamic_range.arcsoft.so:libobjectcapture_jni.arcsoft.so:libFacialAttributeDetection.arcsoft.so:libobjectcapture.arcsoft.so:libaudiomirroring_jni.audiomirroring.samsung.so:libBeauty_v4.camera.samsung.so:libexifa.camera.samsung.so:libjpega.camera.samsung.so:libOpenCv.camera.samsung.so:libaifrcInterface.camera.samsung.so:libVideoClassifier.camera.samsung.so:libImageScreener.camera.samsung.so:libMyFilter.camera.samsung.
12-30 21:25:45.511 6553 6553 W ziparchive: Unable to open '/data/app/~~_OCPa9ElsqQsrnNKVa7xVQ==/deckers.thibault.aves.profile-uFHKa9HRUi8kXsCj5-jLSg==/base.dm': No such file or directory
12-30 21:25:45.511 6553 6553 W ziparchive: Unable to open '/data/app/~~_OCPa9ElsqQsrnNKVa7xVQ==/deckers.thibault.aves.profile-uFHKa9HRUi8kXsCj5-jLSg==/base.dm': No such file or directory
12-30 21:25:45.642 6553 6553 D nativeloader: Configuring clns-5 for other apk /data/app/~~_OCPa9ElsqQsrnNKVa7xVQ==/deckers.thibault.aves.profile-uFHKa9HRUi8kXsCj5-jLSg==/base.apk. target_sdk_version=35, uses_libraries=, library_path=/data/app/~~_OCPa9ElsqQsrnNKVa7xVQ==/deckers.thibault.aves.profile-uFHKa9HRUi8kXsCj5-jLSg==/lib/arm64:/data/app/~~_OCPa9ElsqQsrnNKVa7xVQ==/deckers.thibault.aves.profile-uFHKa9HRUi8kXsCj5-jLSg==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/deckers.thibault.aves.profile
12-30 21:25:45.645 6553 6553 D nativeloader: Load libframework-connectivity-jni.so using APEX ns com_android_tethering for caller /apex/com.android.tethering/javalib/framework-connectivity.jar: ok
12-30 21:25:45.651 6553 6553 V GraphicsEnvironment: Currently set values for:
12-30 21:25:45.651 6553 6553 V GraphicsEnvironment: angle_gl_driver_selection_pkgs=[]
12-30 21:25:45.651 6553 6553 V GraphicsEnvironment: angle_gl_driver_selection_values=[]
12-30 21:25:45.651 6553 6553 V GraphicsEnvironment: ANGLE GameManagerService for deckers.thibault.aves.profile: false
12-30 21:25:45.651 6553 6553 V GraphicsEnvironment: deckers.thibault.aves.profile is not listed in per-application setting
12-30 21:25:45.651 6553 6553 V GraphicsEnvironment: Updatable production driver is not supported on the device.
12-30 21:25:45.670 6553 6553 D CompatibilityChangeReporter: Compat change id reported: 183155436; UID 10527; state: ENABLED
12-30 21:25:45.675 6553 6553 D SessionsDependencies: Dependency to CRASHLYTICS added.
12-30 21:25:45.677 6553 6553 I FirebaseApp: Device unlocked: initializing all Firebase APIs for app [DEFAULT]
12-30 21:25:45.702 6553 6553 D FirebaseSessions: Initializing Firebase Sessions SDK.
12-30 21:25:45.704 6553 6553 D CompatibilityChangeReporter: Compat change id reported: 3400644; UID 10527; state: ENABLED
12-30 21:25:45.705 6553 6553 I FirebaseCrashlytics: Initializing Firebase Crashlytics 19.3.0 for deckers.thibault.aves.profile
12-30 21:25:45.719 6553 6553 D SessionsDependencies: Subscriber CRASHLYTICS registered.
12-30 21:25:45.743 6553 6553 I FirebaseInitProvider: FirebaseApp initialization successful
12-30 21:25:45.748 6553 6553 D CompatibilityChangeReporter: Compat change id reported: 247079863; UID 10527; state: ENABLED
12-30 21:25:45.748 6553 6585 D LifecycleServiceBinder: Binding service to application.
12-30 21:25:45.751 6553 6553 D WM-WrkMgrInitializer: Initializing WorkManager with default configuration.
12-30 21:25:45.760 6553 6553 D WM-PackageManagerHelper: Skipping component enablement for androidx.work.impl.background.systemjob.SystemJobService
12-30 21:25:45.760 6553 6553 D WM-Schedulers: Created SystemJobScheduler and enabled SystemJobService
12-30 21:25:45.768 6553 6594 D WM-ForceStopRunnable: The default process name was not specified.
12-30 21:25:45.768 6553 6594 D WM-ForceStopRunnable: Performing cleanup operations.
12-30 21:25:45.774 6553 6553 D OpenGLRenderer: HWUI - treat SMPTE_170M as sRGB
12-30 21:25:45.780 6553 6595 I AdrenoGLES-0: QUALCOMM build : 11e73fe00c, I4ff0bacd4f
12-30 21:25:45.780 6553 6595 I AdrenoGLES-0: Build Date : 03/11/24
12-30 21:25:45.780 6553 6595 I AdrenoGLES-0: OpenGL ES Shader Compiler Version: E031.45.02.06
12-30 21:25:45.780 6553 6595 I AdrenoGLES-0: Local Branch :
12-30 21:25:45.780 6553 6595 I AdrenoGLES-0: Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.VENDOR.14.3.0.11.00.00.973.498
12-30 21:25:45.780 6553 6595 I AdrenoGLES-0: Remote Branch : NONE
12-30 21:25:45.780 6553 6595 I AdrenoGLES-0: Reconstruct Branch : NOTHING
12-30 21:25:45.780 6553 6595 I AdrenoGLES-0: Build Config : S P 16.1.2 AArch64
12-30 21:25:45.780 6553 6595 I AdrenoGLES-0: Driver Path : /vendor/lib64/egl/libGLESv2_adreno.so
12-30 21:25:45.780 6553 6595 I AdrenoGLES-0: Driver Version : 0762.12
12-30 21:25:45.780 6553 6595 I AdrenoGLES-0: Process Name : deckers.thibault.aves.profile
12-30 21:25:45.781 6553 6591 I FirebaseCrashlytics: No version control information found
12-30 21:25:45.783 6553 6595 I AdrenoGLES-0: PFP: 0x01520171, ME: 0x01520023
12-30 21:25:45.785 6553 6553 I d.t.a.MainActivity: onCreate intent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=deckers.thibault.aves.profile/deckers.thibault.aves.MainActivity bnds=[838,1163][1038,1464] }
12-30 21:25:45.785 6553 6595 E Adreno-AppProfiles: QSPM AIDL service doesn't exist
12-30 21:25:45.787 6553 6595 I AdrenoUtils: <ReadGpuID:357>: Reading chip ID through GSL
12-30 21:25:45.793 6553 6553 I DecorView: setWindowBackground: isPopOver=false color=ffffffff ***@***.***
12-30 21:25:45.796 6553 6594 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10527; state: ENABLED
12-30 21:25:45.797 6553 6594 D WM-ForceStopRunnable: Found unfinished work, scheduling it.
12-30 21:25:45.798 6553 6553 I d.t.a.MainActivity: onStart
12-30 21:25:45.801 6553 6594 D CompatibilityChangeReporter: Compat change id reported: 194532703; UID 10527; state: ENABLED
12-30 21:25:45.802 6553 6594 D CompatibilityChangeReporter: Compat change id reported: 253665015; UID 10527; state: ENABLED
12-30 21:25:45.802 6553 6594 D WM-SystemJobScheduler: Scheduling work ID 33dcabc6-194d-47a5-ba9d-af068eca0978Job ID 3
12-30 21:25:45.803 6553 6594 D WM-GreedyScheduler: Starting work for 33dcabc6-194d-47a5-ba9d-af068eca0978
12-30 21:25:45.811 6553 6605 D WM-Processor: Processor: processing WorkGenerationalId(workSpecId=33dcabc6-194d-47a5-ba9d-af068eca0978, generation=0)
12-30 21:25:45.812 6553 6602 D nativeloader: Load /data/app/~~_OCPa9ElsqQsrnNKVa7xVQ==/deckers.thibault.aves.profile-uFHKa9HRUi8kXsCj5-jLSg==/lib/arm64/libflutter.so using ns clns-5 from class loader (caller=/data/app/~~_OCPa9ElsqQsrnNKVa7xVQ==/deckers.thibault.aves.profile-uFHKa9HRUi8kXsCj5-jLSg==/base.apk): ok
12-30 21:25:45.815 6553 6605 D CompatibilityChangeReporter: Compat change id reported: 263076149; UID 10527; state: ENABLED
12-30 21:25:45.821 6553 6605 D WM-PackageManagerHelper: Skipping component enablement for androidx.work.impl.background.systemalarm.RescheduleReceiver
12-30 21:25:45.838 6553 6617 I flutter : The Dart VM service is listening on http://127.0.0.1:45129/sFszXsbvgLY=/
12-30 21:25:45.847 6553 6553 D ffmpeg-kit-flutter: FFmpegKitFlutterPlugin created ***@***.***
12-30 21:25:45.847 6553 6553 D ffmpeg-kit-flutter: FFmpegKitFlutterPlugin ***@***.*** attached to engine.
12-30 21:25:45.848 6553 6553 I ffmpeg-kit: Loading ffmpeg-kit.
12-30 21:25:45.849 6553 6553 D nativeloader: Load /data/app/~~_OCPa9ElsqQsrnNKVa7xVQ==/deckers.thibault.aves.profile-uFHKa9HRUi8kXsCj5-jLSg==/lib/arm64/libffmpegkit_abidetect.so using ns clns-5 from class loader (caller=/data/app/~~_OCPa9ElsqQsrnNKVa7xVQ==/deckers.thibault.aves.profile-uFHKa9HRUi8kXsCj5-jLSg==/base.apk): ok
12-30 21:25:45.857 6553 6553 D nativeloader: Load /data/app/~~_OCPa9ElsqQsrnNKVa7xVQ==/deckers.thibault.aves.profile-uFHKa9HRUi8kXsCj5-jLSg==/lib/arm64/libffmpegkit.so using ns clns-5 from class loader (caller=/data/app/~~_OCPa9ElsqQsrnNKVa7xVQ==/deckers.thibault.aves.profile-uFHKa9HRUi8kXsCj5-jLSg==/base.apk): ok
12-30 21:25:45.858 6553 6618 D ffmpeg-kit: Async callback block started.
12-30 21:25:45.865 6553 6553 I ffmpeg-kit: Loaded ffmpeg-kit-video-arm64-v8a-6.0-lts-20230913.
12-30 21:25:45.865 6553 6553 D ffmpeg-kit-flutter: FFmpegKitFlutterPlugin ***@***.*** initialised with context ***@***.***
12-30 21:25:45.865 6553 6553 D ffmpeg-kit-flutter: FFmpegKitFlutterPlugin ***@***.*** attached to activity ***@***.***
12-30 21:25:45.865 6553 6553 D ffmpeg-kit-flutter: FFmpegKitFlutterPlugin ***@***.*** initialised with activity ***@***.***
12-30 21:25:45.874 6553 6553 D nativeloader: Load /data/app/~~_OCPa9ElsqQsrnNKVa7xVQ==/deckers.thibault.aves.profile-uFHKa9HRUi8kXsCj5-jLSg==/lib/arm64/libmpv.so using ns clns-5 from class loader (caller=/data/app/~~_OCPa9ElsqQsrnNKVa7xVQ==/deckers.thibault.aves.profile-uFHKa9HRUi8kXsCj5-jLSg==/base.apk!classes2.dex): ok
12-30 21:25:45.874 6553 6553 I media_kit: package:media_kit_libs_android_video attached.
12-30 21:25:45.875 6553 6553 D nativeloader: Load /data/app/~~_OCPa9ElsqQsrnNKVa7xVQ==/deckers.thibault.aves.profile-uFHKa9HRUi8kXsCj5-jLSg==/lib/arm64/libmediakitandroidhelper.so using ns clns-5 from class loader (caller=/data/app/~~_OCPa9ElsqQsrnNKVa7xVQ==/deckers.thibault.aves.profile-uFHKa9HRUi8kXsCj5-jLSg==/base.apk!classes2.dex): ok
12-30 21:25:45.875 6553 6553 D media_kit: samsung
12-30 21:25:45.875 6553 6553 D media_kit: e3q
12-30 21:25:45.875 6553 6553 D media_kit: samsung/e3quew/e3q:14/UP1A.231005.007/S928U1UES4AXKF:user/release-keys
12-30 21:25:45.875 6553 6553 D media_kit: qcom
12-30 21:25:45.875 6553 6553 D media_kit: SM-S928U1
12-30 21:25:45.875 6553 6553 D media_kit: samsung
12-30 21:25:45.875 6553 6553 D media_kit: e3quew
12-30 21:25:45.875 6553 6553 I media_kit: Saved application context.
12-30 21:25:45.908 6553 6553 I d.t.a.c.s.MSCSH: start listening to Media Store
12-30 21:25:45.911 6553 6553 I d.t.a.c.s.SCSH: start listening to system settings
12-30 21:25:45.912 6553 6553 D CompatibilityChangeReporter: Compat change id reported: 193247900; UID 10527; state: ENABLED
12-30 21:25:45.913 6553 6553 D ***@***.***: 125970674 setAlpha: alpha=0.0
12-30 21:25:45.913 6553 6553 D ***@***.***: 125970674 updateSurface: has no frame
12-30 21:25:45.915 6553 6586 I d.t.a.MainActivity: set shortcuts: debug
12-30 21:25:45.922 6553 6553 W lt.aves.profile: Accessing hidden method Landroid/view/accessibility/AccessibilityNodeInfo;->getSourceNodeId()J (unsupported,test-api, reflection, allowed)
12-30 21:25:45.922 6553 6553 W lt.aves.profile: Accessing hidden method Landroid/view/accessibility/AccessibilityRecord;->getSourceNodeId()J (unsupported, reflection, allowed)
12-30 21:25:45.922 6553 6553 W lt.aves.profile: Accessing hidden field Landroid/view/accessibility/AccessibilityNodeInfo;->mChildNodeIds:Landroid/util/LongArray; (unsupported, reflection, allowed)
12-30 21:25:45.922 6553 6553 W lt.aves.profile: Accessing hidden method Landroid/util/LongArray;->get(I)J (unsupported, reflection, allowed)
12-30 21:25:45.926 6553 6553 D ***@***.***: 125970674 updateSurface: has no frame
12-30 21:25:45.926 6553 6553 D ***@***.***: 125970674 updateSurface: has no frame
12-30 21:25:45.928 6553 6585 D SessionLifecycleClient: Queued message 1. Queue size 1
12-30 21:25:45.929 6553 6607 I flutter : Report log=Lifecycle resumed
12-30 21:25:45.929 6553 6607 I flutter : failed to get Firebase Crashlytics instance with error=[core/no-app] No Firebase App '[DEFAULT]' has been created - call Firebase.initializeApp()
12-30 21:25:45.929 6553 6607 I flutter : #0 MethodChannelFirebase.app (package:firebase_core_platform_interface/src/method_channel/method_channel_firebase.dart:195)
12-30 21:25:45.929 6553 6607 I flutter : #1 Firebase.app (package:firebase_core/src/firebase.dart:79)
12-30 21:25:45.929 6553 6607 I flutter : #2 FirebaseCrashlytics.instance (package:firebase_crashlytics/src/firebase_crashlytics.dart:33)
12-30 21:25:45.929 6553 6607 I flutter : #3 PlatformReportService._instance (package:aves_report_platform/aves_report_platform.dart:13)
12-30 21:25:45.929 6553 6607 I flutter : #4 PlatformReportService.log (package:aves_report_platform/aves_report_platform.dart:57)
12-30 21:25:45.929 6553 6607 I flutter : #5 _AvesAppState.didChangeAppLifecycleState (package:aves/widgets/aves_app.dart:404)
12-30 21:25:45.929 6553 6607 I flutter : #6 WidgetsBinding.handleAppLifecycleStateChanged (package:flutter/src/widgets/binding.dart:977)
12-30 21:25:45.929 6553 6607 I flutter : #7 ServicesBinding._handleLifecycleMessage (package:flutter/src/services/binding.dart:289)
12-30 21:25:45.929 6553 6607 I flutter : #8 BasicMessageChannel.setMessageHandler.<anonymous closure> (package:flutter/src/services/platform_channel.dart:235)
12-30 21:25:45.929 6553 6607 I flutter : #9 _DefaultBinaryMessenger.setMessageHandler.<anonymous closure> (package:flutter/src/services/binding.dart:622)
12-30 21:25:45.929 6553 6607 I flutter : #10 _invoke2 (dart:ui/hooks.dart:344)
12-30 21:25:45.929 6553 6607 I flutter : #11 _ChannelCallbackRecord.invoke (dart:ui/channel_buffers.dart:45)
12-30 21:25:45.929 6553 6607 I flutter : #12 _Channel.push (dart:ui/channel_buffers.dart:135)
12-30 21:25:45.929 6553 6607 I flutter : #13 ChannelBuffers.push (dart:ui/channel_buffers.dart:343)
12-30 21:25:45.929 6553 6607 I flutter : #14 PlatformDispatcher._dispatchPlatformMessage (dart:ui/platform_dispatcher.dart:758)
12-30 21:25:45.929 6553 6607 I flutter : #15 _dispatchPlatformMessage (dart:ui/hooks.dart:257)
12-30 21:25:45.929 6553 6607 I flutter :
12-30 21:25:45.930 6553 6553 D CompatibilityChangeReporter: Compat change id reported: 237531167; UID 10527; state: DISABLED
12-30 21:25:45.932 6553 6595 D NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::BpCustomFrequencyManager()
12-30 21:25:45.936 6553 6553 I InsetsController: onStateChanged: host=deckers.thibault.aves.profile/deckers.thibault.aves.MainActivity, from=android.view.ViewRootImpl.setView:1797, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2340), mDisplayCutout=DisplayCutout{insets=Rect(0, 76 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(515, 0 - 565, 76), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2340 physicalDisplayWidth=1080 physicalDisplayHeight=2340 density={2.8125} cutoutSpec={M 0,0 H -8.933333333333333 V 26.93333333333333 H 8.933333333333333 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=4, center=Point(4, 4)}, RoundedCorner{position=TopRight, radius=4, center=Point(1076, 4)}, RoundedCorner{position=BottomRight, radius=4, center=Point(1076, 2336)}, RoundedCorner{position=BottomLeft, radius=4, center=Point(4, 2336)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2340), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(964, 0 - 1080, 77) rotation=0}, mDisplayShape=DisplayShape{ spec=-1951251426 displayWidth=1440 displayHeight=3120 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {c6a50000 mType=statusBars mFrame=[0,0][1080,77] mVisible=true mFlags=[]}, InsetsSource: {c6a50005 mType=mandatorySystemGestures mFrame=[0,0][1080,108] mVisible=true mFlags=[]}, InsetsSource: {c6a50006 mType=tappableElement mFrame=[0,0][1080,77] mVisible=true mFlags=[]}, InsetsSource: {e6e70001 mType=navigationBars mFrame=[0,2214][1080,2340] mVisible=true mFlags=[]}, InsetsSource: {e6e70004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {e6e70005 mType=mandatorySystemGestures mFrame=[0,2214][1080,2340] mVisible=true mFlags=[]}, InsetsSource: {e6e70006 mType=tappableElement mFrame=[0,2214][1080,2340] mVisible=true mFlags=[]}, InsetsSource: {e6e70024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,76] mVisible=true mFlags=[]} }
12-30 21:25:45.937 6553 6553 I ***@***.***[MainActivity]: synced displayState. AttachInfo displayState=2
12-30 21:25:45.937 6553 6553 I ***@***.***[MainActivity]: setView = ***@***.*** TM=true
12-30 21:25:45.937 6553 6553 I IDS_TAG : Starting IDS observe window
12-30 21:25:45.937 6553 6553 I IDS_TAG : Getting Shared Preference for ***@***.*** uid = 10527
12-30 21:25:45.939 6553 6553 I IDS_TAG : App ***@***.*** has not finished training
12-30 21:25:45.942 6553 6553 D SessionLifecycleService: Service bound to new client on process 6553
12-30 21:25:45.943 6553 6553 I IDS_TAG : Closing IDS observe window
12-30 21:25:45.943 6553 6553 I IDS_TAG : Getting Shared Preference for ***@***.*** uid = 10527
12-30 21:25:45.943 6553 6553 I IDS_TAG : IDS count updated to 5 for ***@***.***
12-30 21:25:45.944 6553 6626 D SessionLifecycleService: App has not yet foregrounded. Using previously stored session.
12-30 21:25:45.944 6553 6626 D SessionLifecycleService: Client ***@***.*** bound at 130734017. Clients: 1
12-30 21:25:45.956 6553 6553 I ***@***.***: onWindowVisibilityChanged(0) true io.flutter.embedding.android.FlutterSurfaceView{78228f2 V.E...... ......I. 0,0-0,0} of ***@***.***[MainActivity]
12-30 21:25:45.956 6553 6553 D ***@***.***: 125970674 updateSurface: has no frame
12-30 21:25:45.970 6553 6553 E lt.aves.profile: Unable to open libpenguin.so: dlopen failed: library "libpenguin.so" not found.
12-30 21:25:45.970 6553 6553 I BufferQueueProducer: [](id:199900000000,api:0,p:1718773108,c:6553) setDequeueTimeout:2077252342
12-30 21:25:45.970 6553 6553 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= ***@***.***[MainActivity] mNativeObject= 0xb4000071b7e1d450 sc.mNativeObject= 0xb400007287e14650 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647
12-30 21:25:45.970 6553 6553 I BLASTBufferQueue_Java: update, w= 1080 h= 2340 mName = ***@***.***[MainActivity] mNativeObject= 0xb4000071b7e1d450 sc.mNativeObject= 0xb400007287e14650 format= -3 caller= android.graphics.BLASTBufferQueue.<init>:89 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437
12-30 21:25:45.970 6553 6553 I ***@***.***[MainActivity]: Relayout returned: old=(0,0,1080,2340) new=(0,0,1080,2340) relayoutAsync=false req=(1080,2340)0 dur=6 res=0x403 s={true 0xb400007247e47420} ch=true seqId=0
12-30 21:25:45.971 6553 6553 I ***@***.***[MainActivity]: performConfigurationChange setNightDimText nightDimLevel=0
12-30 21:25:45.971 6553 6553 D ***@***.***[MainActivity]: mThreadedRenderer.initialize() mSurface={isValid=true 0xb400007247e47420} hwInitialized=true
12-30 21:25:45.972 6553 6553 D ***@***.***: 125970674 updateSurface: has no frame
12-30 21:25:45.972 6553 6553 I ***@***.***: windowStopped(false) true io.flutter.embedding.android.FlutterSurfaceView{78228f2 V.E...... ......ID 0,0-1080,2214} of ***@***.***[MainActivity]
12-30 21:25:45.972 6553 6553 D ***@***.***: 125970674 updateSurface: has no frame
12-30 21:25:45.972 6553 6553 D ***@***.***[MainActivity]: reportNextDraw android.view.ViewRootImpl.performTraversals:4781 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699
12-30 21:25:45.972 6553 6553 I SurfaceView: 125970674 Changes: creating=true format=true size=true visible=true alpha=true hint=false visible=true left=true top=true z=false attached=true lifecycleStrategy=false
12-30 21:25:45.973 6553 6553 I BufferQueueProducer: [](id:199900000001,api:0,p:0,c:6553) setDequeueTimeout:2077252342
12-30 21:25:45.975 6553 6553 I BLASTBufferQueue_Java: update, w= 1080 h= 2214 mName = null mNativeObject= 0xb4000071b7e1e3f0 sc.mNativeObject= 0xb400007287e16210 format= 4 caller= android.view.SurfaceView.createBlastSurfaceControls:1518 android.view.SurfaceView.updateSurface:1194 android.view.SurfaceView.lambda$new$0:258 android.view.SurfaceView.$r8$lambda$cm3nmzErr-srXoT_KjIYQgdhFN0:0 android.view.SurfaceView$$ExternalSyntheticLambda2.onPreDraw:2 android.view.ViewTreeObserver.dispatchOnPreDraw:1204
12-30 21:25:45.975 6553 6553 I ***@***.***: 125970674 Cur surface: ***@***.***
12-30 21:25:45.975 6553 6553 I ***@***.***: pST: sr = Rect(0, 0 - 1080, 2214) sw = 1080 sh = 2214
12-30 21:25:45.975 6553 6553 D ***@***.***: 125970674 performSurfaceTransaction RenderWorker position = [0, 0, 1080, 2214] surfaceSize = 1080x2214
12-30 21:25:45.975 6553 6553 I ***@***.***: updateSurface: mVisible = true mSurface.isValid() = true
12-30 21:25:45.975 6553 6553 I ***@***.***: updateSurface: mSurfaceCreated = false surfaceChanged = true visibleChanged = true
12-30 21:25:45.975 6553 6553 I SurfaceView: 125970674 visibleChanged -- surfaceCreated
12-30 21:25:45.975 6553 6553 I ***@***.***: surfaceCreated 1 #8 io.flutter.embedding.android.FlutterSurfaceView{78228f2 V.E...... ......ID 0,0-1080,2214}
12-30 21:25:46.036 6553 6553 I SurfaceView: 125970674 surfaceChanged -- format=4 w=1080 h=2214
12-30 21:25:46.036 6553 6553 I ***@***.***: surfaceChanged (1080,2214) 1 #8 io.flutter.embedding.android.FlutterSurfaceView{78228f2 V.E...... ......ID 0,0-1080,2214}
12-30 21:25:46.036 6553 6553 I SurfaceView: 125970674 surfaceRedrawNeeded
12-30 21:25:46.036 6553 6553 I SurfaceView: 125970674 finishedDrawing
12-30 21:25:46.037 6553 6553 V ***@***.***: Layout: x=0 y=0 w=1080 h=2214, frame=Rect(0, 0 - 1080, 2214)
12-30 21:25:46.037 6553 6553 D WM-WorkerWrapper: Starting work for deckers.thibault.aves.AnalysisWorker
12-30 21:25:46.037 6553 6595 D OpenGLRenderer: HWUI - treat SMPTE_170M as sRGB
12-30 21:25:46.037 6553 6586 I d.t.a.AnalysisWorker: Start analysis worker 33dcabc6-194d-47a5-ba9d-af068eca0978
12-30 21:25:46.043 6553 6607 I flutter : dynamic_color: Core palette detected.
12-30 21:25:46.043 6553 6605 I WM-Processor: Moving WorkSpec (33dcabc6-194d-47a5-ba9d-af068eca0978) to the foreground
12-30 21:25:46.044 6553 6553 D ConnectivityManager: StackLog: [android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:4692)] [android.net.ConnectivityManager.registerDefaultNetworkCallbackForUid(ConnectivityManager.java:5381)] [android.net.ConnectivityManager.registerDefaultNetworkCallback(ConnectivityManager.java:5348)] [android.net.ConnectivityManager.registerDefaultNetworkCallback(ConnectivityManager.java:5322)] [dev.fluttercommunity.plus.connectivity.ConnectivityBroadcastReceiver.onListen(ConnectivityBroadcastReceiver.java:77)] [io.flutter.plugin.common.EventChannel$IncomingStreamRequestHandler.onListen(EventChannel.java:218)] [io.flutter.plugin.common.EventChannel$IncomingStreamRequestHandler.onMessage(EventChannel.java:197)] [io.flutter.embedding.engine.dart.DartMessenger.invokeHandler(DartMessenger.java:292)] [io.flutter.embedding.engine.dart.DartMessenger.lambda$dispatchMessageToQueue$0$io-flutter-embedding-engine-dart-DartMessenger(DartMessenger.java:319)] [io.flutter.embedding.engine.dart.DartMessenger$$ExternalSyntheticLambda0.run(D8$$SyntheticClass:0)]
12-30 21:25:46.047 6553 6553 D WM-SystemJobService: onStartJob for WorkGenerationalId(workSpecId=33dcabc6-194d-47a5-ba9d-af068eca0978, generation=0)
12-30 21:25:46.047 6553 6553 D SessionLifecycleClient: Connected to SessionLifecycleService. Queue size 1
12-30 21:25:46.047 6553 6585 D SessionLifecycleClient: Sending lifecycle 1 to service
12-30 21:25:46.047 6553 6626 D SessionLifecycleService: Activity foregrounding at 130734121.
12-30 21:25:46.047 6553 6626 D SessionLifecycleService: Cold start detected.
12-30 21:25:46.048 6553 6553 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=deckers.thibault.aves.profile/deckers.thibault.aves.MainActivity
12-30 21:25:46.049 6553 6626 D SessionLifecycleService: Generated new session.
12-30 21:25:46.049 6553 6626 D SessionLifecycleService: Broadcasting new session
12-30 21:25:46.049 6553 6553 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=deckers.thibault.aves.profile/deckers.thibault.aves.MainActivity
12-30 21:25:46.050 6553 6583 D SessionFirelogPublisher: Data Collection is enabled for at least one Subscriber
12-30 21:25:46.051 6553 6605 D WM-Processor: Work WorkGenerationalId(workSpecId=33dcabc6-194d-47a5-ba9d-af068eca0978, generation=0) is already enqueued for processing
12-30 21:25:46.052 6553 6608 I BLASTBufferQueue: ***@***.***#1](f:0,a:0,s:0) onFrameAvailable the first frame is available
12-30 21:25:46.053 6553 6553 D ***@***.***: 125970674 setAlpha: alpha=1.0
12-30 21:25:46.053 6553 6553 I SurfaceView: 125970674 Changes: creating=false format=false size=false visible=false alpha=true hint=false visible=false left=false top=false z=false attached=true lifecycleStrategy=false
12-30 21:25:46.053 6553 6553 I ***@***.***: 125970674 Cur surface: ***@***.***
12-30 21:25:46.053 6553 6553 I ***@***.***: updateSurface: mVisible = true mSurface.isValid() = true
12-30 21:25:46.053 6553 6553 I ***@***.***: updateSurface: mSurfaceCreated = true surfaceChanged = false visibleChanged = false
12-30 21:25:46.053 6553 6553 I SurfaceView: 125970674 surfaceRedrawNeeded
12-30 21:25:46.053 6553 6553 I SurfaceView: 125970674 finishedDrawing
12-30 21:25:46.053 6553 6553 V ***@***.***: Layout: x=0 y=0 w=1080 h=2214, frame=Rect(0, 0 - 1080, 2214)
12-30 21:25:46.053 6553 6607 I flutter : Device is connected=true
12-30 21:25:46.054 6553 6553 D SessionLifecycleClient: Session update received.
12-30 21:25:46.054 6553 6591 D SessionLifecycleClient: Notified CRASHLYTICS of new session 50da2826cc104804a2d0ebebb078d01f
12-30 21:25:46.055 6553 6590 D EventGDTLogger: Session Event Type: SESSION_START
12-30 21:25:46.055 6553 6590 D SessionFirelogPublisher: Successfully logged Session Start event.
12-30 21:25:46.058 6553 6553 I ***@***.***[MainActivity]: Setup new ***@***.***[MainActivity]#2
12-30 21:25:46.058 6553 6553 I ***@***.***[MainActivity]: Creating new active sync group ***@***.***[MainActivity]#3
--------- beginning of system
12-30 21:25:46.058 6553 6553 I SurfaceSyncGroup: ***@***.***[MainActivity]#3 to ***@***.***[MainActivity]#2, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345
12-30 21:25:46.058 6553 6553 I ***@***.***[MainActivity]: registerCallbacksForSync syncBuffer=false
12-30 21:25:46.059 6553 6595 D SurfaceView: 125970674 updateSurfacePosition RenderWorker, frameNr = 1, position = [0, 0, 1080, 2214] surfaceSize = 1080x2214
12-30 21:25:46.059 6553 6595 I ***@***.***: uSP: rtp = Rect(0, 0 - 1080, 2214) rtsw = 1080 rtsh = 2214
12-30 21:25:46.059 6553 6595 I ***@***.***: onSSPAndSRT: pl = 0 pt = 0 sx = 1.0 sy = 1.0
12-30 21:25:46.059 6553 6595 I ***@***.***: aOrMT: ***@***.***[MainActivity] t = ***@***.*** fN = 1 android.view.SurfaceView.-$$Nest$mapplyOrMergeTransaction:0 android.view.SurfaceView$SurfaceViewPositionUpdateListener.positionChanged:1667 android.graphics.RenderNode$CompositePositionUpdateListener.positionChanged:369
12-30 21:25:46.059 6553 6595 I ***@***.***[MainActivity]: mWNT: t=0xb4000070a7e269b0 mBlastBufferQueue=0xb4000071b7e1d450 fn= 1 mRenderHdrSdrRatio=1.0 caller= android.view.SurfaceView.applyOrMergeTransaction:1599 android.view.SurfaceView.-$$Nest$mapplyOrMergeTransaction:0 android.view.SurfaceView$SurfaceViewPositionUpdateListener.positionChanged:1667
12-30 21:25:46.060 6553 6622 I ***@***.***[MainActivity]: Received frameDrawingCallback syncResult=0 frameNum=1.
12-30 21:25:46.060 6553 6622 I ***@***.***[MainActivity]: mWNT: t=0xb4000070a7e257d0 mBlastBufferQueue=0xb4000071b7e1d450 fn= 1 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$8.onFrameDraw:13946 android.view.ThreadedRenderer$1.onFrameDraw:792 <bottom of call stack>
12-30 21:25:46.060 6553 6622 I ***@***.***[MainActivity]: Setting up sync and frameCommitCallback
12-30 21:25:46.063 6553 6595 I BLASTBufferQueue: ***@***.***[MainActivity]#0](f:0,a:0,s:0) onFrameAvailable the first frame is available
12-30 21:25:46.063 6553 6595 I ***@***.***[MainActivity]: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true
12-30 21:25:46.063 6553 6595 I SurfaceSyncGroup: onTransactionReady ***@***.***[MainActivity]#2 callback=185620242
12-30 21:25:46.063 6553 6595 D OpenGLRenderer: CFMS:: SetUp Pid : 6553 Tid : 6595
12-30 21:25:46.063 6553 6553 I ***@***.***[MainActivity]: reportDrawFinished seqId=0
12-30 21:25:46.064 6553 6553 I WM-SystemFgDispatcher: Started foreground service Intent { act=ACTION_START_FOREGROUND cmp=deckers.thibault.aves.profile/androidx.work.impl.foreground.SystemForegroundService (has extras) }
12-30 21:25:46.064 6553 6553 D WM-SystemFgDispatcher: Notifying with (id:1, workSpecId: 33dcabc6-194d-47a5-ba9d-af068eca0978, notificationType :1)
12-30 21:25:46.066 6553 6553 D WM-SystemFgDispatcher: Notifying with (id:1, workSpecId: 33dcabc6-194d-47a5-ba9d-af068eca0978, notificationType :1)
12-30 21:25:46.067 6553 6553 I NotificationManager: deckers.thibault.aves.profile: notify(1, null, Notification(channel=analysis shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x2 color=0x00000000 actions=1 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user
12-30 21:25:46.072 6553 6553 D ffmpeg-kit-flutter: FFmpegKitFlutterPlugin created ***@***.***
12-30 21:25:46.072 6553 6553 D ffmpeg-kit-flutter: FFmpegKitFlutterPlugin ***@***.*** attached to engine.
12-30 21:25:46.072 6553 6553 D ffmpeg-kit-flutter: FFmpegKitFlutterPlugin ***@***.*** initialised with context ***@***.***
12-30 21:25:46.072 6553 6553 I media_kit: package:media_kit_libs_android_video attached.
12-30 21:25:46.072 6553 6553 I media_kit: Saved application context.
12-30 21:25:46.081 6553 6607 I flutter : Device has Google Play Services=true
12-30 21:25:46.081 6553 6553 I ***@***.***[MainActivity]: handleWindowFocusChanged: 1 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0
12-30 21:25:46.082 6553 6553 D ***@***.***[MainActivity]: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb400007247e47420}
12-30 21:25:46.082 6553 6553 D InputMethodManagerUtils: startInputInner - Id : 0
12-30 21:25:46.082 6553 6553 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus
12-30 21:25:46.087 6553 6553 D InputMethodManagerUtils: startInputInner - Id : 0
12-30 21:25:46.091 6553 6553 I InsetsController: onStateChanged: host=deckers.thibault.aves.profile/deckers.thibault.aves.MainActivity, from=android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:7279, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2340), mDisplayCutout=DisplayCutout{insets=Rect(0, 76 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(515, 0 - 565, 76), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2340 physicalDisplayWidth=1080 physicalDisplayHeight=2340 density={2.8125} cutoutSpec={M 0,0 H -8.933333333333333 V 26.93333333333333 H 8.933333333333333 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=4, center=Point(4, 4)}, RoundedCorner{position=TopRight, radius=4, center=Point(1076, 4)}, RoundedCorner{position=BottomRight, radius=4, center=Point(1076, 2336)}, RoundedCorner{position=BottomLeft, radius=4, center=Point(4, 2336)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2340), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(964, 0 - 1080, 77) rotation=0}, mDisplayShape=DisplayShape{ spec=-1951251426 displayWidth=1440 displayHeight=3120 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {c6a50000 mType=statusBars mFrame=[0,0][1080,77] mVisible=true mFlags=[]}, InsetsSource: {c6a50005 mType=mandatorySystemGestures mFrame=[0,0][1080,108] mVisible=true mFlags=[]}, InsetsSource: {c6a50006 mType=tappableElement mFrame=[0,0][1080,77] mVisible=true mFlags=[]}, InsetsSource: {e6e70001 mType=navigationBars mFrame=[0,2214][1080,2340] mVisible=true mFlags=[]}, InsetsSource: {e6e70004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {e6e70005 mType=mandatorySystemGestures mFrame=[0,2214][1080,2340] mVisible=true mFlags=[]}, InsetsSource: {e6e70006 mType=tappableElement mFrame=[0,2214][1080,2340] mVisible=true mFlags=[]}, InsetsSource: {e6e70024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {3 mType=ime mFrame=[0,0][0,0] mVisible=false mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,76] mVisible=true mFlags=[]} }
12-30 21:25:46.091 6553 6553 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=deckers.thibault.aves.profile/deckers.thibault.aves.MainActivity
12-30 21:25:46.106 6553 6607 I flutter : App setup in 201ms
12-30 21:25:46.119 6553 6607 I flutter : Apply display refresh rate: auto
12-30 21:25:46.121 6553 6553 D PhoneWindow: forceLight changed to false [deckers.thibault.aves.profile/deckers.thibault.aves.MainActivity] from com.android.internal.policy.PhoneWindow.updateForceLightNavigationBar:4376 com.android.internal.policy.PhoneWindow.setNavigationBarColor:4067 io.flutter.plugin.platform.PlatformPlugin.setSystemChromeSystemUIOverlayStyle:488 io.flutter.plugin.platform.PlatformPlugin.access$700:36 io.flutter.plugin.platform.PlatformPlugin$1.setSystemUiOverlayStyle:123
12-30 21:25:46.123 6553 6553 D permissions_handler: No permissions found in manifest for: []15
12-30 21:25:46.125 6553 6553 I BLASTBufferQueue_Java: update, w= 1080 h= 2340 mName = ***@***.***[MainActivity] mNativeObject= 0xb4000071b7e1d450 sc.mNativeObject= 0xb400007287e14650 format= -3 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3074 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690
12-30 21:25:46.125 6553 6553 I ***@***.***[MainActivity]: Relayout returned: old=(0,0,1080,2340) new=(0,0,1080,2340) relayoutAsync=true req=(1080,2340)0 dur=0 res=0x0 s={true 0xb400007247e47420} ch=false seqId=0
12-30 21:25:46.125 6553 6553 I ***@***.***[MainActivity]: updateBoundsLayer: ***@***.*** sc=Surface(name=Bounds for - ***@***.******@***.*** frame=2
12-30 21:25:46.126 6553 6553 I SurfaceView: 125970674 Changes: creating=false format=false size=true visible=false alpha=false hint=false visible=false left=false top=false z=false attached=true lifecycleStrategy=false
12-30 21:25:46.126 6553 6553 I ***@***.***: 125970674 Cur surface: ***@***.***
12-30 21:25:46.126 6553 6553 I BLASTBufferQueue_Java: update, w= 1080 h= 2340 mName = null mNativeObject= 0xb4000071b7e1e3f0 sc.mNativeObject= 0xb400007287e16210 format= 4 caller= android.view.SurfaceView.setBufferSize:1439 android.view.SurfaceView.performSurfaceTransaction:995 android.view.SurfaceView.updateSurface:1211 android.view.SurfaceView.setFrame:559 android.view.View.layout:25782 android.widget.FrameLayout.layoutChildren:332
12-30 21:25:46.126 6553 6553 I ***@***.***: pST: sr = Rect(0, 0 - 1080, 2340) sw = 1080 sh = 2340
12-30 21:25:46.126 6553 6553 D ***@***.***: 125970674 performSurfaceTransaction RenderWorker position = [0, 0, 1080, 2340] surfaceSize = 1080x2340
12-30 21:25:46.126 6553 6553 I ***@***.***: updateSurface: mVisible = true mSurface.isValid() = true
12-30 21:25:46.126 6553 6553 I ***@***.***: updateSurface: mSurfaceCreated = true surfaceChanged = false visibleChanged = false
12-30 21:25:46.126 6553 6553 I SurfaceView: 125970674 surfaceChanged -- format=4 w=1080 h=2340
12-30 21:25:46.126 6553 6553 I ***@***.***: surfaceChanged (1080,2340) 1 #5 io.flutter.embedding.android.FlutterSurfaceView{78228f2 V.E...... ......ID 0,0-1080,2340}
12-30 21:25:46.129 6553 6553 I SurfaceView: 125970674 surfaceRedrawNeeded
12-30 21:25:46.130 6553 6553 I SurfaceView: 125970674 finishedDrawing
12-30 21:25:46.130 6553 6553 V ***@***.***: Layout: x=0 y=0 w=1080 h=2340, frame=Rect(0, 0 - 1080, 2340)
12-30 21:25:46.130 6553 6553 I ***@***.***[MainActivity]: registerCallbackForPendingTransactions
12-30 21:25:46.131 6553 6595 D SurfaceView: 125970674 updateSurfacePosition RenderWorker, frameNr = 2, position = [0, 0, 1080, 2340] surfaceSize = 1080x2340
12-30 21:25:46.131 6553 6595 I ***@***.***: uSP: rtp = Rect(0, 0 - 1080, 2340) rtsw = 1080 rtsh = 2340
12-30 21:25:46.131 6553 6595 I ***@***.***: onSSPAndSRT: pl = 0 pt = 0 sx = 1.0 sy = 1.0
12-30 21:25:46.131 6553 6595 I ***@***.***: aOrMT: ***@***.***[MainActivity] t = ***@***.*** fN = 2 android.view.SurfaceView.-$$Nest$mapplyOrMergeTransaction:0 android.view.SurfaceView$SurfaceViewPositionUpdateListener.positionChanged:1667 android.graphics.RenderNode$CompositePositionUpdateListener.positionChanged:369
12-30 21:25:46.131 6553 6595 I ***@***.***[MainActivity]: mWNT: t=0xb4000070a7e64910 mBlastBufferQueue=0xb4000071b7e1d450 fn= 2 mRenderHdrSdrRatio=1.0 caller= android.view.SurfaceView.applyOrMergeTransaction:1599 android.view.SurfaceView.-$$Nest$mapplyOrMergeTransaction:0 android.view.SurfaceView$SurfaceViewPositionUpdateListener.positionChanged:1667
12-30 21:25:46.131 6553 6623 I ***@***.***[MainActivity]: mWNT: t=0xb4000070a7e64390 mBlastBufferQueue=0xb4000071b7e1d450 fn= 2 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$6.onFrameDraw:5705 android.view.ViewRootImpl$2.onFrameDraw:2190 android.view.ThreadedRenderer$1.onFrameDraw:792
12-30 21:25:46.132 6553 6607 I flutter : Device is locked=false
12-30 21:25:46.139 6553 6607 I flutter : Access installed app inventory
12-30 21:25:46.140 6553 6607 I flutter : Report log=Intent data={page: null, filters: null, debug: false, explorerPath: null}
12-30 21:25:46.140 6553 6607 I flutter : failed to get Firebase Crashlytics instance with error=[core/no-app] No Firebase App '[DEFAULT]' has been created - call Firebase.initializeApp()
12-30 21:25:46.140 6553 6607 I flutter : #0 MethodChannelFirebase.app (package:firebase_core_platform_inter
|
Ok i got it. There a an old Periscope video saved, i just deleted it and
now it seems to be fine!
Thank you!
…On Tue, Dec 31, 2024, 1:31 AM Thibault Deckers ***@***.***> wrote:
Thanks for trying.
The linked build has a debug shortcut to save the log file. It's
different from the regular log files exported via the bug report section in
the standard release. Here is a screenshot showing the debug shortcut:
aves_977_3_shortcut.png (view on web)
<https://github.com/user-attachments/assets/d4620e09-b6e1-4240-b2a7-6491113b2df5>
With that debug shortcut, it should prompt you to save the file right
from the launch, you shouldn't have to navigate or go through menus. And
the prompt should show a log file name like aves_issue977_...:
aves_977_4_log_save.png (view on web)
<https://github.com/user-attachments/assets/e9deb0f3-19fd-43da-a2f8-5efcfc1be305>
Did you follow that shortcut? Did it prompt you to save a file with that
name?
—
Reply to this email directly, view it on GitHub
<#1368 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BOBYR5P3C32BT3G3UOPFCVL2IJQARAVCNFSM6AAAAABULCWX36VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRWGI4DGMBXGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I wish I could get my hands on the video so I could find the issue and fix it for everybody. Do you still have it somewhere else (or in the trash)? |
I tried uploaded the files or folders. Here's a screen recording of what happens when i try via this website and another via web dropbox (it closes chrome) Screen_Recording_20250102_080910_Gallery.mp4 |
Maybe you can share it via WeTransfer: |
I made them into a zip file |
Thank you! I can reproduce the crash with your samples. |
For reference, here is one of the problematic files: The crash happens in |
…ata fetch; info: show video chapters
Describe the bug
A clear and concise description of what the bug is.
App crashes within a few seconds of opening
To Reproduce
Steps to reproduce the behavior:
Simply opening the app at all, first noticed yesterday when scrolling but today wont even do that
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots or screen recordings to help explain your problem. If they are too private for this public space, feel free to send them by email.
System information and logs:
In the app, there are instructions in the
About
page >Bug Report
section. After following them, paste here your system information and attach your logs.Package: deckers.thibault.aves
Installer: com.android.vending
Aves version: 1.12.0-play, build 140
Flutter: stable 3.27.1
Android version: 14, API 34
Android build: UP1A.231005.007.S928U1UES4AXKF
Device: samsung SM-S928U1
Support: dynamic colors=true, geocoder=true, HDR=true
Mobile services: ready
Connectivity: wifi
System locales: en_US
Storage volumes: /storage/emulated/0/
Storage grants: /storage/emulated/0/Sorted albums/, /storage/emulated/0/Pictures/, /storage/emulated/0/DCIM/, /storage/emulated/0/Android/media/
Error reporting: [true](url
aves-logs-20241229_115144.txt
)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: