summaryrefslogtreecommitdiff
path: root/src/com/android/mail/utils/LogUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* back to dogfoodAndy Huang2013-12-111-1/+2
| | | | Change-Id: Ib941c09eb9cc309bb8d6d7997d3076ab6dfb3465
* DO NOT MERGE: prep for launchAndy Huang2013-11-261-1/+1
| | | | Change-Id: I5cb5b683c10a7628725afc4adcc71cc0e01a356d
* Reenable debug logging, experiments on UR11Alice Yang2013-09-051-1/+1
| | | | Change-Id: I0a7dc2fc59598355638ae6ff6eff414e53c6eea5
* Disable STRICTMODE, VERBOSE logging, and experimentsAlice Yang2013-08-281-1/+1
| | | | Change-Id: Ica49433a33e79a424314cf3662e53c1f20c78a24
* Add more logs for NotificationUtilsScott Kennedy2013-07-301-4/+12
| | | | | Bug: 10039955 Change-Id: I1dd719b48f8fd2569a83a5f6906f539dfcc2fcb1
* Add sanitizer for account namePaul Westbrook2013-07-151-2/+20
| | | | | Bug: 8132946 Change-Id: Icaecc377b52092d1b9d378d912318fddb890a6a0
* Unify LogTagScott Kennedy2013-06-051-37/+12
| | | | | | | | | | | | | | | | | | | | 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: Iec53e87cad0a46b73d2afbbd8d44aca097a5087a
* Revert "Disable debug logging"Paul Westbrook2013-05-171-1/+1
| | | | This reverts commit 24ac24a2223cd5ba88d6752c6c7b9852c033810f.
* Disable debug loggingPaul Westbrook2013-05-171-1/+1
| | | | | Bug: 9003215 Change-Id: Ib4c93feba775df863c7cf82fc55258c556b03228
* Use verbose logging for ur9Alice Yang2013-04-191-1/+1
| | | | Change-Id: I99726e8ab3e3ddcb2845590d26564ebf1b6e3751
* Disable verbose loggingAlice Yang2013-04-181-2/+3
| | | | | | Bug 8635082 Change-Id: I0e1d570d2c36ab03010990e29adc50a5ffb43ead
* Fix unit testsPaul Westbrook2013-01-171-0/+4
| | | | | | | Another pass at the unit tests Bug: 7175463 Change-Id: Ic9a594066b152dadc9bde916bb8765fc3da9ef31
* Remove dependency on emailcommonMarc Blank2012-06-281-0/+2
| | | | Change-Id: I8933050833a598b274aaeb952f73aad3be9235eb
* Changes to support different Log tagsPaul Westbrook2012-06-251-12/+4
| | | | Change-Id: I7121fbf7132444fc0f5c0c130373e3f2d1a3cf7a
* Initialize position on conversation from intentPaul Westbrook2012-04-241-1/+1
| | | | | | | | | Also, add throwable to LogUtils.wtf calls that don't specify one. This will make it easier to track these down: Bug: 6384948 Bug: 6385639 Change-Id: I37bdca13e95452af15edee747a561e4b77bcd83b
* Remove hack to enable INFO logsPaul Westbrook2012-04-031-12/+0
| | | | Change-Id: I36d32909f13e1b80f044996a0551cbbfe222a1d6
* Change to allow LogUtils to be extendedPaul Westbrook2012-04-021-2/+2
| | | | Change-Id: I4cdfec2711895de22d399d956b159421a2d3df77
* Temporarily enabled INFO log messages by defaultPaul Westbrook2012-03-301-0/+11
| | | | Change-Id: I39acfa5a7fb8c1cc1f3bfa582ba3d036216b896d
* LOG_TAG UnifiedMail -> Unified*E*mailVikram Aggarwal2012-02-291-1/+1
| | | | Change-Id: I36272e6c4557d84df3db8eedb201510bf54ecb62
* Contentobserver.Mindy Pereira2012-02-221-1/+1
| | | | Change-Id: I8646512f6c4f1c1e28d40fcc21b14a25eb27ddce
* Make it possible to use org outside of unified email so we can remove it ↵Mindy Pereira2012-01-301-0/+36
| | | | | | from email. Change-Id: I3e7ad07ca219b7bef76b6235e5707213ce1fe358
* rename unified email's package name to com.android.mailAndy Huang2012-01-061-0/+381
New code needs a new package name. Fixes IDE conflicts when browsing. Change-Id: I328484c6d6c71df077a05d2f7d6d1e85074107c2