History log of /packages/apps/InCallUI/src/com/android/incallui/Log.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6cddf46812634fadc194830774110780f14e9462 13-Sep-2014 Tyler Gunn <tgunn@google.com> Renaming Telecomm to Telecom.

- Changing package from android.telecomm to android.telecom
- Changing package from com.android.telecomm to
com.android.server.telecomm.
- Renaming TelecommManager to TelecomManager.

Bug: 17364651
Change-Id: Ie5ae18f51baa5da2eb9793785ad0c9d83b6343d1
/packages/apps/InCallUI/src/com/android/incallui/Log.java
635e903d0887471b1747e7164948932a5b4c38bb 06-Sep-2014 Jay Shrauner <shrauner@google.com> Use framework scheme definitions

Use PhoneAccount defined values for SCHEME_{TEL, SIP, VOICEMAIL}.

Bug:17398074
Change-Id: Icd841240929a7531e3c7a93021fc19f7620f2cc6
/packages/apps/InCallUI/src/com/android/incallui/Log.java
470f82a9a7d33086c34e9f14d519307c14911761 04-Sep-2014 Yorke Lee <yorkelee@google.com> Protect phonenumbers with Log.pii

Bug: 17329799
Change-Id: Ie9fff13e887fcfa2950be047f77205d4bc5a2e66
/packages/apps/InCallUI/src/com/android/incallui/Log.java
8e64fce150b131468942087a59b5f6fd3c295562 09-Jul-2014 Makoto Onuki <omakoto@google.com> Use enterprise caller-id in incall.

- Use PhoneLookup.ENTERPRISE_CONTENT_FILTER_URI for caller-id.

- Removed a bunch of unused code.

- Renamed fields that will have different semantics. e.g. contactId now will be
0 and lookupUri null for corp contacts.

- Simplify the sip caller-id lookup. The regular caller-id lookup can also
do SIP. The original code (http://ag/70555) was written before CP2 supported
it (http://ag/147367). This needs QAing.

- Instead of passing around a contact-id to later load a contact picture,
use the picture URI returned from the API.

Bug 15779911

Change-Id: Ia755b9079d03d9236f824c2f1102a6fa902b2097
/packages/apps/InCallUI/src/com/android/incallui/Log.java
08b414ce181f1f14a648ed8e96866197293b2169 10-Oct-2013 Chiao Cheng <chiaocheng@google.com> Turn down logging level.

Logging was turned up to help track down urgent issues. No longer needed.

Bug: 11155971
Change-Id: I29c081632ec608716191d7bed573f3947c75bd44
/packages/apps/InCallUI/src/com/android/incallui/Log.java
a7dd97f3a39ffeae6742fbca075933fe9b1af128 14-Sep-2013 Chiao Cheng <chiaocheng@google.com> Merge "Turning up logging for userdebug devices." into klp-dev
7f3d96ab2fa238a542bf79e869ff95ed7ba05267 14-Sep-2013 Chiao Cheng <chiaocheng@google.com> Turning up logging for userdebug devices.

To help track down ANR and other phone related bugs.

Change-Id: I9db61408d05a3a93caa547e691ba47be11be7e5b
/packages/apps/InCallUI/src/com/android/incallui/Log.java
25fcc508ef6a02a2cb32bf1970f537edf205da48 13-Sep-2013 Santos Cordon <santoscordon@google.com> Calls to binder safe after disconnection of service.

Calls to the binder can happen after onDestroy since the service methods
and the binder methods have no sequence guarantee. This change makes it
safe (no NPEs) for binder callbacks to happen after destruction.

bug:10682538
Change-Id: I1ca4fcee522a92ae9f86b087239077e4a447d3f7
/packages/apps/InCallUI/src/com/android/incallui/Log.java
c097fb51de2f55673f9cd8954ae20e0fe385e270 11-Sep-2013 Santos Cordon <santoscordon@google.com> Make creations and destruction of InCallUI system queued.

We queue creating and destroying of the world into the message handler
so that it happens in order with the other actions that are queued into the
message handler.

bug: 10682538
Change-Id: I28a21d97861468528186e823ba9021446e9b08c3
/packages/apps/InCallUI/src/com/android/incallui/Log.java
2f21162c5eb1dbb11f892601574d4de7170b4960 21-Aug-2013 Chiao Cheng <chiaocheng@google.com> Removing explicit dependency on http calls.

Bug: 10413514
Change-Id: Id4db77f4417827ce4ecc140ea09f3228154f50de
/packages/apps/InCallUI/src/com/android/incallui/Log.java
1a7f2bcab2d2023f2ee4cfb0bc57bc265b5aab87 21-Aug-2013 Chiao Cheng <chiaocheng@google.com> Protect all logging statements.

- Rename global logger so it can be a drop in replacement for framework log
class.
- Remove imports of android.util.Log

Bug: 10411948
Change-Id: I377625263b16c4f9408c79d5c533a1810fa6cde7
/packages/apps/InCallUI/src/com/android/incallui/Log.java