android-vision icon indicating copy to clipboard operation
android-vision copied to clipboard

app restarts when ChimeraCfgMgr updates the native module

Open dr0-dev opened this issue 3 years ago • 0 comments

This is the log:

ChimeraCfgMgr: Updating module config: ads_fdr:2108905005120000,container:2112139120304+vision.barcode,enpromo:2115040025120000,measurement:2185120000 -> ads_fdr:2108905005120000,container:2112139120304+vision.barcode,enpromo:2115040025120000
BroadcastQueue: Background execution not allowed: receiving Intent { act=com.google.android.chimera.MODULE_CONFIGURATION_CHANGED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentInternalReceiver
ChimeraCfgMgr: Sending com.google.android.chimera.IntentOperation.NEW_MODULE Intents: 1,false,true
GmsDebugLogger: [46] ads_fdr:2108905005120000,container:2112139120304+vision.barcode,enpromo:2115040025120000,measurement:2185120000
ProcessStats: Tracking association SourceState{adb92ee my.package/10194 Top #14619} whose proc state 1 is better than process ProcessState{ec088d4 com.google.android.gms.persistent/10068 pkg=com.google.android.gms} proc state 2 (7 skipped)
ChimeraConfigurator: Checking 1 listeners. All downloaded: false
GmsDebugLogger: [83] 1 []
NSLocationManager_FLP: getGPSUsingApps, NO_FREEZE={5013}/ FREEZE={}
ChimeraCfgMgr: Received com.google.android.chimera.IntentOperation.NEW_MODULE(1/0): 1,false
ChimeraModuleLdr: Module config changed, forcing restart due to module com.google.android.gms.measurement.dynamite
Process : Sending signal. PID: 7496 SIG: 9
ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1088 android.content.ContextWrapper.sendBroadcast:454 Fa.a.a:18 Va.g.a:1 com.sec.android.sdhms.common.d.x:4 [0m
InputDispatcher: channel '770321b my.package/MyActivity (server)' ~ Consumer closed input channel or an error occurred.  events=0x9, fd=441
InputDispatcher: channel '770321b my.package/MyActivity (server)' ~ Channel is unrecoverably broken and will be disposed!

from what I understand, Chimera updated the android-vision module and then closed my app because my app uses it. Is there any way to prevent this?

dr0-dev avatar Apr 30 '21 09:04 dr0-dev