안드로이드 개발 질문/답변
(글 수 45,052)
우선 로그 부터 보여드리면
====================================================================================
02-24 16:51:09.468: DEBUG/dalvikvm(9534): GC_EXPLICIT freed 78 objects / 1538968 bytes in 24ms
02-24 16:51:09.468: WARN/CameraService(2325): setPreviewCallbackFlag (pid 9534)
02-24 16:51:09.527: DEBUG/dalvikvm(9534): GC_FOR_MALLOC freed 187 objects / 585648 bytes in 38ms
02-24 16:51:09.566: WARN/CameraService(2325): getParameters(AppShutterSound=0;anti-shake=0;antibanding=auto;antibanding-values=auto,50hz,60hz,off;beauty-shot=0;blur=0;camera-id=1;chk_dataline=0;contrast=2;contrast-max=4;contrast-min=0;effect=none;effect-values=none,mono,negative,sepia;exposure-compensation=0;exposure-compensation-step=0.5;focal-length=3.79;focus-mode=auto;focus-mode-values=auto,macro;horizontal-view-angle=51.2;iso=auto;jpeg-quality=100;jpeg-thumbnail-height=120;jpeg-thumbnail-quality=100;jpeg-thumbnail-size-values=160x120,0x0;jpeg-thumbnail-width=160;max-exposure-compensation=4;max-zoom=30;metering=center;min-exposure-compensation=-4;picture-format=jpeg;picture-format-values=jpeg;picture-size=0x0;picture-size-values=2560x1920,2048x1536,1600x1200,640x480,2560x1536,2048x1232,1600x960,800x480;preview-format=yuv420sp;preview-format-values=yuv420sp;preview-frame-rate=30;preview-frame-rate-values=7,15,30;preview-size=800x480;preview-size-values=320x240,640x480,800x480;rotation=0;saturation=2;saturation-max=4;saturation-min=0;scene-mode=auto;s
02-24 16:51:09.593: DEBUG/dalvikvm(9534): GC_EXPLICIT freed 78 objects / 1538968 bytes in 24ms
02-24 16:51:09.593: WARN/CameraService(2325): setPreviewCallbackFlag (pid 9534)
02-24 16:51:09.664: DEBUG/dalvikvm(9534): GC_FOR_MALLOC freed 187 objects / 585648 bytes in 42ms
====================================================================================
이런식으로 로그켓에 로그가 찍히는데요 이 로그 안나오게 하는법이없을까요? 저 로그는 제가 찍은게 아니고 제가 만든 어플을 실행하니 자동으로 저렇게 찍히네요 -__-;;;;;;;;;; 도대체 왜찍히는지 모르겠어요



