Loading packages/SettingsProvider/src/com/android/providers/settings/SettingsState.java +1 −1 Original line number Diff line number Diff line Loading @@ -1127,7 +1127,7 @@ final class SettingsState { Slog.i(LOG_TAG, "[PERSIST END]"); } } catch (Throwable t) { Slog.wtf(LOG_TAG, "Failed to write settings, restoring old file", t); Slog.e(LOG_TAG, "Failed to write settings, restoring old file", t); if (t instanceof IOException) { if (t.getMessage().contains("Couldn't create directory")) { if (DEBUG) { Loading Loading
packages/SettingsProvider/src/com/android/providers/settings/SettingsState.java +1 −1 Original line number Diff line number Diff line Loading @@ -1127,7 +1127,7 @@ final class SettingsState { Slog.i(LOG_TAG, "[PERSIST END]"); } } catch (Throwable t) { Slog.wtf(LOG_TAG, "Failed to write settings, restoring old file", t); Slog.e(LOG_TAG, "Failed to write settings, restoring old file", t); if (t instanceof IOException) { if (t.getMessage().contains("Couldn't create directory")) { if (DEBUG) { Loading