OSDN Git Service

Support backward compatibility of new LAST_CALL_FAIL_CAUSE
authorSungmin Choi <sungmin.choi@lge.com>
Wed, 1 Jul 2015 07:22:46 +0000 (16:22 +0900)
committerChao Liu <yjl@google.com>
Mon, 6 Jul 2015 19:52:00 +0000 (12:52 -0700)
commita408c25e93fba444995af1ec8070802fb7662495
tree965f383c6bed2c1ef3c8a9f2672a6a0155455959
parent548a81ee5d5d2cb58925ce62564ac9dfbb90431c
Support backward compatibility of new LAST_CALL_FAIL_CAUSE

Previous fail cause returns integer array. New fail cuase returns integer and
string. RIL framework uses just integer as causeCode.
To support backward compatibility, returns integer instead of integer array
as causeCode.

Bug: 22204818
Change-Id: I77ca55d99a44d129cf401743c34c03754f38dde2
libril/ril.cpp