History log of /packages/services/Telephony/src/com/android/phone/DumpsysHandler.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c890531fe977852dd19fc920b7719a03f3a31b3e 28-Mar-2017 Ta-wei Yen <twyen@google.com> Remove visual voicemail in telephony

This CL deletes all visual voicemail client code in telephony service,
including settings.

The rest of the VVM code (filter settings and VisualVoicemailService
handler) is moved to com.android.phone.vvm.

Bug: 36173451
Bug: 35811769
Fixes: 36173451
Fixes: 35811769
Test: smoke test/legacy voicemail, voicemail settings
Change-Id: I4b0bdae28ffb1fce173dfb6aea26e2b06308f106
/packages/services/Telephony/src/com/android/phone/DumpsysHandler.java
99282e0eb8f04d03c9464bea94fa2d8959edbd13 22-Jun-2016 Ta-wei Yen <twyen@google.com> Log visual voicemail to LocalLog

Up to 100 entries of visual voicemail log will be preserved and dumped
into the bug report. The status of the config will also be dumped.

Sample output:
https://paste.googleplex.com/4537194828005376

Fixes: 29517754
Change-Id: I9c460a6544f3b834009667e2eefb863735f82f9a
/packages/services/Telephony/src/com/android/phone/DumpsysHandler.java
c236d6b7ad95481ec831905c15e563498d65dc3e 21-Jun-2016 Ta-wei Yen <twyen@google.com> Add dumpsys handler for telephony

Overriding dump() in the binder is required to make "dumpsys phone"
work. Currently only visual voicemail local log is dumped.

Bug: 29517754
Change-Id: I01f655940ca55915c0af1ff45a586a19f59ab5ef
/packages/services/Telephony/src/com/android/phone/DumpsysHandler.java