Thanks to visit codestin.com
Credit goes to www.scribd.com

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

Settings Provider

The document logs a runtime exception occurring in the SettingsProvider during its creation process. It details the migration and upgrade processes for user settings, indicating that no migration is needed for both User 0 and User 95 as they are already at the latest version. The log captures the sequence of method calls leading to the exception and the subsequent checks for legacy settings migration.

Uploaded by

meddah lahssen
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)
6 views1 page

Settings Provider

The document logs a runtime exception occurring in the SettingsProvider during its creation process. It details the migration and upgrade processes for user settings, indicating that no migration is needed for both User 0 and User 95 as they are already at the latest version. The log captures the sequence of method calls leading to the exception and the subsequent checks for legacy settings migration.

Uploaded by

meddah lahssen
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
You are on page 1/ 1

02-13 14:23:40:004 SettingsProvider :

onCreate(com.android.providers.settings.SettingsProvider@9bc084)
java.lang.RuntimeException
at
com.samsung.android.providers.settings.LogMsg.writeCallStackLog(LogMsg.java:53)
at
com.android.providers.settings.SettingsProvider.onCreate(SettingsProvider.java:516)
at android.content.ContentProvider.attachInfo(ContentProvider.java:2700)
at android.content.ContentProvider.attachInfo(ContentProvider.java:2670)
at android.app.ActivityThread.installProvider(ActivityThread.java:8484)
at
android.app.ActivityThread.installContentProviders(ActivityThread.java:7989)
at
android.app.ActivityThread.installSystemProviders(ActivityThread.java:8666)
at
com.android.server.am.ContentProviderHelper.installSystemProviders(ContentProviderH
elper.java:1487)
at com.android.server.SystemServer.startOtherServices(SystemServer.java:2135)
at com.android.server.SystemServer.run(SystemServer.java:1296)
at com.android.server.SystemServer.main(SystemServer.java:1007)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1081)
02-13 14:23:40:008 SettingsProvider : new SettingsRegistry
(com.android.providers.settings.SettingsProvider$SettingsRegistry@876f18f)
02-13 14:23:40:019 SettingsProvider : Start migrateAllLegacySettingsIfNeeded()
02-13 14:23:40:021 SettingsProvider : There're one of File (or Backup file) for
Global. Migration no needed. Finish migrateAllLegacySettingsIfNeeded()
02-13 14:23:40:030 SettingsProvider : Call
migrateLegacySettingsForUserIfNeededLocked() for User 0
02-13 14:23:40:031 SettingsProvider : There're one of File (or Backup file) for
System or Secure. Migration no needed. Finish
migrateLegacySettingsForUserIfNeededLocked()
02-13 14:23:40:056 SettingsProvider : Start upgradeIfNeededLocked() for User 0
02-13 14:23:40:057 SettingsProvider : Current version is Latest version. Finish
upgradeIfNeededLocked() for User 0
02-13 14:23:40:064 SettingsProvider : Call
migrateLegacySettingsForUserIfNeededLocked() for User 95
02-13 14:23:40:065 SettingsProvider : There're one of File (or Backup file) for
System or Secure. Migration no needed. Finish
migrateLegacySettingsForUserIfNeededLocked()
02-13 14:23:40:071 SettingsProvider : Start upgradeIfNeededLocked() for User 95
02-13 14:23:40:071 SettingsProvider : Current version is Latest version. Finish
upgradeIfNeededLocked() for User 95

You might also like