Disable TIZEN_DEBUG_ENABLE feature for wearable profile 72/186172/3 accepted/tizen/unified/20180808.063415 submit/tizen/20180808.022337
authortaesub.kim <taesub.kim@samsung.com>
Wed, 8 Aug 2018 02:04:26 +0000 (11:04 +0900)
committertaesub.kim <taesub.kim@samsung.com>
Wed, 8 Aug 2018 02:21:20 +0000 (11:21 +0900)
Change-Id: I03950f53fcfeb3e1ef5c1c71f5423c29199edc95
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
packaging/net-config.spec
src/main.c

index ec96264109a18723b54832e38b33646b5a3e850f..aaa1aa306635328edc467b40fb0224ec02911a44 100755 (executable)
@@ -82,7 +82,7 @@ TIZEN Network Configuration service extension for HAL test.
 cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
        -DTIZEN_WLAN_PASSPOINT=1 \
        -DTIZEN_WLAN_USE_P2P_INTERFACE=1 \
-       -DTIZEN_DEBUG_ENABLE=1 \
+       -DTIZEN_DEBUG_ENABLE=0 \
        -DTIZEN_WEARABLE=1 \
        -DTIZEN_CAPTIVE_PORTAL=1 \
        -DLIB_PATH=%{_lib} \
index 2089dcbf63687e8cf13cc3254ad1cc4747579753..6c4c648ec242f0886b36ad8f48bbd314831428be 100755 (executable)
@@ -129,7 +129,9 @@ int main(int argc, char *argv[])
        netconfig_dpm_init();
 
        /* Start tcpdump if dump state is on */
+#if defined TIZEN_DEBUG_ENABLE
        check_dump_state_and_start();
+#endif
 
        if (TIZEN_WLAN_BOARD_SPRD)
                wifi_firmware_download();