commit | 274eec31d0d4942ddb1fca06d0ef1de638bf8eef | [log] [tgz] |
---|---|---|
author | Jiangyou Li <jiangyou.li@unisoc.com> | Fri Dec 08 15:40:43 2023 +0800 |
committer | jiangyou li <jiangyou.li@unisoc.com> | Thu Dec 14 05:26:45 2023 +0000 |
tree | 252ca3f33f5baeba13198966401e4ac773dd6978 | |
parent | 6106318ca75008612bfb971255a4771b7135a081 [diff] |
Fix NPE in BootReceiver BootReceiver is depend on DropboxManagerService. If native crash occured before DropboxManagerService start, BootReceiver.addTombstoneToDropBox will occus NPE due to DropboxManager is null. So it need delay watch the tombstone file. Change-Id: I188f18663ac6966d82b97b77e8fed72238adf683