projects
/
platform
/
core
/
system
/
system-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
630cd36
)
Remove battery time log
70/15270/1
author
sh.pi
<sh.pi@samsung.com>
Fri, 21 Jun 2013 05:52:17 +0000
(14:52 +0900)
committer
Krzysztof Sasiak
<k.sasiak@samsung.com>
Fri, 17 Jan 2014 13:10:49 +0000
(14:10 +0100)
Change-Id: If24cb5fbf49f2dda38da56140379a0569588389b
Signed-off-by: Seunghun Pi <sh.pi@samsung.com>
src/display/battery.c
patch
|
blob
|
history
diff --git
a/src/display/battery.c
b/src/display/battery.c
index
2ae9a75
..
7edd2ff
100644
(file)
--- a/
src/display/battery.c
+++ b/
src/display/battery.c
@@
-246,9
+246,7
@@
static float update_factor(enum state_b b_index)
break;
}
}
- _I(" sum = %lf", total_factor);
total_factor /= (float)cnt;
- _I(" avg_factor = %lf", total_factor);
return total_factor;
}
@@
-267,12
+265,10
@@
static void update_time(enum state_a a_index, int seconds)
case A_TIMETOFULL:
vconf_set_int(VCONFKEY_PM_BATTERY_TIMETOFULL,
seconds);
- _I("update time[%d,%d]", a_index, seconds);
break;
case A_TIMETOEMPTY:
vconf_set_int(VCONFKEY_PM_BATTERY_TIMETOEMPTY,
seconds);
- _I("update time[%d,%d]", a_index, seconds);
break;
}
}