summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator.cpp
diff options
context:
space:
mode:
authorJakub Pawlowski <jpawlowski@google.com>2017-08-17 07:19:12 -0700
committerJakub Pawlowski <jpawlowski@google.com>2017-08-17 07:36:37 -0700
commitf7bd6b26c73b7ea0bbfd00b75c23895eca281aff (patch)
treed402dabf52b2390edde7e3fc308293dabe0ac53c /tools/aapt2/java/JavaClassGenerator.cpp
parent42d3eadb37a8788d62bc9dedfa9f4cb37f2a88d7 (diff)
Bluetooth: Fix startAdvertisingSet error handling
Calls to old advertising API (startAdvertising), should never throw exceptions. Instead, it used to post failure callback. This behaviour was accidentally modified when implementing new API. Right now, instead of posting error callback, we throw IllegalArgumentException if we fail to obtain BluetoothGatt object, or the call to startAdvertisingSet fails. This patch brings back the old behaviour to the API. It also makes new API post callback instead of throwing exception in this error case. Bug: 63819108 Test: manual Change-Id: I897b99839f899ca3f3dc609918d665c8c327b777
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator.cpp')
0 files changed, 0 insertions, 0 deletions