commit | 3a1513de4ca850368cbe47212604a38e780450d9 | [log] [tgz] |
---|---|---|
author | Harshit Mahajan <harshitmahajan@google.com> | Mon Sep 16 15:42:39 2024 +0000 |
committer | Harshit Mahajan <harshitmahajan@google.com> | Wed Sep 18 15:55:44 2024 +0000 |
tree | 9f041bfb71a60cca589983304ba88d2c93fd7ecb | |
parent | 26ac657571dbdaee04655def2303c8b626f5f686 [diff] |
Moving away from LocalIntentReceiver We cannot use LocalIntentReceiver from the new module. It is not possible to copy the functionality to module due to hidden APIs. Refactoring to use PendingIntent and BroadcastReciver instead. Test: atest CrashRecoveryTest; verified that rollback happens and WatchdogRollbackLogger are correct Bug: 289203818 Flag: android.crashrecovery.flags.refactor_crashrecovery Change-Id: I5d9cd74e7f7d3c7d8906a871ec5686bd8307a36a