Merge "adding text output for battery stats wipe. just a confirmation that it completed successfully" into gingerbread

This commit is contained in:
Diogo Ferreira 2011-08-04 04:23:04 +04:00 committed by Gerrit Code Review
commit 5e922a4bf4

View File

@ -862,6 +862,7 @@ void wipe_battery_stats()
ensure_path_mounted("/data");
remove("/data/system/batterystats.bin");
ensure_path_unmounted("/data");
ui_print("Battery Stats wiped.\n");
}
void show_advanced_menu()