fix test script with change APP_CORE log 91/115691/3
authorideal.lee <ideal.lee@DO-IDEAL-LEE01>
Tue, 21 Feb 2017 05:35:47 +0000 (14:35 +0900)
committerInhwan Lee <ideal.lee@samsung.com>
Mon, 20 Mar 2017 01:07:37 +0000 (18:07 -0700)
 + apply with 2017-02-23 binary

Change-Id: I3d372c162caa122a001ce637e28f1e88ed44fbbc

tools/performance_test.sh

index 370f425..37b7950 100755 (executable)
@@ -132,7 +132,7 @@ execute_time_stamp_auto ()
     echo ""
 #execute dlogstreamer
     sdb shell "dlogutil -c"
-    sdb shell "dlogutil -v time AUL APP_CORE|grep -E 'app_request_to_launchpad_for_uid.*[SECURE_LOG].*launch.*request|__show_cb.*[EVENT_TEST][EVENT]'" >> $STREAM_LOG_FILE &
+    sdb shell "dlogutil -v time AUL APP_CORE_UI_BASE|grep -E 'launch.*app_request_to_launchpad_for_uid.*request.*appid|appcore_ui_base_window_on_show.*[EVENT_TEST][EVENT]'" >> $STREAM_LOG_FILE &
     DLOG_STREAMER_PID=$!
 #execute timestamp
     /bin/bash ./timestamp.sh $STREAM_LOG_FILE $RESULT_LOG_FILE &
@@ -164,7 +164,7 @@ execute_time_stamp_manual ()
     rm $STREAM_LOG_FILE
     touch $STREAM_LOG_FILE
     sdb shell "dlogutil -c"
-    sdb shell "dlogutil -v time AUL APP_CORE|grep -E 'app_request_to_launchpad_for_uid.*[SECURE_LOG].*launch.*request|__show_cb.*[EVENT_TEST][EVENT]'" >> $STREAM_LOG_FILE &
+    sdb shell "dlogutil -v time AUL APP_CORE_UI_BASE|grep -E 'launch.*app_request_to_launchpad_for_uid.*request.*appid|appcore_ui_base_window_on_show.*[EVENT_TEST][EVENT]'" >> $STREAM_LOG_FILE &
     DLOG_STREAMER_PID=$!
 #execute timestamp
     /bin/bash ./timestamp.sh $STREAM_LOG_FILE $RESULT_LOG_FILE
@@ -181,7 +181,7 @@ execute_time_stamp_manual_trace ()
     rm $STREAM_LOG_FILE
     touch $STREAM_LOG_FILE
     sdb shell "dlogutil -c"
-    sdb shell "dlogutil -v time AUL APP_CORE|grep -E 'app_request_to_launchpad_for_uid.*[SECURE_LOG].*launch.*request|__show_cb.*[EVENT_TEST][EVENT]'" >> $STREAM_LOG_FILE &
+    sdb shell "dlogutil -v time AUL APP_CORE_UI_BASE|grep -E 'app_request_to_launchpad_for_uid.*[SECURE_LOG].*launch.*request|appcore_ui_base_window_on_show.*[EVENT_TEST][EVENT]'" >> $STREAM_LOG_FILE &
     DLOG_STREAMER_PID=$!
 #execute timestamp
     /bin/bash ./timestamp.sh $STREAM_LOG_FILE $RESULT_LOG_FILE &