commit | 7dbdce4381c3e888b0f73393744274f7c74eaf2b | [log] [tgz] |
---|---|---|
author | Sravan voleti <sravankumar@codeaurora.org> | Wed Jun 12 13:06:48 2019 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Jun 12 00:39:15 2019 -0700 |
tree | 1f0eb3274765313214b3d30d8a4b97b1390b3339 | |
parent | 669631a03344e6147346c073f1f5105e2d655605 [diff] |
Bluetooth: Handle IllegalStateException during start service. Use case: During BT on and OFF use cases Failure: "Unfortunately, BATestApp has stopped" error comes. Root cause: Observed IllegalStateException during start service because of app is in background(uncached). Fix: Add catch block to avoid FATAL exception in BA test app. CRs-Fixed: 2454925 Change-Id: I41b8d4bd27fa1f2569aed1961387742894f9f025