Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c32897a6 authored by Daisuke Miyakawa's avatar Daisuke Miyakawa
Browse files

Suppress Performance log emitted by vCard importer.

parent 3559c14c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.