실제 단말기에서는 잘 나올지 곧 테스트할 예정이다.
그전에 에러를 캡쳐해보았다.
아래에 보면 AdRequest를 하나 마지막 줄에서 Ad를 끝내버린다.
11-24 23:49:58.891: I/Ads(2786): Starting ad request.
11-24 23:49:58.919: I/Ads(2786): Use AdRequest.Builder.addTestDevice("B3EEABB8EE11C2BE770B684D95219ECB") to get test ads on this device.
11-24 23:49:59.163: I/Ads(2786): Please set theme of AdActivity to @android:style/Theme.Translucent to enable transparent background interstitial ad.
11-24 23:50:00.261: I/Choreographer(2786): Skipped 129 frames! The application may be doing too much work on its main thread.
11-24 23:50:00.453: D/gralloc_goldfish(2786): Emulator without GPU emulation detected.
11-24 23:50:01.325: I/art(2786): Background sticky concurrent mark sweep GC freed 1639(131KB) AllocSpace objects, 0(0B) LOS objects, 6% free, 3MB/3MB, paused 2.245ms total 659.502ms
11-24 23:50:05.988: I/Choreographer(2786): Skipped 36 frames! The application may be doing too much work on its main thread.
11-24 23:50:08.704: W/art(2786): Suspending all threads took: 16.056ms
11-24 23:50:08.788: I/art(2786): Background partial concurrent mark sweep GC freed 643(42KB) AllocSpace objects, 0(0B) LOS objects, 25% free, 3MB/4MB, paused 72.351ms total 1.275s
11-24 23:50:08.798: I/Choreographer(2786): Skipped 65 frames! The application may be doing too much work on its main thread.
11-24 23:50:13.314: W/chromium(2786): [WARNING:proxy_service.cc(901)] PAC support disabled because there is no system implementation
11-24 23:50:13.358: W/chromium(2786): [WARNING:data_reduction_proxy_settings.cc(403)] SPDY proxy OFF at startup
11-24 23:50:13.534: W/art(2786): Attempt to remove local handle scope entry from IRT, ignoring
11-24 23:50:13.598: W/AwContents(2786): onDetachedFromWindow called when already detached. Ignoring
11-24 23:50:20.284: I/Ads(2786): Scheduling ad refresh 30000 milliseconds from now.
11-24 23:50:20.314: I/Ads(2786): Ad finished loading.
'Android 안드로이드' 카테고리의 다른 글
Message, Handler, obtain, Thread (0) | 2014.10.20 |
---|---|
bindService : Main Thread에 서비스를 만들고 Activity와 통신 (0) | 2014.10.14 |
앱 실행중에 Resources String.xml 내용 갱신 (0) | 2014.09.29 |
안드로이드 디버그키 경로 변경, AVD 설치 경로 변경 (0) | 2014.09.14 |
이클립스 안드로이드 에물레이터, fragment (0) | 2014.09.07 |