am c32897a6: Suppress Performance log emitted by vCard importer.

Merge commit 'c32897a6ead7e898dd37ac8bcec72e4cf89dadfa' into eclair-plus-aosp

* commit 'c32897a6ead7e898dd37ac8bcec72e4cf89dadfa':
  Suppress Performance log emitted by vCard importer.
This commit is contained in:
Daisuke Miyakawa
2009-09-22 22:34:03 -07:00
committed by Android Git Automerger

View File

@@ -32,7 +32,7 @@ public class VCardConfig {
/* package */ static final int LOG_LEVEL_VERBOSE =
LOG_LEVEL_PERFORMANCE_MEASUREMENT | LOG_LEVEL_SHOW_WARNING;
/* package */ static final int LOG_LEVEL = LOG_LEVEL_PERFORMANCE_MEASUREMENT;
/* package */ static final int LOG_LEVEL = LOG_LEVEL_NONE;
// Assumes that "iso-8859-1" is able to map "all" 8bit characters to some unicode and
// decode the unicode to the original charset. If not, this setting will cause some bug.