commit | 3be47af25aba7720b3e4f6f085c362fb2a08399d | [log] [tgz] |
---|---|---|
author | Sravan Voleti <sravankumar@codeaurora.org> | Wed Nov 14 16:30:40 2018 +0530 |
committer | Sravan Voleti <sravankumar@codeaurora.org> | Wed Nov 14 17:12:14 2018 +0530 |
tree | df739fc84a0b2442e3ef3f0dfac67ebd6cb7eb8b | |
parent | 8b70fea6090f21715e694fb2a1dd45f33128bcd4 [diff] |
Bluetooth: Prevent NPE during automation Use case: 1) start OppLauncher activity or PbapActivity using adb shell command Failure: "Unfortunately, Bluetooth share has stopped" error comes. Root cause: Observed NPE because of no action was supplied during opening activity. Fix: Add NULL check before process action value to prevent force close in profile. CRs-Fixed: 2349852 Change-Id: Ic9cc8079fd2c1c8b82c5b5062f253828483ed7e9