summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorideal.lee <ideal.lee@DO-IDEAL-LEE01>2017-02-21 14:35:47 +0900
committerInhwan Lee <ideal.lee@samsung.com>2017-03-19 18:07:37 -0700
commit01e386ce1cd56eb6b061b1b2e03a4318d92a1860 (patch)
treeb8c181f6c47fc7fbb73f847e36dee8355a472e42
parent3ec845f45547262515002fd6b72e47728952b562 (diff)
downloadlauncher-01e386ce1cd56eb6b061b1b2e03a4318d92a1860.tar.gz
launcher-01e386ce1cd56eb6b061b1b2e03a4318d92a1860.tar.bz2
launcher-01e386ce1cd56eb6b061b1b2e03a4318d92a1860.zip
fix test script with change APP_CORE log
+ apply with 2017-02-23 binary Change-Id: I3d372c162caa122a001ce637e28f1e88ed44fbbc
-rwxr-xr-xtools/performance_test.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/performance_test.sh b/tools/performance_test.sh
index 370f425..37b7950 100755
--- a/tools/performance_test.sh
+++ b/tools/performance_test.sh
@@ -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 &