OSDN Git Service

Add a Telephony Debug Surface
authorNathan Harold <nharold@google.com>
Mon, 14 Jan 2019 20:00:06 +0000 (12:00 -0800)
committerNathan Harold <nharold@google.com>
Mon, 4 Feb 2019 22:34:48 +0000 (14:34 -0800)
commit948195bb011e4368a2b3dd33286e6d7aa2dd0792
tree46553ad49c839f61e2bcae4a1728c1c262195b4e
parent3d834a0e692d5bec9874ff8d87ac8be84d741eab
Add a Telephony Debug Surface

This commit adds a small surface to allow telephony
to generate events for an external logger to capture
and use to take action such as gathering bugreports
or proprietary logs.

The event-IDs are considered non-stable, so they may
change from release to release or device to device.

Bug: 120941729
Test: manually tested by modifying Settings. Further
      tests will require the creation of a package
      that has READ_PRIVILEGED_PHONE_STATE.
Change-Id: I6360dab2d997d518ebd5f38a72fe88801e693bb7
api/system-current.txt
telephony/java/android/telephony/DebugEventReporter.java [new file with mode: 0644]
telephony/java/android/telephony/TelephonyManager.java