summaryrefslogtreecommitdiff
path: root/telecomm/java/android/telecom/Logging/Runnable.java
AgeCommit message (Collapse)Author
2016-11-16Readability improvements in LoggingBrad Ebinger
We now truncate Session method paths and IDs based on the Logging level to improve Session Logging readability in logcat. If another external session is started off of an existing external Session, the preceding histories are replaced with "..." so that the Session information is not overwhelming. Bug: 26571395 Test: Unit Tests and manual tests pass Change-Id: I9ffda3d64f1072fa6228a82a86116a5e47d18c96
2016-10-11Switch on android.telecom.Log in TelecomBrad Ebinger
Move over the Runnable Class into android.telecom and turn on the framework's usage in Telecom. Test: All Telecom unit tests pass. Manual Log testing has also been confirmed to be working as it did before. Bug: 26571395 Change-Id: If7e2036c746c5a953f3a77e2d625a423ce5bf8f3