2011-08-16 31 views
15

我在我的應用程序上運行了運動猴子,出於某種奇怪的原因,我的應用程序喵喵叫!我的項目中根本沒有聲音文件,所以我有點困惑爲什麼會發出'喵喵'的聲音。 這裏的任何解釋?猴子讓我的應用程序喵

也沒有其他項目/文件在我用於此項目的包下運行。

這裏是終端狀態:

:Monkey: seed=0 count=1000 

:AllowPackage: around.lowell 

:IncludeCategory: android.intent.category.LAUNCHER 

:IncludeCategory: android.intent.category.MONKEY 

// Event percentages: 

// 0: 15.0% 

// 1: 10.0% 

// 2: 15.0% 

// 3: 25.0% 

// 4: 15.0% 

// 5: 2.0% 

// 6: 2.0% 

// 7: 1.0% 

// 8: 15.0% 

:Switch: #Intent;action=android.intent.action.MAIN;category=android.intent.category.LAUNCHER;launchFlags=0x10000000;component=around.lowell/.Main;end 

    // Allowing start of Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=around.lowell/.Main } in package around.lowell 

:Sending Pointer ACTION_MOVE x=-4.0 y=2.0 

:Sending Pointer ACTION_UP x=0.0 y=0.0 

    // Allowing start of Intent { cmp=around.lowell/.MainSelect } in package around.lowell 

    // Allowing start of Intent { cmp=around.lowell/.EmergencyContactList } in package around.lowell 

:Sending Pointer ACTION_DOWN x=207.0 y=282.0 

:Sending Pointer ACTION_UP x=189.0 y=289.0 

    // Allowing start of Intent { cmp=around.lowell/.FireDepartment } in package around.lowell 

:Sending Pointer ACTION_DOWN x=95.0 y=259.0 

:Sending Pointer ACTION_UP x=95.0 y=259.0 

:Sending Pointer ACTION_DOWN x=295.0 y=223.0 

:Sending Pointer ACTION_UP x=290.0 y=213.0 

:Sending Pointer ACTION_MOVE x=-5.0 y=3.0 

:Sending Pointer ACTION_MOVE x=0.0 y=-5.0 

    // Rejecting start of Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] cmp=com.android.launcher/com.android.launcher2.Launcher } in package com.android.launcher 

:Sending Pointer ACTION_DOWN x=74.0 y=201.0 

:Sending Pointer ACTION_UP x=74.0 y=201.0 

:Sending Pointer ACTION_MOVE x=3.0 y=-2.0 

:Sending Pointer ACTION_UP x=0.0 y=0.0 

    // Rejecting start of Intent { act=android.intent.action.DIAL 
dat=tel:978cmp=com.android.contacts/.DialtactsActivity } in package com.android.contacts 

:Sending Pointer ACTION_MOVE x=-4.0 y=2.0 

    //[calendar_time:2011-08-16 11:00:43.937 system_uptime:589497185] 

    // Sending event #100 

:Sending Pointer ACTION_UP x=14.0 y=35.0 

:Sending Pointer ACTION_DOWN x=129.0 y=13.0 

Events injected: 1000 

:Dropped: keys=0 pointers=15 trackballs=0 flips=0 

Network stats: elapsed time=36844ms (0ms mobile, 36844ms wifi, 0ms not connected) 
// Monkey finished 

這只是一些事件 - 當我粘貼的所有1000個事件,它把這個頁面一段時間來加載,所以我只貼的至少一個發生的各種事件。

+0

如果你表現出複製源代碼,它會得到你更多的幫助 – Blundell

+6

Upvoted的搞笑稱號。 – dotty

回答

8

我注意到,猴子有時會開始播放SD卡獨立包裝上的音頻文件指定

+0

因此,本質上,這不是我的應用程序,有這個聲音隱藏在它的深處嗎?感謝您的答覆! – Mxyk

相關問題