0% found this document useful (0 votes)
21 views1 page

Samsung SettingsProvider Runtime Error Log

The document details a runtime exception occurring in the SettingsProvider of a Samsung Android application during its initialization. It includes logs indicating the migration of legacy settings and checks for the existence of necessary files, concluding that no migration is needed as the latest version is already in use. The process completes without further issues for User 0.

Uploaded by

X-one Sowhat
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views1 page

Samsung SettingsProvider Runtime Error Log

The document details a runtime exception occurring in the SettingsProvider of a Samsung Android application during its initialization. It includes logs indicating the migration of legacy settings and checks for the existence of necessary files, concluding that no migration is needed as the latest version is already in use. The process completes without further issues for User 0.

Uploaded by

X-one Sowhat
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

04-11 14:27:56:444 SettingsProvider :

onCreate(com.android.providers.settings.SettingsProvider@2bfda1d)
java.lang.RuntimeException
at
com.samsung.android.providers.settings.LogMsg.writeCallStackLog(LogMsg.java:53)
at
com.android.providers.settings.SettingsProvider.onCreate(SettingsProvider.java:503)
at android.content.ContentProvider.attachInfo(ContentProvider.java:2516)
at android.content.ContentProvider.attachInfo(ContentProvider.java:2486)
at android.app.ActivityThread.installProvider(ActivityThread.java:8220)
at
android.app.ActivityThread.installContentProviders(ActivityThread.java:7728)
at
android.app.ActivityThread.installSystemProviders(ActivityThread.java:8407)
at
com.android.server.am.ContentProviderHelper.installSystemProviders(ContentProviderH
elper.java:1408)
at com.android.server.SystemServer.startOtherServices(SystemServer.java:2061)
at com.android.server.SystemServer.run(SystemServer.java:1225)
at com.android.server.SystemServer.main(SystemServer.java:946)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:571)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1113)
04-11 14:27:56:451 SettingsProvider : new SettingsRegistry
(com.android.providers.settings.SettingsProvider$SettingsRegistry@5f6b7de)
04-11 14:27:56:462 SettingsProvider : Start migrateAllLegacySettingsIfNeeded()
04-11 14:27:56:464 SettingsProvider : Check Whether Global File or Backup file
exist
04-11 14:27:56:465 SettingsProvider : There're one of File (or Backup file) for
Global. Migration no needed. Finish migrateAllLegacySettingsIfNeeded()
04-11 14:27:56:474 SettingsProvider : Call
migrateLegacySettingsForUserIfNeededLocked()
04-11 14:27:56:475 SettingsProvider : Check Whether System/Secure Files or Backup
files exist
04-11 14:27:56:477 SettingsProvider : There're one of File (or Backup file) for
System or Secure. Migration no needed. Finish
migrateLegacySettingsForUserIfNeededLocked()
04-11 14:27:56:509 SettingsProvider : Start upgradeIfNeededLocked() for User 0
04-11 14:27:56:510 SettingsProvider : Current version is Latest version. Finish
upgradeIfNeededLocked() for User 0

You might also like