OSDN Git Service

Add toString() method to PhysicalChannelConfig
authorNathan Harold <nharold@google.com>
Tue, 24 Apr 2018 22:41:17 +0000 (15:41 -0700)
committerNathan Harold <nharold@google.com>
Wed, 16 May 2018 19:00:34 +0000 (12:00 -0700)
commit2636dd435a7054b3101b041ef1570573c04afe96
tree6d6d60cf55d5f5d91fc7b158f5b4640c49538b37
parentc9bad6ef7aa2448c58d94791032c0b66fdbd9120
Add toString() method to PhysicalChannelConfig

We need to be able to print the PhysicalChannelConfig
for debugging/dumping, so adding a toString() method
to print in a format that we can easily digest and
is consistent with other Telephony log formatting.

Bug: 78791811
Test: manual / TelephonyDebugMenu
Change-Id: Ieb12f78a821369072ca9f03d28b28759836f84b4
telephony/java/android/telephony/PhysicalChannelConfig.java