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

microg companion crashes with unexpected field encoding #2739

Open
benwaffle opened this issue Jan 8, 2025 · 0 comments
Open

microg companion crashes with unexpected field encoding #2739

benwaffle opened this issue Jan 8, 2025 · 0 comments
Labels

Comments

@benwaffle
Copy link

Describe the bug
Unfortunately I don't know how to reproduce it. All I know is that MicroG companion crashed with the following stack trace.

System
Android Version: 15
Custom ROM: CalyxOS 6.2.3

Additional context

FATAL EXCEPTION: main
Process: com.android.vending, PID: 20222
java.net.ProtocolException: Unexpected field encoding: 6
	at com.squareup.wire.ProtoReader.skipGroup(SourceFile:58)
	at com.squareup.wire.ProtoReader.nextTag(SourceFile:84)
	at com.google.android.finsky.ExpressFilePB$Companion$ADAPTER$1.decode(SourceFile:15)
	at com.squareup.wire.ProtoAdapter.decode(SourceFile:1)
	at com.google.android.finsky.IntegrityExtensionsKt$updateExpressSessionTime$2.invokeSuspend(SourceFile:42)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(Unknown Source:8)
	at kotlinx.coroutines.DispatchedTask.run(Unknown Source:96)
	at androidx.fragment.app.Fragment$4.run(SourceFile:13)
	at kotlinx.coroutines.scheduling.TaskImpl.run(Unknown Source:2)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(SourceFile:92)
	Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@6fa3a94, Dispatchers.Main.immediate]
@benwaffle benwaffle added the bug label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant