You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chromium, Calculator, Messaging, Work profile never get backup status recorded, because the system doesn't call the normal API callbacks. We only see this in the log:
/** * Indicates that backup is either not enabled at all or * backup for the package was rejected by backup service * or backup transport, * * @hide */@SystemApipublicstaticfinalintERROR_BACKUP_NOT_ALLOWED = -2001;
May be related to D2D of system apps. Strange, that I saw this as an intermittent error for bromite as well in CI integration tests.
Chromium, Calculator, Messaging, Work profile never get backup status recorded, because the system doesn't call the normal API callbacks. We only see this in the log:
Best start for debugging this is recompiling AOSP with more verbose DEBUG logging enabled and see if anything gets logged there to give a clue.
The text was updated successfully, but these errors were encountered: