Initial Commit, basic infrastructure.
[profile/ivi/lemolo.git] / README
1 Connection Manager
2 ******************
3
4 Copyright (C) 2012  Intel Corporation. All rights reserved.
5
6
7 ABOUT
8 =====
9
10 Graphical User Interface for oFono using EFL (Enlightenment Foundation
11 Libraries) to be used with Tizen platform.
12
13
14 DEBUGGING
15 =========
16
17 To help debug, the following environment variables could be set:
18
19         EINA_LOG_LEVEL=4
20                 toggles debug (level=4) of whole EFL
21
22         EINA_LOG_LEVELS=dialer:4
23                 toggles debug of dialer logging domain.
24
25         EINA_LOG_ABORT=1
26                 make it abort on critical errors.
27
28         EINA_LOG_ABORT_LEVEL=2
29                 make it also abort on errors.
30
31         EINA_LOG_BACKTRACE=2
32                 make it produce backtraces whenever a log level is reached.