From: Ji-hoon Lee Date: Wed, 11 Sep 2019 05:59:34 +0000 (+0900) Subject: Disable BUF_SAVE_MODE for performance enhancement X-Git-Tag: submit/tizen/20190911.070639~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5150fec0f2088c4b4c195128aa086902c05b6301;p=platform%2Fcore%2Fuifw%2Fwakeup-engine-default.git Disable BUF_SAVE_MODE for performance enhancement Change-Id: I313db925ccc708af5c3f08bd212596c555fee571 --- diff --git a/src/multi_assistant_service_plugin.c b/src/multi_assistant_service_plugin.c index 7d6de4b..6689b10 100644 --- a/src/multi_assistant_service_plugin.c +++ b/src/multi_assistant_service_plugin.c @@ -35,7 +35,7 @@ #include "multi_assistant_common.h" /* Sound buf save for test */ -#if 1 +#if 0 #define BUF_SAVE_MODE #endif