Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using example to request a bannerView sometimes is not showed on android #56

Closed
armnotstrong opened this issue Mar 8, 2017 · 1 comment

Comments

@armnotstrong
Copy link

And the logcat complain that 03-08 11:08:52.940: I/Ads(9581): Ad is not visible. Not refreshing ad.
But sometimes (maybe the first launch of the app it will show ads, but not stable as press the request banner button) explicitly call bannerView.show() in eventHandleOnLoad() will not work either.

03-08 11:08:12.690: I/wpa_supplicant(3924): wlan0: HEART-BEAT-ACK: 45
03-08 11:08:17.660: I/AdCheck(9581): APS: blockAdView: com.google.android.gms.ads.AdView{21b89ac5 G.E..... ......I. 0,0-0,0}
03-08 11:08:17.670: I/View(9581): ssignParent(ViewParent parent) parent is: android.view.ViewRootImpl@3058134b
03-08 11:08:17.690: W/GooglePlayServicesUtil(9581): Google Play Store is missing.
03-08 11:08:17.690: I/Ads(9581): Starting ad request.
03-08 11:08:17.690: I/Ads(9581): Use AdRequest.Builder.addTestDevice("3A8833D04E87BA8F9F036B390BBFA836") to get test ads on this device.
03-08 11:08:17.720: I/AudioPolicyManager(3045): isStreamActive() stream 3 inPastMs 0
03-08 11:08:17.780: I/System.out(9581): [CDS]rx timeout:60000
03-08 11:08:17.780: I/System.out(9581): [CDS]rx timeout:60000
03-08 11:08:18.190: I/InputDispatcher(3308): touch process [9581], send to pg
03-08 11:08:18.290: W/art(9581): Attempt to remove local handle scope entry from IRT, ignoring
03-08 11:08:18.290: W/AwContents(9581): onDetachedFromWindow called when already detached. Ignoring
03-08 11:08:18.300: W/art(9581): Attempt to remove local handle scope entry from IRT, ignoring
03-08 11:08:18.300: W/art(9581): Attempt to remove local handle scope entry from IRT, ignoring
03-08 11:08:18.490: I/Ads(9581): Scheduling ad refresh 60000 milliseconds from now.
03-08 11:08:18.490: I/System.out(9581): [CDS]rx timeout:60000
03-08 11:08:18.490: I/System.out(9581): [CDS]rx timeout:60000
03-08 11:08:18.490: I/Ads(9581): Ad finished loading.
03-08 11:08:18.550: I/Unity(9581): args is :System.EventArgs
03-08 11:08:18.550: I/Unity(9581):  
03-08 11:08:18.550: I/Unity(9581): (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
03-08 11:08:18.550: I/Unity(9581): show ads please!!!!!
03-08 11:08:18.550: I/Unity(9581):  
03-08 11:08:18.550: I/Unity(9581): (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
03-08 11:08:18.550: I/AdCheck(9581): APS: blockAdView: com.google.android.gms.ads.AdView{21b89ac5 G.E..... ......ID 0,0-1080,150}
03-08 11:08:18.550: I/Ads(9581): Scheduling ad refresh 60000 milliseconds from now.
03-08 11:08:18.550: I/Unity(9581): HandleAdLoaded event received
03-08 11:08:18.550: I/Unity(9581):  
03-08 11:08:18.550: I/Unity(9581): (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
03-08 11:08:20.460: W/art(6875): Native thread exiting without having called DetachCurrentThread (maybe it's going to use a pthread_key_create destructor?): Thread[28,tid=11165,Native,Thread*=0xab5fbe18,peer=0x12ee8080,"default"]
03-08 11:08:23.480: I/wpa_supplicant(3924): wlan0: CTRL-EVENT-SCAN-STARTED 
03-08 11:08:24.340: I/HwPowerMonitor.PowerExceptionObservable(4137): unhandled onEvent actionID: 3002
03-08 11:08:24.350: I/HwSystemManager(4235): BgPowerManagerService:BgPowerManagerSerivce plugged =2 currentThreshold = 8 mRawLevel = 12mLastRawLevel12
03-08 11:08:24.350: I/HwSystemManager(4235): BgPowerManagerService: mTimes = 58825 firstTime = 666137 firstmBatteryCapacity =320
03-08 11:08:25.520: I/HwPowerMonitor.PowerExceptionObservable(4137): unhandled onEvent actionID: 3002
03-08 11:08:25.520: I/HwSystemManager(4235): BgPowerManagerService:BgPowerManagerSerivce plugged =2 currentThreshold = 8 mRawLevel = 12mLastRawLevel12
03-08 11:08:25.520: I/HwSystemManager(4235): BgPowerManagerService: mTimes = 60002 firstTime = 666137 firstmBatteryCapacity =320
03-08 11:08:27.130: I/Ads(9581): Ad is not visible. Not refreshing ad.
03-08 11:08:27.130: I/Ads(9581): Scheduling ad refresh 60000 milliseconds from now.
03-08 11:08:27.400: I/Ads(9581): Ad is not visible. Not refreshing ad.
03-08 11:08:27.400: I/Ads(9581): Scheduling ad refresh 60000 milliseconds from now.
03-08 11:08:27.700: I/wpa_supplicant(3924): wlan0: HEART-BEAT-ACK: 46
03-08 11:08:30.570: I/ActivityManager(3308): filter receiver for action = com.tencent.mm.plugin.report.service.KVCommCrossProcessReceiver
03-08 11:08:42.570: I/art(3308): Background partial concurrent mark sweep GC freed 81362(3MB) AllocSpace objects, 7(284KB) LOS objects, 7% free, 47MB/51MB, paused 2.489ms total 241.078ms
03-08 11:08:42.710: I/wpa_supplicant(3924): wlan0: HEART-BEAT-ACK: 47
03-08 11:08:47.120: I/wpa_supplicant(3924): wlan0: CTRL-EVENT-SCAN-STARTED 
03-08 11:08:51.260: I/PhoneStatusBar(3729): notification pkg =com.tencent.mtt
03-08 11:08:51.260: I/PhoneStatusBar(3729): notification provisioned=true, score =20, [score > HIDE_ICONS_BELOW_SCORE] =true, showNotificationEvenIfUnprovisioned = false
03-08 11:08:51.260: I/PhoneStatusBar(3729): notification pkg =com.android.settings
03-08 11:08:51.260: I/PhoneStatusBar(3729): notification provisioned=true, score =10, [score > HIDE_ICONS_BELOW_SCORE] =true, showNotificationEvenIfUnprovisioned = false
03-08 11:08:51.260: I/PhoneStatusBar(3729): notification pkg =android
03-08 11:08:51.260: I/PhoneStatusBar(3729): notification provisioned=true, score =0, [score > HIDE_ICONS_BELOW_SCORE] =true, showNotificationEvenIfUnprovisioned = false
03-08 11:08:51.260: I/PhoneStatusBar(3729): notification pkg =android
03-08 11:08:51.260: I/PhoneStatusBar(3729): notification provisioned=true, score =-10, [score > HIDE_ICONS_BELOW_SCORE] =true, showNotificationEvenIfUnprovisioned = false
03-08 11:08:51.260: I/PhoneStatusBar(3729): notification pkg =com.tencent.mtt
03-08 11:08:51.260: I/PhoneStatusBar(3729): notification provisioned=true, score =20, [score > HIDE_ICONS_BELOW_SCORE] =true, showNotificationEvenIfUnprovisioned = false
03-08 11:08:51.260: I/PhoneStatusBar(3729): notification pkg =com.huawei.internetaudioservice
03-08 11:08:51.260: I/PhoneStatusBar(3729): notification provisioned=true, score =0, [score > HIDE_ICONS_BELOW_SCORE] =true, showNotificationEvenIfUnprovisioned = false
03-08 11:08:51.260: I/PhoneStatusBar(3729): notification pkg =com.dianping.v1
03-08 11:08:51.260: I/PhoneStatusBar(3729): notification provisioned=true, score =0, [score > HIDE_ICONS_BELOW_SCORE] =true, showNotificationEvenIfUnprovisioned = false
03-08 11:08:52.870: I/Ads(9581): Ad is not visible. Not refreshing ad.
03-08 11:08:52.870: I/Ads(9581): Scheduling ad refresh 60000 milliseconds from now.
03-08 11:08:52.940: I/Ads(9581): Ad is not visible. Not refreshing ad.
03-08 11:08:52.940: I/Ads(9581): Scheduling ad refresh 60000 milliseconds from now.
03-08 11:08:54.430: I/HwPowerMonitor.PowerExceptionObservable(4137): unhandled onEvent actionID: 3002
03-08 11:08:54.430: I/HwSystemManager(4235): BgPowerManagerService:BgPowerManagerSerivce plugged =2 currentThreshold = 8 mRawLevel = 12mLastRawLevel12
03-08 11:08:54.430: I/HwSystemManager(4235): BgPowerManagerService: mTimes = 88908 firstTime = 666137 firstmBatteryCapacity =320
03-08 11:08:55.120: I/AudioPolicyManager(3045): isStreamActive() stream 3 inPastMs 0
03-08 11:08:56.040: I/System.out(5048): [CDS]rx timeout:30000
03-08 11:08:56.050: I/ActivityManager(3308): filter receiver for action = com.dianping.dpmtpush.REPORT_LOCATION
03-08 11:08:56.170: I/System.out(5048): [CDS]rx timeout:0
03-08 11:08:57.720: I/wpa_supplicant(3924): wlan0: HEART-BEAT-ACK: 48
03-08 11:08:59.990: I/HwLauncher(4159): Model  onReceive intent=Intent { act=android.intent.action.TIME_TICK flg=0x50000014 (has extras) }
03-08 11:09:00.000: I/TimeManager(3729): receiver action = android.intent.action.TIME_TICK
03-08 11:09:00.000: I/TimeManager(3729): send message delay millis = 60991 ms
03-08 11:09:00.000: I/TimeManager(3729): hand message 1
03-08 11:09:00.000: I/TimeManager(3729): notify time change. size = 2
03-08 11:09:00.000: I/TimeLayout(3729): time = 11:09
03-08 11:09:00.000: I/TimeLayout(3729): updateDate date = 2017/3/8
03-08 11:09:00.000: I/TimeLayout(3729): weekDay = 星期三
03-08 11:09:03.470: I/wpa_supplicant(3924): wlan0: CTRL-EVENT-SCAN-STARTED 
03-08 11:09:08.180: E/Thermal-daemon(2783): [pa_0] temp_new :35  temp_old :34
03-08 11:09:12.730: I/wpa_supplicant(3924): wlan0: HEART-BEAT-ACK: 49
03-08 11:09:18.010: I/System(9581): core_booster, getBoosterConfig = false
03-08 11:09:18.010: I/System.out(9581): [CDS]rx timeout:0
03-08 11:09:18.010: I/System.out(9581): [socket][6] connection api.uca.cloud.unity3d.com/52.77.48.188:443;LocalPort=58682(0)
03-08 11:09:18.010: I/System.out(9581): [CDS]connect[api.uca.cloud.unity3d.com/52.77.48.188:443]
03-08 11:09:18.110: I/System.out(9581): [CDS]port[58682]
03-08 11:09:18.110: I/System.out(9581): [socket][/192.168.1.177:58682] connected
03-08 11:09:18.110: I/System(9581): core_booster, getBoosterConfig = false
03-08 11:09:18.490: I/Ads(9581): Ad is not visible. Not refreshing ad.
03-08 11:09:18.490: I/Ads(9581): Scheduling ad refresh 60000 milliseconds from now.
03-08 11:09:18.550: I/Ads(9581): Ad is not visible. Not refreshing ad.
03-08 11:09:18.550: I/Ads(9581): Scheduling ad refresh 60000 milliseconds from now.
03-08 11:09:19.200: E/Thermal-daemon(2783): [charger_ic] temp_new :36  temp_old :35
03-08 11:09:19.200: E/Thermal-daemon(2783): Report temperature: [charger_ic] temp :36  report_threshold:1
03-08 11:09:19.200: W/ThermalStateManager(4022): trigLevel = -1, mSimTrigLevel = -1, tempPolicy = 0
03-08 11:09:19.200: I/ThermalStateManager(4022): sensor name: ucurrent temperature: 36 , thermal action: bcurrent policy:990
03-08 11:09:19.300: I/PowerManagerService-JNI(3308): set charge limit 2: 990
03-08 11:09:23.480: I/wpa_supplicant(3924): wlan0: CTRL-EVENT-SCAN-STARTED 
03-08 11:09:24.330: I/art(3308): Background partial concurrent mark sweep GC freed 75089(3MB) AllocSpace objects, 6(264KB) LOS objects, 7% free, 47MB/51MB, paused 2.405ms total 245.012ms
03-08 11:09:24.520: I/HwPowerMonitor.PowerExceptionObservable(4137): unhandled onEvent actionID: 3002
03-08 11:09:24.520: I/HwSystemManager(4235): BgPowerManagerService:BgPowerManagerSerivce plugged =2 currentThreshold = 8 mRawLevel = 12mLastRawLevel12
03-08 11:09:24.520: I/HwSystemManager(4235): BgPowerManagerService: mTimes = 118996 firstTime = 666137 firstmBatteryCapacity =320
03-08 11:09:25.520: I/HwPowerMonitor.PowerExceptionObservable(4137): unhandled onEvent actionID: 3002
03-08 11:09:25.520: I/HwSystemManager(4235): BgPowerManagerService:BgPowerManagerSerivce plugged =2 currentThreshold = 8 mRawLevel = 12mLastRawLevel12
03-08 11:09:25.520: I/HwSystemManager(4235): BgPowerManagerService: mTimes = 120001 firstTime = 666137 firstmBatteryCapacity =320
03-08 11:09:27.130: I/Ads(9581): Ad is not visible. Not refreshing ad.
03-08 11:09:27.130: I/Ads(9581): Scheduling ad refresh 60000 milliseconds from now.
03-08 11:09:27.400: I/Ads(9581): Ad is not visible. Not refreshing ad.
03-08 11:09:27.400: I/Ads(9581): Scheduling ad refresh 60000 milliseconds from now.
03-08 11:09:27.740: I/wpa_supplicant(3924): wlan0: HEART-BEAT-ACK: 50
03-08 11:09:42.760: I/wpa_supplicant(3924): wlan0: HEART-BEAT-ACK: 51
03-08 11:09:43.490: I/wpa_supplicant(3924): wlan0: CTRL-EVENT-SCAN-STARTED 
03-08 11:09:51.230: I/PhoneStatusBar(3729): notification pkg =com.tencent.mtt
03-08 11:09:51.230: I/PhoneStatusBar(3729): notification provisioned=true, score =20, [score > HIDE_ICONS_BELOW_SCORE] =true, showNotificationEvenIfUnprovisioned = false
03-08 11:09:51.230: I/PhoneStatusBar(3729): notification pkg =com.android.settings
03-08 11:09:51.230: I/PhoneStatusBar(3729): notification provisioned=true, score =10, [score > HIDE_ICONS_BELOW_SCORE] =true, showNotificationEvenIfUnprovisioned = false
03-08 11:09:51.230: I/PhoneStatusBar(3729): notification pkg =android
03-08 11:09:51.230: I/PhoneStatusBar(3729): notification provisioned=true, score =0, [score > HIDE_ICONS_BELOW_SCORE] =true, showNotificationEvenIfUnprovisioned = false
03-08 11:09:51.230: I/PhoneStatusBar(3729): notification pkg =android
03-08 11:09:51.230: I/PhoneStatusBar(3729): notification provisioned=true, score =-10, [score > HIDE_ICONS_BELOW_SCORE] =true, showNotificationEvenIfUnprovisioned = false
03-08 11:09:51.230: I/PhoneStatusBar(3729): notification pkg =com.tencent.mtt
03-08 11:09:51.230: I/PhoneStatusBar(3729): notification provisioned=true, score =20, [score > HIDE_ICONS_BELOW_SCORE] =true, showNotificationEvenIfUnprovisioned = false
03-08 11:09:51.230: I/PhoneStatusBar(3729): notification pkg =com.huawei.internetaudioservice
03-08 11:09:51.230: I/PhoneStatusBar(3729): notification provisioned=true, score =0, [score > HIDE_ICONS_BELOW_SCORE] =true, showNotificationEvenIfUnprovisioned = false
03-08 11:09:51.230: I/PhoneStatusBar(3729): notification pkg =com.dianping.v1
03-08 11:09:51.230: I/PhoneStatusBar(3729): notification provisioned=true, score =0, [score > HIDE_ICONS_BELOW_SCORE] =true, showNotificationEvenIfUnprovisioned = false
03-08 11:09:52.870: I/Ads(9581): Ad is not visible. Not refreshing ad.
03-08 11:09:52.870: I/Ads(9581): Scheduling ad refresh 60000 milliseconds from now.
03-08 11:09:52.940: I/Ads(9581): Ad is not visible. Not refreshing ad.
03-08 11:09:52.940: I/Ads(9581): Scheduling ad refresh 60000 milliseconds from now.
03-08 11:09:54.590: I/HwPowerMonitor.PowerExceptionObservable(4137): unhandled onEvent actionID: 3002
03-08 11:09:54.590: I/HwSystemManager(4235): BgPowerManagerService:BgPowerManagerSerivce plugged =2 currentThreshold = 8 mRawLevel = 12mLastRawLevel12
03-08 11:09:54.590: I/HwSystemManager(4235): BgPowerManagerService: mTimes = 149067 firstTime = 666137 firstmBatteryCapacity =320
03-08 11:09:55.180: I/AudioPolicyManager(3045): isStreamActive() stream 3 inPastMs 0
03-08 11:09:57.770: I/wpa_supplicant(3924): wlan0: HEART-BEAT-ACK: 52
03-08 11:09:59.880: I/wpa_supplicant(3924): wlan0: CTRL-EVENT-SCAN-STARTED 
03-08 11:09:59.990: I/HwLauncher(4159): Model  onReceive intent=Intent { act=android.intent.action.TIME_TICK flg=0x50000014 (has extras) }
03-08 11:10:00.000: I/TimeManager(3729): receiver action = android.intent.action.TIME_TICK
03-08 11:10:00.000: I/TimeManager(3729): send message delay millis = 60991 ms
03-08 11:10:00.000: I/TimeManager(3729): hand message 1
03-08 11:10:00.000: I/TimeManager(3729): notify time change. size = 2
03-08 11:10:00.000: I/TimeLayout(3729): time = 11:10
03-08 11:10:00.000: I/TimeLayout(3729): updateDate date = 2017/3/8
03-08 11:10:00.000: I/TimeLayout(3729): weekDay = 星期三
03-08 11:10:01.260: I/ActivityManager(3308): filter receiver for action = android.net.wifi.SCAN_RESULTS
03-08 11:10:03.480: I/wpa_supplicant(3924): wlan0: CTRL-EVENT-SCAN-STARTED 
03-08 11:10:04.880: I/ActivityManager(3308): filter receiver for action = android.net.wifi.SCAN_RESULTS
03-08 11:10:05.020: I/art(3308): Background partial concurrent mark sweep GC freed 60445(2MB) AllocSpace objects, 10(344KB) LOS objects, 7% free, 48MB/52MB, paused 2.012ms total 250.063ms
03-08 11:10:12.780: I/wpa_supplicant(3924): wlan0: HEART-BEAT-ACK: 53
03-08 11:10:18.490: I/Ads(9581): Ad is not visible. Not refreshing ad.
03-08 11:10:18.490: I/Ads(9581): Scheduling ad refresh 60000 milliseconds from now.
03-08 11:10:18.550: I/Ads(9581): Ad is not visible. Not refreshing ad.
03-08 11:10:18.550: I/Ads(9581): Scheduling ad refresh 60000 milliseconds from now.
03-08 11:10:23.480: I/wpa_supplicant(3924): wlan0: CTRL-EVENT-SCAN-STARTED 
03-08 11:10:24.670: I/HwPowerMonitor.PowerExceptionObservable(4137): unhandled onEvent actionID: 3002
03-08 11:10:24.670: I/HwSystemManager(4235): BgPowerManagerService:BgPowerManagerSerivce plugged =2 currentThreshold = 8 mRawLevel = 12mLastRawLevel12
03-08 11:10:24.670: I/HwSystemManager(4235): BgPowerManagerService: mTimes = 179148 firstTime = 666137 firstmBatteryCapacity =320
03-08 11:10:25.520: I/HwPowerMonitor.PowerExceptionObservable(4137): unhandled onEvent actionID: 3002
03-08 11:10:25.520: I/HwSystemManager(4235): BgPowerManagerService:BgPowerManagerSerivce plugged =2 currentThreshold = 8 mRawLevel = 12mLastRawLevel12
03-08 11:10:25.520: I/HwSystemManager(4235): BgPowerManagerService: mTimes = 179999 firstTime = 666137 firstmBatteryCapacity =320
03-08 11:10:27.130: I/Ads(9581): Ad is not visible. Not refreshing ad.
03-08 11:10:27.130: I/Ads(9581): Scheduling ad refresh 60000 milliseconds from now.
03-08 11:10:27.400: I/Ads(9581): Ad is not visible. Not refreshing ad.
03-08 11:10:27.400: I/Ads(9581): Scheduling ad refresh 60000 milliseconds from now.
03-08 11:10:27.790: I/wpa_supplicant(3924): wlan0: HEART-BEAT-ACK: 54
03-08 11:10:42.800: I/wpa_supplicant(3924): wlan0: HEART-BEAT-ACK: 55
03-08 11:10:47.170: I/wpa_supplicant(3924): wlan0: CTRL-EVENT-SCAN-STARTED 
03-08 11:10:47.320: I/System(5069): core_booster, getBoosterConfig = false
03-08 11:10:47.320: I/System.out(5069): [CDS]rx timeout:20000
03-08 11:10:47.320: I/System.out(5069): [socket][13] connection report.imtt.qq.com/14.17.41.197:80;LocalPort=40588(20000)
03-08 11:10:47.320: I/System.out(5069): [CDS]connect[report.imtt.qq.com/14.17.41.197:80] tm:20
03-08 11:10:47.400: I/System.out(5069): [socket][/192.168.1.177:40588] connected
03-08 11:10:47.530: I/System.out(5069): [CDS]close[40588]
03-08 11:10:47.530: I/System.out(5069): close [socket][/0.0.0.0:40588]
03-08 11:10:51.150: I/art(5069): Explicit concurrent mark sweep GC freed 25155(1815KB) AllocSpace objects, 50(1247KB) LOS objects, 11% free, 30MB/34MB, paused 1.782ms total 70.638ms
03-08 11:10:51.330: I/PhoneStatusBar(3729): notification pkg =com.tencent.mtt
03-08 11:10:51.330: I/PhoneStatusBar(3729): notification provisioned=true, score =20, [score > HIDE_ICONS_BELOW_SCORE] =true, showNotificationEvenIfUnprovisioned = false
03-08 11:10:51.330: I/PhoneStatusBar(3729): notification pkg =com.android.settings
03-08 11:10:51.330: I/PhoneStatusBar(3729): notification provisioned=true, score =10, [score > HIDE_ICONS_BELOW_SCORE] =true, showNotificationEvenIfUnprovisioned = false
03-08 11:10:51.330: I/PhoneStatusBar(3729): notification pkg =android
03-08 11:10:51.330: I/PhoneStatusBar(3729): notification provisioned=true, score =0, [score > HIDE_ICONS_BELOW_SCORE] =true, showNotificationEvenIfUnprovisioned = false
03-08 11:10:51.330: I/PhoneStatusBar(3729): notification pkg =android
03-08 11:10:51.340: I/PhoneStatusBar(3729): notification provisioned=true, score =-10, [score > HIDE_ICONS_BELOW_SCORE] =true, showNotificationEvenIfUnprovisioned = false
03-08 11:10:51.340: I/PhoneStatusBar(3729): notification pkg =com.tencent.mtt
03-08 11:10:51.340: I/PhoneStatusBar(3729): notification provisioned=true, score =20, [score > HIDE_ICONS_BELOW_SCORE] =true, showNotificationEvenIfUnprovisioned = false
03-08 11:10:51.340: I/PhoneStatusBar(3729): notification pkg =com.huawei.internetaudioservice
03-08 11:10:51.340: I/PhoneStatusBar(3729): notification provisioned=true, score =0, [score > HIDE_ICONS_BELOW_SCORE] =true, showNotificationEvenIfUnprovisioned = false
03-08 11:10:51.340: I/PhoneStatusBar(3729): notification pkg =com.dianping.v1
03-08 11:10:51.340: I/PhoneStatusBar(3729): notification provisioned=true, score =0, [score > HIDE_ICONS_BELOW_SCORE] =true, showNotificationEvenIfUnprovisioned = false
03-08 11:10:52.880: I/Ads(9581): Ad is not visible. Not refreshing ad.
03-08 11:10:52.880: I/Ads(9581): Scheduling ad refresh 60000 milliseconds from now.
03-08 11:10:52.910: I/art(3308): Background partial concurrent mark sweep GC freed 73898(3MB) AllocSpace objects, 8(448KB) LOS objects, 7% free, 47MB/51MB, paused 2.522ms total 246.462ms
03-08 11:10:52.940: I/Ads(9581): Ad is not visible. Not refreshing ad.
03-08 11:10:52.940: I/Ads(9581): Scheduling ad refresh 60000 milliseconds from now.
03-08 11:10:54.750: I/HwPowerMonitor.PowerExceptionObservable(4137): unhandled onEvent actionID: 3002
03-08 11:10:54.750: I/HwSystemManager(4235): BgPowerManagerService:BgPowerManagerSerivce plugged =2 currentThreshold = 8 mRawLevel = 12mLastRawLevel12
03-08 11:10:54.750: I/HwSystemManager(4235): BgPowerManagerService: mTimes = 209225 firstTime = 666137 firstmBatteryCapacity =320
03-08 11:10:55.240: I/AudioPolicyManager(3045): isStreamActive() stream 3 inPastMs 0
03-08 11:10:57.810: I/wpa_supplicant(3924): wlan0: HEART-BEAT-ACK: 56
03-08 11:11:00.000: I/HwLauncher(4159): Model  onReceive intent=Intent { act=android.intent.action.TIME_TICK flg=0x50000014 (has extras) }
03-08 11:11:00.000: I/TimeManager(3729): receiver action = android.intent.action.TIME_TICK
03-08 11:11:00.000: I/TimeManager(3729): send message delay millis = 60990 ms
03-08 11:11:00.000: I/TimeManager(3729): hand message 1
03-08 11:11:00.000: I/TimeManager(3729): notify time change. size = 2
03-08 11:11:00.000: I/TimeLayout(3729): time = 11:11
03-08 11:11:00.000: I/TimeLayout(3729): updateDate date = 2017/3/8
03-08 11:11:00.000: I/TimeLayout(3729): weekDay = 星期三
03-08 11:11:03.480: I/wpa_supplicant(3924): wlan0: CTRL-EVENT-SCAN-STARTED 
03-08 11:11:03.930: I/wpa_supplicant(3924): wlan0: CTRL-EVENT-DISCONNECTED bssid=b8:f8:83:12:d5:de reason=3 locally_generated=1
03-08 11:11:03.990: I/wpa_supplicant(3924): wlan0: Trying to associate with SSID '108tian'
03-08 11:11:04.020: I/wpa_supplicant(3924): wlan0: Associated with fc:d7:33:d7:cd:48
03-08 11:11:04.350: I/wpa_supplicant(3924): wlan0: WPA: Key negotiation completed with fc:d7:33:d7:cd:48 [PTK=CCMP GTK=CCMP]
03-08 11:11:04.350: I/wpa_supplicant(3924): wlan0: CTRL-EVENT-CONNECTED - Connection to fc:d7:33:d7:cd:48 completed [id=0 id_str=]
03-08 11:11:04.440: E/native(3308): do suspend false
03-08 11:11:04.450: I/ActivityManager(3308): filter receiver for action = android.net.wifi.supplicant.STATE_CHANGE
03-08 11:11:04.460: I/DHCPCD(11549): sending signal 14 to pid 4815
03-08 11:11:04.460: I/DHCPCD(4815): received SIGALRM, renewing
03-08 11:11:04.460: I/DHCPCD(4815): wlan0: dhcp renew, renewing lease of 192.168.1.177
03-08 11:11:04.590: I/DHCPCD(4815): wlan0: dhcp ack, acknowledged 192.168.1.177 from 192.168.1.1
03-08 11:11:04.640: I/DHCPCD(4815): wlan0: leased 192.168.1.177 for 600 seconds
03-08 11:11:04.880: I/ActivityManager(3308): filter receiver for action = android.net.wifi.STATE_CHANGE
03-08 11:11:04.900: I/ActivityManager(3308): filter receiver for action = android.net.wifi.STATE_CHANGE
03-08 11:11:04.910: I/ActivityManager(3308): filter receiver for action = android.net.wifi.STATE_CHANGE
03-08 11:11:04.920: I/NetworkSpeedManagerEx(3729): receive:android.net.wifi.STATE_CHANGE
03-08 11:11:04.920: I/NetworkSpeedManagerEx(3729): wifiManager = android.net.wifi.WifiManager@1e76be57
03-08 11:11:04.930: I/NetworkSpeedManagerEx(3729): mIsNetworkSpeedEnabled = false, mIsAirplaneMode = false, mIsWifiConnected = true, mIsHasIccCard = false, mIsDataSwitchEnabled = true
03-08 11:11:04.930: I/NetworkSpeedManagerEx(3729): stop
03-08 11:11:04.970: I/NetworkSpeedManagerEx(3729): receive:android.net.wifi.STATE_CHANGE
03-08 11:11:04.970: I/NetworkSpeedManagerEx(3729): wifiManager = android.net.wifi.WifiManager@1e76be57
03-08 11:11:04.970: I/NetworkSpeedManagerEx(3729): mIsNetworkSpeedEnabled = false, mIsAirplaneMode = false, mIsWifiConnected = true, mIsHasIccCard = false, mIsDataSwitchEnabled = true
03-08 11:11:04.970: I/NetworkSpeedManagerEx(3729): stop
03-08 11:11:05.010: I/NetworkSpeedManagerEx(3729): receive:android.net.wifi.STATE_CHANGE
03-08 11:11:05.010: I/NetworkSpeedManagerEx(3729): wifiManager = android.net.wifi.WifiManager@1e76be57
03-08 11:11:05.020: I/NetworkSpeedManagerEx(3729): mIsNetworkSpeedEnabled = false, mIsAirplaneMode = false, mIsWifiConnected = true, mIsHasIccCard = false, mIsDataSwitchEnabled = true
03-08 11:11:05.020: I/NetworkSpeedManagerEx(3729): stop
03-08 11:11:05.140: I/wpa_supplicant(3924): wlan0: CTRL-EVENT-SCAN-STARTED 
03-08 11:11:05.440: I/art(3308): Background sticky concurrent mark sweep GC freed 49163(2MB) AllocSpace objects, 9(180KB) LOS objects, 3% free, 49MB/51MB, paused 3.228ms total 103.049ms
03-08 11:11:05.470: I/PhoneStatusBar(3729): notification pkg =com.tencent.mtt
03-08 11:11:05.470: I/PhoneStatusBar(3729): notification provisioned=true, score =20, [score > HIDE_ICONS_BELOW_SCORE] =true, showNotificationEvenIfUnprovisioned = false
03-08 11:11:05.470: I/PhoneStatusBar(3729): notification pkg =com.android.settings
03-08 11:11:05.470: I/PhoneStatusBar(3729): notification provisioned=true, score =10, [score > HIDE_ICONS_BELOW_SCORE] =true, showNotificationEvenIfUnprovisioned = false
03-08 11:11:05.470: I/PhoneStatusBar(3729): notification pkg =android
03-08 11:11:05.470: I/PhoneStatusBar(3729): notification provisioned=true, score =0, [score > HIDE_ICONS_BELOW_SCORE] =true, showNotificationEvenIfUnprovisioned = false
03-08 11:11:05.470: I/PhoneStatusBar(3729): notification pkg =android
03-08 11:11:05.470: I/PhoneStatusBar(3729): notification provisioned=true, score =-10, [score > HIDE_ICONS_BELOW_SCORE] =true, showNotificationEvenIfUnprovisioned = false
03-08 11:11:05.470: I/PhoneStatusBar(3729): notification pkg =com.tencent.mtt
03-08 11:11:05.470: I/PhoneStatusBar(3729): notification provisioned=true, score =20, [score > HIDE_ICONS_BELOW_SCORE] =true, showNotificationEvenIfUnprovisioned = false
03-08 11:11:05.470: I/PhoneStatusBar(3729): notification pkg =com.huawei.internetaudioservice
03-08 11:11:05.470: I/PhoneStatusBar(3729): notification provisioned=true, score =0, [score > HIDE_ICONS_BELOW_SCORE] =true, showNotificationEvenIfUnprovisioned = false
03-08 11:11:05.470: I/PhoneStatusBar(3729): notification pkg =com.dianping.v1
03-08 11:11:05.470: I/PhoneStatusBar(3729): notification provisioned=true, score =0, [score > HIDE_ICONS_BELOW_SCORE] =true, showNotificationEvenIfUnprovisioned = false
03-08 11:11:06.940: W/ArpVerifier(3308): ignore msg MSG_CHECK_WIFI_STATE, msg token = 8, expected token = 10
03-08 11:11:06.950: W/ArpVerifier(3308): ignore msg MSG_CHECK_WIFI_STATE, msg token = 9, expected token = 10
03-08 11:11:08.130: W/ArpVerifier(3308): ignore msg MSG_CHECK_WIFI_STATE, msg token = 7, expected token = 10
03-08 11:11:08.130: W/ArpVerifier(3308): MSG_NET_ACCESS_DETECT: gateway = 192.168.1.1, mac = 00:16:e6:65:35:d2
03-08 11:11:09.150: I/System(3308): core_booster, getBoosterConfig = false
03-08 11:11:09.150: I/System.out(3308): [CDS]rx timeout:4000
03-08 11:11:09.150: I/System.out(3308): [socket][13] connection www.baidu.com/220.181.112.244:80;LocalPort=40482(4000)
03-08 11:11:09.150: I/System.out(3308): [CDS]connect[www.baidu.com/220.181.112.244:80] tm:4
03-08 11:11:09.160: I/System.out(3308): [socket][/192.168.1.177:40482] connected
03-08 11:11:09.200: I/System(3308): core_booster, getBoosterConfig = false
03-08 11:11:09.200: I/System.out(3308): [CDS]rx timeout:4000
03-08 11:11:09.200: I/System.out(3308): [socket][14] connection www.youku.com/106.11.186.1:80;LocalPort=60823(4000)
03-08 11:11:09.200: I/System.out(3308): [CDS]connect[www.youku.com/106.11.186.1:80] tm:4
03-08 11:11:09.210: I/System.out(3308): [socket][/192.168.1.177:60823] connected
03-08 11:11:09.220: I/System.out(3308): [CDS]rx timeout:100
03-08 11:11:09.240: I/System.out(3308): [CDS]rx timeout:4000
03-08 11:11:09.300: E/Thermal-daemon(2783): [flash_led] temp_new :34  temp_old :33
03-08 11:11:12.830: I/wpa_supplicant(3924): wlan0: HEART-BEAT-ACK: 57
03-08 11:11:14.810: E/Thermal-daemon(2783): [flash_led] temp_new :33  temp_old :34
03-08 11:11:18.490: I/Ads(9581): Ad is not visible. Not refreshing ad.
03-08 11:11:18.490: I/Ads(9581): Scheduling ad refresh 60000 milliseconds from now.
03-08 11:11:18.550: I/Ads(9581): Ad is not visible. Not refreshing ad.
03-08 11:11:18.550: I/Ads(9581): Scheduling ad refresh 60000 milliseconds from now.
03-08 11:11:24.830: I/HwPowerMonitor.PowerExceptionObservable(4137): unhandled onEvent actionID: 3002
03-08 11:11:24.840: I/HwSystemManager(4235): BgPowerManagerService:BgPowerManagerSerivce plugged =2 currentThreshold = 8 mRawLevel = 12mLastRawLevel12
03-08 11:11:24.840: I/HwSystemManager(4235): BgPowerManagerService: mTimes = 239317 firstTime = 666137 firstmBatteryCapacity =320
03-08 11:11:25.130: I/wpa_supplicant(3924): wlan0: CTRL-EVENT-SCAN-STARTED 
03-08 11:11:25.520: I/HwPowerMonitor.PowerExceptionObservable(4137): unhandled onEvent actionID: 3002
03-08 11:11:25.520: I/HwSystemManager(4235): BgPowerManagerService:BgPowerManagerSerivce plugged =2 currentThreshold = 8 mRawLevel = 12mLastRawLevel12
03-08 11:11:25.520: I/HwSystemManager(4235): BgPowerManagerService: mTimes = 240002 firstTime = 666137 firstmBatteryCapacity =320
03-08 11:11:27.130: I/Ads(9581): Ad is not visible. Not refreshing ad.
03-08 11:11:27.130: I/Ads(9581): Scheduling ad refresh 60000 milliseconds from now.
03-08 11:11:27.400: I/Ads(9581): Ad is not visible. Not refreshing ad.
03-08 11:11:27.400: I/Ads(9581): Scheduling ad refresh 60000 milliseconds from now.
03-08 11:11:27.840: I/wpa_supplicant(3924): wlan0: HEART-BEAT-ACK: 58
03-08 11:11:31.330: E/Thermal-daemon(2783): [flash_led] temp_new :34  temp_old :33
: E/(): Device disconnected

@armnotstrong armnotstrong changed the title using example to request a bannerView some time is empty android using example to request a bannerView sometimes is not showed on android Mar 8, 2017
@armnotstrong
Copy link
Author

sorry, show be issued with googleads-mobile-unity wrong place, sorry for trouble.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant