Added device-based geo-fencing debug info support
Added debug information support for DBGF. Follow the steps below
to see the debug info.
1. Dial *#*#CMAS#*#* in the dialer to enable cell broadcast testing
mode on a debug build.
2. Go to emergency alert settings->emergency alert history
3. On the right-upper corner, choose "show all messages".
4. Long press on the message and select show message details.
Test: Manual
Bug: 144152683
Merged-In: I791a8a482705ff2fd53f77a56c02969f020f888d
Change-Id: I791a8a482705ff2fd53f77a56c02969f020f888d
(cherry picked from commit b670fbd0fe)
This commit is contained in:
@@ -586,6 +586,7 @@ public final class SmsCbMessage implements Parcelable {
|
||||
cv.put(CellBroadcasts.SERIAL_NUMBER, getSerialNumber());
|
||||
cv.put(CellBroadcasts.SERVICE_CATEGORY, getServiceCategory());
|
||||
cv.put(CellBroadcasts.LANGUAGE_CODE, getLanguageCode());
|
||||
cv.put(CellBroadcasts.DATA_CODING_SCHEME, getDataCodingScheme());
|
||||
cv.put(CellBroadcasts.MESSAGE_BODY, getMessageBody());
|
||||
cv.put(CellBroadcasts.MESSAGE_FORMAT, getMessageFormat());
|
||||
cv.put(CellBroadcasts.MESSAGE_PRIORITY, getMessagePriority());
|
||||
|
||||
Reference in New Issue
Block a user