--- a/homescreenapp/hsapplication/src/hsstatemachine.cpp Mon Sep 20 10:19:07 2010 +0300
+++ b/homescreenapp/hsapplication/src/hsstatemachine.cpp Mon Sep 27 11:52:00 2010 +0300
@@ -426,6 +426,7 @@
*/
void HsStateMachine::activityRequested(const QString &name)
{
+ HSTEST_FUNC_ENTRY("HS::HsStateMachine::activityRequested");
if (name == Hs::groupAppLibRecentView) {
if (mHomeScreenActive) {
this->postEvent(
@@ -442,4 +443,5 @@
} else if (name == Hs::activityAppLibMainView) {
emit event_toAppLib();
}
+ HSTEST_FUNC_EXIT("HS::HsStateMachine::activityRequested");
}