2010-11-25 34 views

回答

0

嘗試按照如下步驟來運行PV播放引擎測試(我所做的這一切與甜甜圈代碼和產品藍寶石):

1.You必須包括以下行/external/opencore/Android.mk同時使建設:

#include $(PV_TOP)/engines/player/test/Android.mk 

要麼取消註釋(如果它的評論)或取消任何檢查,避免包含此行。

2.構建並將圖像安裝到手機中。

3.現在打開shell(使用adb shell命令)。去目錄/system/bin。 將會有一個不容忽視的pvplayer_engine_test。現在運行下面的命令:

pvplayer_engine_test -test x y -source xyz.mp4 -logfile -logall

其中x是開始測試案例數,y是最終測試 案例編號。

(有關更多命令行選項,請參閱pvplayer_engine_unit_test_guide.pdf,該地址位於/external/opencore/doc位置)。

希望這會有所幫助。

+0

謝謝kailash ...它的作品...;) – garima 2010-12-03 07:14:29

相關問題