My application has restarted, the log shows ChimeraModuleLdr: the configuration of the module is changed, causing a restart due to the module

I tested my application and I saw how it rebooted, it was really strange. I looked and looked at magazines, and I could not find anything strange except this line ChimeraModuleLdr: Module config changed, forcing restart due to module. This is on a Pixel XL with Oreo.

Here are the last few lines of the magazine and the launch of the application after its death.

10-18 22:49:31.262  8379  8379 I ChimeraModuleLdr: Module config changed, forcing restart due to module 
10-18 22:49:31.262  8379  8379 I Process : Sending signal. PID: 8379 SIG: 9
--------- beginning of main
10-18 22:49:31.641 13717 13717 I MultiDex: VM with version 2.1.0 has multidex support
10-18 22:49:31.641 13717 13717 I MultiDex: install
10-18 22:49:31.641 13717 13717 I MultiDex: VM has multidex support, MultiDex support library is disabled.

Any idea what caused this?

+4
source share
1 answer

ChimeraModule (or Dynamite) seems to be the dynamic module loading system used by Google Play services (more info here ).

, Google Play, , , .

+1

Source: https://habr.com/ru/post/1687947/


All Articles