OSDN Git Service

Add RIL_UNSOL_MODEM_RESTART message
authorNaveen Kalla <mrnaveen@google.com>
Wed, 14 Sep 2016 20:53:54 +0000 (13:53 -0700)
committerJack Yu <jackyu@google.com>
Fri, 12 May 2017 20:57:19 +0000 (13:57 -0700)
commitd9b212630c521d0d5ec1a529a6d453fdf6f31a36
tree68395486d768acc4b33d39e5d0aa51027270b45d
parentc876eece687f0dd14dfba25b1a3de1e5745003d9
Add RIL_UNSOL_MODEM_RESTART message

RIL_UNSOL_MODEM_RESTART will be sent by vendor RILs when it detects
a modem restart along with the reason for restart which could be a
crash signature if the modem restarted due to a crash or a some
other string such as a user-initiated restart or AT command
initiated restart.

Test: Manual
Merged-In: Idf08e20a49e82d40f6aa0854d23384c35c2efc3a
Change-Id: Idf08e20a49e82d40f6aa0854d23384c35c2efc3a
telephony/java/com/android/internal/telephony/RILConstants.java