Fix TC-2372 Dialer crashes when BT phone is offline
[profile/ivi/lemolo.git] / README
diff --git a/README b/README
index 596f8e3..9dc19b9 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-OFONO DIALER USING EFL
+LEMOLO
 **********************
 
 Copyright (C) 2012  Intel Corporation. All rights reserved.
@@ -7,8 +7,8 @@ Copyright (C) 2012  Intel Corporation. All rights reserved.
 ABOUT
 =====
 
-Graphical User Interface for oFono using EFL (Enlightenment Foundation
-Libraries) to be used with Tizen platform.
+A Dialer for oFono using EFL (Enlightenment Foundation
+Libraries) to be used with Tizen platform, and supports bluetooth HFP.
 
 
 DEBUGGING
@@ -19,8 +19,8 @@ To help debug, the following environment variables could be set:
        EINA_LOG_LEVEL=4
                toggles debug (level=4) of whole EFL
 
-       EINA_LOG_LEVELS=dialer:4
-               toggles debug of dialer logging domain.
+       EINA_LOG_LEVELS=dialer:4,messages:4
+               toggles debug of dialer and messages logging domains.
 
        EINA_LOG_ABORT=1
                make it abort on critical errors.