summaryrefslogtreecommitdiffstats
path: root/emailcommon/src/com/android/emailcommon/Device.java
Commit message (Collapse)AuthorAgeFilesLines
* Unify LogTagScott Kennedy2013-06-051-5/+7
| | | | | | | | | | | | | | | | | | | | There is now only one LogTag class. The static initializer of GmailApplication (existing) and EmailApplication (new) will now set the log tag to "Gmail" and "Email", respectively. Up until that code is run, it will be "UnifiedEmail". "setprop log.tag.Gmail VERBOSE" (or .Email) will trigger all logs to be printed as long as they go through LogUtils, regardless of what tag is used by that individual log. This lets us still turn on logging everywhere in one command, but also lets us use more descriptive tags (like the class name). And since we no longer have three com.android.mail.utils.LogTag classes, builds will be much easier. Also, we now use LogUtils everywhere. Change-Id: I55f1c7a66ce50ead54877a13e40256422a56dc39
* Restore return statement erroneously deleted earlierMarc Blank2011-08-241-0/+2
| | | | | | | | * Screwed up in I1f6e31bfd2e7c32bdd7886e54b02fd4640a96e6f Bug: 5205488 Bug: 5203883 Change-Id: I619135bd5dd8359b4b0573316482356a9b517865
* Remove STOPSHIPs in Email/EmailcommonMarc Blank2011-08-101-6/+2
| | | | | Bug: 5142183 Change-Id: I1f6e31bfd2e7c32bdd7886e54b02fd4640a96e6f
* am b50a766d: Merge "Remove STOPSHIP logging" into honeycomb-mr1Marc Blank2011-03-171-2/+0
|\ | | | | | | | | * commit 'b50a766d4acc563beff90d22dc3dac48038ff4f1': Remove STOPSHIP logging
| * Remove STOPSHIP loggingMarc Blank2011-03-161-2/+0
| | | | | | | | Change-Id: I73786fb2f4ff10d3c0767a873e5eb1e443f1affc
| * DO NOT MERGE: Harden Device.getDeviceId()Andy Stadler2011-03-071-3/+8
| | | | | | | | | | | | | | | | | | | | * If we read a null deviceName, delete the file and create a new one. Bug: 3506362 Backport of Ida670db2f4b75cb9c94636a0af541ae5df50addf Change-Id: If844fe2a2f3d7096a8b18e826a3640a7d9dff830
* | Harden Device.getDeviceId()Marc Blank2011-03-031-3/+10
|/ | | | | | | | * If we read a null deviceName, delete the file and create a new one. Bug: 3506362 Change-Id: Ida670db2f4b75cb9c94636a0af541ae5df50addf
* Split out emailcommon/Android.mkYing Wang2011-03-011-0/+109
| | | | Change-Id: I846ee2a4b541f4709e647aa537c61549db2bec2e
* Revert "Split out emailcommon/Android.mk"Ying Wang2011-03-011-109/+0
| | | | This reverts commit c28bf353190eb576072a8fd2f98821424144876e.
* Split out emailcommon/Android.mkYing Wang2011-03-011-0/+109
Change-Id: I90653e8601ee3ee6a8719d87ffb93222a11a22c0