Merge "Add half watchdogs to dropbox and make the watchdog timeout configurable."

This commit is contained in:
Olivier Gaillard
2022-02-07 12:05:41 +00:00
committed by Android (Google) Code Review
4 changed files with 262 additions and 121 deletions

View File

@@ -1504,6 +1504,10 @@ public final class SystemServer implements Dumpable {
SQLiteCompatibilityWalFlags.reset();
t.traceEnd();
t.traceBegin("UpdateWatchdogTimeout");
Watchdog.getInstance().registerSettingsObserver(context);
t.traceEnd();
// Records errors and logs, for example wtf()
// Currently this service indirectly depends on SettingsProvider so do this after
// InstallSystemProviders.