2013-03-01 124 views
0

當我嘗試執行我的應用程序時,我收到了無數不包含我的軟件包名稱的消息。我不明白他們的意思和問題。 logcat中的一些消息如下:
Android logcat無限消息

03-01 21:51:21.980: I/SecCameraCoreManager(1555): SecCameraCoreManager created: pid=1555, cameraId=0 
03-01 21:51:21.980: D/SteExtIspCamera(1555): > android::SteExtIspCamera::SteExtIspCamera(int) 
03-01 21:51:21.980: D/SteExtIspCamera(1555): < android::SteExtIspCamera::SteExtIspCamera(int) 
03-01 21:51:21.980: D/SteExtIspCamera(1555): > OMX_ERRORTYPE android::SteExtIspCamera::init() 
03-01 21:51:21.980: I/SteExtIspCamera(1555): debug.libcamera.level = 255 
03-01 21:51:21.980: D/SteExtIspCamera(1555): > OMX_ERRORTYPE android::SteExtIspCamera::initPrimaryDefaultParameters() 
03-01 21:51:21.980: D/SteExtIspCamera(1555): Default preview Witdh: 640 Height: 480 framerate 30 
03-01 21:51:21.980: D/SteExtIspCamera(1555): Default preview framerate: 30 
03-01 21:51:21.980: D/SteExtIspCamera(1555): Default picture Width: 2560 Height: 1920 quality; 100 
03-01 21:51:21.980: D/SteExtIspCamera(1555): > virtual android::status_t android::SteExtIspCamera::setParameters(const android::CameraParameters&) 
03-01 21:51:21.980: D/SteExtIspCamera(1555): Preview Width: 640 Height: 480 Format : yuv420sp 
03-01 21:51:21.980: D/SteExtIspCamera(1555): Record Width: 640 Height: 480 
03-01 21:51:21.980: D/SteExtIspCamera(1555): VPB0 Width: 640 Height: 480 
03-01 21:51:21.980: D/SteExtIspCamera(1555): Picture Width: 2560 Height: 1920 Format : jpeg Quality: 100 
03-01 21:51:21.980: D/SteExtIspCamera(1555): Thumbnail Width: 320 Height: 240 Quality: 70 
03-01 21:51:21.980: D/SteExtIspCamera(1555): Rotation: (null) WhiteBalance: auto Effect: none Antibanding: 50hz 
03-01 21:51:21.980: D/SteExtIspCamera(1555): SceneMode: auto Flash: off Focus: auto 
03-01 21:51:21.980: D/SteExtIspCamera(1555): < virtual android::status_t android::SteExtIspCamera::setParameters(const android::CameraParameters&) 
03-01 21:51:21.980: D/SteExtIspCamera(1555): < OMX_ERRORTYPE android::SteExtIspCamera::initPrimaryDefaultParameters() 
03-01 21:51:21.980: I/ENSLoader(1555): CreateComponent OMX.ST.ExtHSMCamera 
03-01 21:51:21.990: D/dalvikvm(17529): GC_EXTERNAL_ALLOC freed 22K, 45% free 3521K/6343K, external 0K/0K, paused 77ms 
03-01 21:51:22.000: I/OSI-Trace(1555): =========== persist.debug.extcamera.level enabled with level 777 ======= 
03-01 21:51:22.000: D/OSI-Trace(1555): EXTCAMERA > Camera 
03-01 21:51:22.000: D/OSI-Trace(1555): > setDefaultFormatInPortDefinition 
03-01 21:51:22.000: I/OSI-Trace(1555): PortIndex = 0 
03-01 21:51:22.000: I/OSI-Trace(1555): mParamPortDefinition.format.video.xFramerate   = 10 
03-01 21:51:22.000: I/OSI-Trace(1555): mParamPortDefinition.format.video.nFrameWidth  = 320 
03-01 21:51:22.000: I/OSI-Trace(1555): mParamPortDefinition.format.video.nFrameHeight  = 240 
03-01 21:51:22.000: I/OSI-Trace(1555): mParamPortDefinition.format.video.eCompressionFormat = 0 
03-01 21:51:22.000: I/OSI-Trace(1555): mParamPortDefinition.format.video.eColorFormat  = 27 
03-01 21:51:22.000: I/OSI-Trace(1555): mParamPortDefinition.format.video.nStride   = 320 
03-01 21:51:22.000: I/OSI-Trace(1555): mParamPortDefinition.format.video.nSliceHeight  = 1 
03-01 21:51:22.000: I/OSI-Trace(1555): mParamPortDefinition.nBufferSize      = 153600 
03-01 21:51:22.000: D/OSI-Trace(1555): > setDefaultFormatInPortDefinition 
03-01 21:51:22.000: I/OSI-Trace(1555): PortIndex = 2 
03-01 21:51:22.000: I/OSI-Trace(1555): mParamPortDefinition.format.video.xFramerate   = 10 
03-01 21:51:22.000: I/OSI-Trace(1555): mParamPortDefinition.format.video.nFrameWidth  = 320 
03-01 21:51:22.000: I/OSI-Trace(1555): mParamPortDefinition.format.video.nFrameHeight  = 240 
03-01 21:51:22.000: I/OSI-Trace(1555): mParamPortDefinition.format.video.eCompressionFormat = 0 

什麼問題出在哪裏?
編輯:我唯一的想法是,在我的centerLayout這是一個cameraPreview(SurfaceView)我有很多相關的佈局覆蓋cameraPreview,也許這個計算所有的時間尺寸和每個佈局的距離

回答

0

有整個設備只有一個Logcat-Log - 設備上運行的每個線程都會將其日誌記錄放在那裏。在logcat窗口的左側(Eclipse DDMS透視圖),您可以定義過濾器來將輸出過濾到應用程序的語句中。