OSDN Git Service

batteryservice: Native client read exception returned from getProperty
authorPaul Lawrence <paullawrence@google.com>
Wed, 19 Mar 2014 21:47:29 +0000 (14:47 -0700)
committerTodd Poynor <toddpoynor@google.com>
Fri, 21 Mar 2014 19:22:37 +0000 (19:22 +0000)
commit0a32461524f55697cdc49baa5c26c95839f4b52a
treea37b21c43bb3f491bbd529a75148829fb95ebc0a
parentb898440c99bc3800b427f166d12b003e8aa534e2
batteryservice: Native client read exception returned from getProperty

C++ binder client for IBatteryPropertiesRegistrar interface getProperty method
fails to read the exception code returned by the server.  Add the missing read of the exception code.

Bug: 11985952
Change-Id: I8a9b145160aafbcf9976e6c5ba9fcb883126a5e3
services/batteryservice/IBatteryPropertiesRegistrar.cpp