Closed yuandra closed 10 years ago
Hi @yuandra!
I've checked code and your case looks pretty strange... UnityPlugin.instance() cannot be null. .helper() could be null only before setup is started, but you made a purchase, so it's not your case... Does it happen every time?
Could you try .apk with another App Store? With Google or Amazon or with Yandex?
Hi @oorlov !
Thanks for the quick reply. I rebuild and tested using Google Store with Samsung Galaxy S3 and it works fine.. No crashing when going back from the payment screen to the app.
For the nokia-x, it crashes every time I'm going back to the app from the payment and the app restart from the first screen. Yes, what's weird is that the activity was fine when running the payment, but just failed when going back to the app..
I wonder if this line with the result info might have a hand in the null pointer exception ? (since the who=null) - just making a shot in the dark here -
result ResultInfo{who=null, request=10001, result=-1, data=Intent { (has extras) }} to activity {com.test.openiab/org.onepf.openiab.UnityProxyActivity}: java.lang.NullPointerException
I guess this line just display result code our UnityProxyActivity returns when die. Could you collect more logs from Nokia device? Probably system services says something useful in log
Hi @oorlov ,
here is a more complete log. I run the app using OpenIAB-demo test scene. I press the init button, then the purchase button. The app open the payment screen, payment success, got notification sms. However after that the app is crashed, and auto restarted (back to the OpenIAB-demo test scene)
06-06 17:55:59.999: W/PowerManager(559): accept Wake require,start process. the mTag is:AlarmManager, the mFlags is:1
06-06 17:56:00.029: W/PowerManager(559): accept Wake release,start process. the mTag is:AlarmManager, the mFlags is:1
06-06 17:56:00.089: E/SWIPE(559): clear()
06-06 17:56:00.089: D/SWIPE(559): Check swipe down for x/y: 96.0 / 61.0
06-06 17:56:00.199: D/SWIPE(559): touch up event 95.0 60.0
06-06 17:56:00.199: D/SWIPE(559): send replay touch down event
06-06 17:56:00.319: D/OpenIAB-UnityPlugin(3071): createBroadcasts
06-06 17:56:00.319: D/OpenIAB-UnityPlugin(3071): Starting setup.
06-06 17:56:00.369: I/isBillingAvailable(3071): NIAP signature verified
06-06 17:56:00.519: D/dalvikvm(3071): GC_CONCURRENT freed 333K, 6% free 8612K/9159K, paused 12ms+12ms, total 47ms
06-06 17:56:00.519: I/isBillingAvailable(3071): NIAP signature verified
06-06 17:56:00.519: D/OpenIAB-UnityPlugin(3071): Setup finished.
06-06 17:56:00.519: D/OpenIAB-UnityPlugin(3071): Setup successful.
06-06 17:56:00.519: W/dalvikvm(3071): Link of class 'Lorg/onepf/oms/appstore/TStoreRequestCallback;' failed
06-06 17:56:00.519: E/dalvikvm(3071): Could not find class 'org.onepf.oms.appstore.TStoreRequestCallback', referenced from method org.onepf.oms.appstore.TStoreBillingService.launchPurchaseFlow
06-06 17:56:00.519: W/dalvikvm(3071): VFY: unable to resolve new-instance 3043 (Lorg/onepf/oms/appstore/TStoreRequestCallback;) in Lorg/onepf/oms/appstore/TStoreBillingService;
06-06 17:56:00.529: W/dalvikvm(3071): VFY: unable to resolve static method 15411: Lcom/skplanet/dodo/IapPlugin;.getPlugin (Landroid/content/Context;)Lcom/skplanet/dodo/IapPlugin;
06-06 17:56:00.529: W/dalvikvm(3071): Link of class 'Lorg/onepf/oms/appstore/TStoreRequestCallback;' failed
06-06 17:56:00.529: I/Unity(3071): billingSupportedEvent
06-06 17:56:00.529: I/Unity(3071):
06-06 17:56:00.529: I/Unity(3071): (Filename: ./artifacts/AndroidManagedGenerated/UnityEngineDebug.cpp Line: 49)
06-06 17:56:02.859: W/PowerManager(559): accept Wake release,start process. the mTag is:keyguard, the mFlags is:268435482
06-06 17:56:16.589: E/SWIPE(559): clear()
06-06 17:56:16.589: D/SWIPE(559): Check swipe down for x/y: 96.0 / 143.0
06-06 17:56:16.709: D/SWIPE(559): touch up event 95.0 144.0
06-06 17:56:16.709: D/SWIPE(559): send replay touch down event
06-06 17:56:16.729: I/ActivityManager(559): START {cmp=com.test.openiab/org.onepf.openiab.UnityProxyActivity (has extras) u=0} from pid 3071
06-06 17:56:16.729: V/ActivityManager(559): Starting new activity ActivityRecord{41feb008 com.test.openiab/org.onepf.openiab.UnityProxyActivity} in existing task TaskRecord{41f66fa0 #5 A com.test.openiab U 0}
06-06 17:56:16.879: D/dalvikvm(559): GC_FOR_ALLOC freed 2463K, 35% free 16657K/25415K, paused 63ms, total 63ms
06-06 17:56:16.939: W/PowerManager(559): accept Wake require,start process. the mTag is:ActivityManager-Launch, the mFlags is:1
06-06 17:56:17.139: E/AudioFlinger(173): stop(4097), calling pid 3071
06-06 17:56:17.139: V/AudioPolicyManager7627a(173): stopOutput() output 2, stream 3, session 12
06-06 17:56:17.139: V/AudioPolicyManagerBase(173): changeRefCount() stream 3, count 0
06-06 17:56:17.139: V/AudioPolicyManagerBase(173): getNewDevice() selected device 0
06-06 17:56:17.139: V/AudioPolicyManager7627a(173): setOutputDevice() output 2 device 0000 delayMs 108
06-06 17:56:17.139: V/AudioPolicyManager7627a(173): setOutputDevice() prevDevice 0002
06-06 17:56:17.139: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-06 17:56:17.139: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 1, device 1
06-06 17:56:17.139: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 2, device 2
06-06 17:56:17.139: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-06 17:56:17.149: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 3, device 2
06-06 17:56:17.149: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-06 17:56:17.149: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 4, device 2
06-06 17:56:17.149: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 5, device 2
06-06 17:56:17.149: V/AudioPolicyManager7627a(173): getDeviceForStrategy(). STRATEGY_VIDEOCALL. mForceUse[AudioSystem::FOR_COMMUNICATION]:0.
06-06 17:56:17.149: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 6, device 1
06-06 17:56:17.149: V/AudioPolicyManager7627a(173): setOutputDevice() setting null device for output 2
06-06 17:56:17.149: V/AudioPolicyManager7627a(173): getDeviceForStrategy() from cache strategy 3, device 2
06-06 17:56:17.149: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-06 17:56:17.149: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 3, device 2
06-06 17:56:17.149: V/AudioPolicyManager7627a(173): getDeviceForStrategy() from cache strategy 0, device 2
06-06 17:56:17.149: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-06 17:56:17.149: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-06 17:56:17.149: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 1, device 1
06-06 17:56:17.149: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 2, device 2
06-06 17:56:17.149: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-06 17:56:17.149: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 3, device 2
06-06 17:56:17.149: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-06 17:56:17.149: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 4, device 2
06-06 17:56:17.149: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 5, device 2
06-06 17:56:17.149: V/AudioPolicyManager7627a(173): getDeviceForStrategy(). STRATEGY_VIDEOCALL. mForceUse[AudioSystem::FOR_COMMUNICATION]:0.
06-06 17:56:17.149: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 6, device 1
06-06 17:56:17.149: V/AudioPolicyManagerBase(173): releaseOutput() 2
06-06 17:56:17.159: V/WindowManager(559): Skipping set freeze of Token{41feb150 ActivityRecord{41feb008 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}
06-06 17:56:17.159: V/WindowManager(559): setAppVisibility(Token{41feb150 ActivityRecord{41feb008 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}, visible=true): mNextAppTransition=4102 hidden=true hiddenRequested=true
06-06 17:56:17.159: V/WindowManager(559): Checking app orientation: AppWindowToken{420804e0 token=Token{41feb150 ActivityRecord{41feb008 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}}
06-06 17:56:17.159: V/WindowManager(559): Done at AppWindowToken{420804e0 token=Token{41feb150 ActivityRecord{41feb008 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}} -- full screen, return -1
06-06 17:56:17.159: V/WindowManager(559): Application requested orientation -1, got rotation 0 which has compatible metrics
06-06 17:56:17.159: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(mRealDisplayMetrics, 480, 800)
06-06 17:56:17.159: D/WindowManager(559): Set app display size: 480x800
06-06 17:56:17.159: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(dm, 480, 800)
06-06 17:56:17.159: D/WindowManager(559): computeScreenConfigurationLocked:ret:config.orientation=1
06-06 17:56:17.159: V/WindowManager(559): setAppVisibility(Token{41a2c278 ActivityRecord{41a50d78 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}, visible=false): mNextAppTransition=4102 hidden=false hiddenRequested=false
06-06 17:56:17.169: D/BYD_Flex(3071): getValue() name = @NOKIAFLEX@packageNeedData
06-06 17:56:17.199: D/BYD_Flex(3071): getValue() readFlexFromXml = TypedValue{t=0x0/d=0x0}
06-06 17:56:17.199: D/BYD_Flex(3071): getValue() name = @NOKIAFLEX@setDataUsageReminder
06-06 17:56:17.209: D/BYD_Flex(3071): getValue() readFlexFromXml = TypedValue{t=0x0/d=0x0}
06-06 17:56:17.219: I/ActivityManager(559): START {flg=0x400000 cmp=com.nokia.payment.iapenabler/o.Ć (has extras) u=0} from pid -1
06-06 17:56:17.219: W/PowerManager(559): accept Wake require,start process. the mTag is:ActivityManager-Launch, the mFlags is:1
06-06 17:56:17.219: V/ActivityManager(559): Starting new activity ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć} in existing task TaskRecord{41f66fa0 #5 A com.test.openiab U 0}
06-06 17:56:17.239: E/AudioFlinger(173): PlaybackThread::Track destructor
06-06 17:56:17.239: V/WindowManager(559): Skipping set freeze of Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}
06-06 17:56:17.239: V/WindowManager(559): setAppVisibility(Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}, visible=true): mNextAppTransition=4102 hidden=true hiddenRequested=true
06-06 17:56:17.239: V/WindowManager(559): Checking app orientation: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:17.249: V/WindowManager(559): Checking app orientation: AppWindowToken{420804e0 token=Token{41feb150 ActivityRecord{41feb008 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}}
06-06 17:56:17.249: V/WindowManager(559): Done at AppWindowToken{420804e0 token=Token{41feb150 ActivityRecord{41feb008 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}} -- full screen, return -1
06-06 17:56:17.249: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(mRealDisplayMetrics, 480, 800)
06-06 17:56:17.249: D/WindowManager(559): Set app display size: 480x800
06-06 17:56:17.249: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(dm, 480, 800)
06-06 17:56:17.249: D/WindowManager(559): computeScreenConfigurationLocked:ret:config.orientation=1
06-06 17:56:17.249: D/BYD_Flex(2051): getValue() name = @NOKIAFLEX@packageNeedData
06-06 17:56:17.259: I/WindowManager(559): Window Window{419d2db0 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false} visible with new config: {1.0 510mcc1mnc en_GB sw320dp w320dp h509dp nrml long port finger -keyb/v/h -nav/h s.4} / 0x0
06-06 17:56:17.259: I/WindowStateAnimator(559): createSurface WindowStateAnimator (com.test.openiab/org.onepf.openiab.UnityProxyActivity): mSurface null, mAnimation null: mDrawState=DRAW_PENDING
06-06 17:56:17.259: V/WindowManager(559): Checking app orientation: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:17.259: V/WindowManager(559): Checking app orientation: AppWindowToken{420804e0 token=Token{41feb150 ActivityRecord{41feb008 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}}
06-06 17:56:17.259: V/WindowManager(559): Done at AppWindowToken{420804e0 token=Token{41feb150 ActivityRecord{41feb008 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}} -- full screen, return -1
06-06 17:56:17.259: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:17.259: V/WindowManager(559): Eval win Window{419d2db0 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false}: isDrawn=false, isAnimating=true
06-06 17:56:17.259: V/WindowManager(559): Not displayed: s=Surface(name=com.test.openiab/org.onepf.openiab.UnityProxyActivity, identity=44) pv=true mDrawState=1 ah=false th=false a=false
06-06 17:56:17.259: V/WindowManager(559): Resize reasons: contentInsetsChanged=false visibleInsetsChanged=false surfaceResized=true configChanged=false
06-06 17:56:17.259: V/WindowManager(559): Resizing window Window{419d2db0 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false} to 480.0x800.0
06-06 17:56:17.269: D/BYD_Flex(2051): getValue() readFlexFromXml = TypedValue{t=0x0/d=0x0}
06-06 17:56:17.269: D/BYD_Flex(2051): getValue() name = @NOKIAFLEX@setDataUsageReminder
06-06 17:56:17.269: V/WindowManager(559): Reporting new frame to Window{419d2db0 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false}: Rect(0, 0 - 480, 800)
06-06 17:56:17.269: I/WindowManager(559): Resizing Window{419d2db0 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false} WITH DRAW PENDING
06-06 17:56:17.279: D/BYD_Flex(2051): getValue() readFlexFromXml = TypedValue{t=0x0/d=0x0}
06-06 17:56:17.279: D/BatteryService(559): level:99 scale:100 status:2 health:2 present:true voltage: 4163 temperature: 360 technology: Li-ion AC powered:false USB powered:true icon:17303042 invalid charger:0
06-06 17:56:17.289: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-06 17:56:17.289: W/memalloc(170): Falling back to system heap
06-06 17:56:17.309: V/WindowStateAnimator(559): finishDrawingLocked: mDrawState=COMMIT_DRAW_PENDING WindowStateAnimator (com.test.openiab/org.onepf.openiab.UnityProxyActivity): mSurface Surface(name=com.test.openiab/org.onepf.openiab.UnityProxyActivity, identity=44), mAnimation null in Surface(name=com.test.openiab/org.onepf.openiab.UnityProxyActivity, identity=44)
06-06 17:56:17.309: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:17.309: V/WindowManager(559): Eval win Window{419d2db0 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false}: isDrawn=true, isAnimating=true
06-06 17:56:17.309: V/WindowManager(559): tokenMayBeDrawn: AppWindowToken{420804e0 token=Token{41feb150 ActivityRecord{41feb008 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}} freezingScreen=false mAppFreezing=false
06-06 17:56:17.349: V/WindowManager(559): Checking app orientation: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:17.349: V/WindowManager(559): Done at AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}} -- explicitly set, return 1
06-06 17:56:17.349: V/WindowManager(559): Application requested orientation 1, got rotation 0 which has compatible metrics
06-06 17:56:17.349: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(mRealDisplayMetrics, 480, 800)
06-06 17:56:17.349: D/WindowManager(559): Set app display size: 480x800
06-06 17:56:17.349: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(dm, 480, 800)
06-06 17:56:17.349: D/WindowManager(559): computeScreenConfigurationLocked:ret:config.orientation=1
06-06 17:56:17.399: D/dalvikvm(2051): GC_CONCURRENT freed 447K, 8% free 8547K/9223K, paused 4ms+5ms, total 39ms
06-06 17:56:17.399: D/dalvikvm(2051): WAIT_FOR_CONCURRENT_GC blocked 21ms
06-06 17:56:17.399: D/dalvikvm(2051): WAIT_FOR_CONCURRENT_GC blocked 23ms
06-06 17:56:17.419: I/WindowManager(559): Window Window{41c08030 com.nokia.payment.iapenabler/o.Ć paused=false} visible with new config: {1.0 510mcc1mnc en_GB sw320dp w320dp h509dp nrml long port finger -keyb/v/h -nav/h s.4} / 0x0
06-06 17:56:17.419: I/WindowStateAnimator(559): createSurface WindowStateAnimator (com.nokia.payment.iapenabler/o.Ć): mSurface null, mAnimation null: mDrawState=DRAW_PENDING
06-06 17:56:17.419: V/WindowManager(559): Checking app orientation: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:17.419: V/WindowManager(559): Done at AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}} -- explicitly set, return 1
06-06 17:56:17.419: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:17.419: V/WindowManager(559): Eval win Window{41c08030 com.nokia.payment.iapenabler/o.Ć paused=false}: isDrawn=false, isAnimating=true
06-06 17:56:17.419: V/WindowManager(559): Not displayed: s=Surface(name=com.nokia.payment.iapenabler/o.Ć, identity=45) pv=true mDrawState=1 ah=false th=false a=false
06-06 17:56:17.419: V/WindowManager(559): Resize reasons: contentInsetsChanged=false visibleInsetsChanged=false surfaceResized=true configChanged=false
06-06 17:56:17.419: V/WindowManager(559): Resizing window Window{41c08030 com.nokia.payment.iapenabler/o.Ć paused=false} to 480.0x800.0
06-06 17:56:17.439: V/WindowManager(559): Reporting new frame to Window{41c08030 com.nokia.payment.iapenabler/o.Ć paused=false}: Rect(0, 0 - 480, 800)
06-06 17:56:17.439: W/PowerManager(559): accept Wake require,start process. the mTag is:KEEP_SCREEN_ON_FLAG, the mFlags is:536870922
06-06 17:56:17.439: I/WindowManager(559): Resizing Window{41c08030 com.nokia.payment.iapenabler/o.Ć paused=false} WITH DRAW PENDING
06-06 17:56:17.449: D/dalvikvm(2051): GC_FOR_ALLOC freed 446K, 9% free 8512K/9287K, paused 23ms, total 23ms
06-06 17:56:17.449: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-06 17:56:17.449: W/memalloc(170): Falling back to system heap
06-06 17:56:17.479: D/Swype(708): [IME] onStartInput(): false
06-06 17:56:17.509: D/dalvikvm(2051): GC_CONCURRENT freed 445K, 9% free 8535K/9287K, paused 13ms+7ms, total 47ms
06-06 17:56:17.509: D/dalvikvm(2051): WAIT_FOR_CONCURRENT_GC blocked 28ms
06-06 17:56:17.519: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-06 17:56:17.519: W/memalloc(170): Falling back to system heap
06-06 17:56:17.539: V/WindowStateAnimator(559): finishDrawingLocked: mDrawState=COMMIT_DRAW_PENDING WindowStateAnimator (com.nokia.payment.iapenabler/o.Ć): mSurface Surface(name=com.nokia.payment.iapenabler/o.Ć, identity=45), mAnimation null in Surface(name=com.nokia.payment.iapenabler/o.Ć, identity=45)
06-06 17:56:17.539: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:17.549: V/WindowManager(559): Eval win Window{41c08030 com.nokia.payment.iapenabler/o.Ć paused=false}: isDrawn=true, isAnimating=true
06-06 17:56:17.549: V/WindowManager(559): tokenMayBeDrawn: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}} freezingScreen=false mAppFreezing=false
06-06 17:56:17.549: I/ActivityManager(559): Displayed com.test.openiab/org.onepf.openiab.UnityProxyActivity: +397ms
06-06 17:56:17.549: I/ActivityManager(559): Displayed com.nokia.payment.iapenabler/o.Ć: +311ms
06-06 17:56:17.549: I/WindowManager(559): SURFACE SHOW (performShowLocked): Window{419d2db0 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false}
06-06 17:56:17.549: I/WindowManager(559): SURFACE SHOW (performShowLocked): Window{41c08030 com.nokia.payment.iapenabler/o.Ć paused=false}
06-06 17:56:17.559: D/dalvikvm(2051): GC_CONCURRENT freed 431K, 9% free 8535K/9287K, paused 13ms+5ms, total 42ms
06-06 17:56:17.559: D/dalvikvm(2051): WAIT_FOR_CONCURRENT_GC blocked 26ms
06-06 17:56:17.569: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-06 17:56:17.569: W/memalloc(170): Falling back to system heap
06-06 17:56:17.579: V/WindowManager(559): Checking app orientation: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:17.579: V/WindowManager(559): Done at AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}} -- explicitly set, return 1
06-06 17:56:17.579: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:17.579: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:17.589: V/WindowManager(559): Resize reasons: contentInsetsChanged=true visibleInsetsChanged=true surfaceResized=false configChanged=false
06-06 17:56:17.589: V/WindowManager(559): Resizing window Window{41c08030 com.nokia.payment.iapenabler/o.Ć paused=false} to 480.0x800.0
06-06 17:56:17.589: V/WindowManager(559): Resize reasons: contentInsetsChanged=true visibleInsetsChanged=true surfaceResized=false configChanged=false
06-06 17:56:17.589: V/WindowManager(559): Resizing window Window{419d2db0 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false} to 480.0x800.0
06-06 17:56:17.589: V/WindowManager(559): Reporting new frame to Window{419d2db0 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false}: Rect(0, 0 - 480, 800)
06-06 17:56:17.589: V/WindowManager(559): Reporting new frame to Window{41c08030 com.nokia.payment.iapenabler/o.Ć paused=false}: Rect(0, 0 - 480, 800)
06-06 17:56:17.589: V/WindowManager(559): Checking app orientation: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:17.589: V/WindowManager(559): Done at AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}} -- explicitly set, return 1
06-06 17:56:17.589: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:17.589: V/WindowManager(559): Checking app orientation: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:17.589: V/WindowManager(559): Done at AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}} -- explicitly set, return 1
06-06 17:56:17.589: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:17.599: V/WindowManager(559): Resize reasons: contentInsetsChanged=false visibleInsetsChanged=true surfaceResized=false configChanged=false
06-06 17:56:17.599: V/WindowManager(559): Resizing window Window{41bf61b0 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false} to 480.0x800.0
06-06 17:56:17.599: V/WindowManager(559): Reporting new frame to Window{41bf61b0 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}: Rect(0, 0 - 480, 800)
06-06 17:56:17.609: D/dalvikvm(2051): GC_CONCURRENT freed 439K, 9% free 8527K/9287K, paused 7ms+3ms, total 38ms
06-06 17:56:17.609: D/dalvikvm(2051): WAIT_FOR_CONCURRENT_GC blocked 7ms
06-06 17:56:17.629: V/WindowManager(559): Checking app orientation: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:17.629: V/WindowManager(559): Done at AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}} -- explicitly set, return 1
06-06 17:56:17.629: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:17.639: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-06 17:56:17.639: W/memalloc(170): Falling back to system heap
06-06 17:56:17.639: V/WindowManager(559): Checking app orientation: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:17.639: V/WindowManager(559): Done at AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}} -- explicitly set, return 1
06-06 17:56:17.639: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:17.699: D/dalvikvm(2051): GC_CONCURRENT freed 434K, 9% free 8536K/9287K, paused 23ms+2ms, total 55ms
06-06 17:56:17.699: D/dalvikvm(2051): WAIT_FOR_CONCURRENT_GC blocked 15ms
06-06 17:56:17.759: D/dalvikvm(2051): GC_CONCURRENT freed 455K, 9% free 8531K/9287K, paused 16ms+5ms, total 44ms
06-06 17:56:17.759: D/dalvikvm(2051): WAIT_FOR_CONCURRENT_GC blocked 26ms
06-06 17:56:17.799: V/WindowManager(559): setAppVisibility(Token{41a2c278 ActivityRecord{41a50d78 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}, visible=false): mNextAppTransition=-1 hidden=true hiddenRequested=true
06-06 17:56:17.819: D/dalvikvm(2051): GC_CONCURRENT freed 443K, 9% free 8532K/9287K, paused 17ms+13ms, total 57ms
06-06 17:56:17.819: D/dalvikvm(2051): WAIT_FOR_CONCURRENT_GC blocked 40ms
06-06 17:56:17.899: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:18.129: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:18.199: I/ActivityManager(559): Process com.test.openiab (pid 3071) has died.
06-06 17:56:18.199: I/WindowState(559): WIN DEATH: Window{41bf61b0 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}
06-06 17:56:18.199: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:18.209: I/WindowState(559): WIN DEATH: Window{419d2db0 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false}
06-06 17:56:18.209: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:18.209: V/WindowManager(559): Checking app orientation: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:18.209: V/WindowManager(559): Done at AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}} -- explicitly set, return 1
06-06 17:56:18.239: I/ActivityManager(559): Start proc com.test.openiab for activity com.test.openiab/org.onepf.openiab.UnityProxyActivity: pid=3139 uid=10072 gids={3003, 1015, 1023, 1028}
06-06 17:56:18.259: V/WindowManager(559): Skipping set freeze of Token{41feb150 ActivityRecord{41feb008 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}
06-06 17:56:18.259: V/WindowManager(559): setAppVisibility(Token{41feb150 ActivityRecord{41feb008 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}, visible=true): mNextAppTransition=-1 hidden=false hiddenRequested=false
06-06 17:56:18.269: E/Trace(3139): error opening trace file: No such file or directory (2)
06-06 17:56:18.379: D/BYD_Flex(3139): getValue() name = @NOKIAFLEX@packageNeedData
06-06 17:56:18.429: D/dalvikvm(3139): GC_CONCURRENT freed 139K, 5% free 8341K/8711K, paused 13ms+13ms, total 50ms
06-06 17:56:18.449: D/BYD_Flex(3139): getValue() readFlexFromXml = TypedValue{t=0x0/d=0x0}
06-06 17:56:18.449: D/BYD_Flex(3139): getValue() name = @NOKIAFLEX@setDataUsageReminder
06-06 17:56:18.469: D/BYD_Flex(3139): getValue() readFlexFromXml = TypedValue{t=0x0/d=0x0}
06-06 17:56:18.539: I/WindowManager(559): Window Window{41fe8028 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false} visible with new config: {1.0 510mcc1mnc en_GB sw320dp w320dp h509dp nrml long port finger -keyb/v/h -nav/h s.4} / 0x0
06-06 17:56:18.539: I/WindowStateAnimator(559): createSurface WindowStateAnimator (com.test.openiab/org.onepf.openiab.UnityProxyActivity): mSurface null, mAnimation null: mDrawState=DRAW_PENDING
06-06 17:56:18.539: V/WindowManager(559): Checking app orientation: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:18.539: V/WindowManager(559): Done at AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}} -- explicitly set, return 1
06-06 17:56:18.539: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:18.539: V/WindowManager(559): Eval win Window{41fe8028 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false}: isDrawn=false, isAnimating=false
06-06 17:56:18.539: V/WindowManager(559): Not displayed: s=Surface(name=com.test.openiab/org.onepf.openiab.UnityProxyActivity, identity=46) pv=true mDrawState=1 ah=false th=false a=false
06-06 17:56:18.549: V/WindowManager(559): Resize reasons: contentInsetsChanged=true visibleInsetsChanged=true surfaceResized=true configChanged=false
06-06 17:56:18.549: V/WindowManager(559): Resizing window Window{41fe8028 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false} to 480.0x800.0
06-06 17:56:18.559: V/WindowManager(559): Reporting new frame to Window{41fe8028 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false}: Rect(0, 0 - 480, 800)
06-06 17:56:18.559: I/WindowManager(559): Resizing Window{41fe8028 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false} WITH DRAW PENDING
06-06 17:56:18.579: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-06 17:56:18.579: W/memalloc(170): Falling back to system heap
06-06 17:56:18.609: V/WindowStateAnimator(559): finishDrawingLocked: mDrawState=COMMIT_DRAW_PENDING WindowStateAnimator (com.test.openiab/org.onepf.openiab.UnityProxyActivity): mSurface Surface(name=com.test.openiab/org.onepf.openiab.UnityProxyActivity, identity=46), mAnimation null in Surface(name=com.test.openiab/org.onepf.openiab.UnityProxyActivity, identity=46)
06-06 17:56:18.609: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:18.609: V/WindowManager(559): Eval win Window{41fe8028 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false}: isDrawn=true, isAnimating=false
06-06 17:56:18.609: V/WindowManager(559): tokenMayBeDrawn: AppWindowToken{420804e0 token=Token{41feb150 ActivityRecord{41feb008 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}} freezingScreen=false mAppFreezing=false
06-06 17:56:18.629: I/ActivityManager(559): Displayed com.test.openiab/org.onepf.openiab.UnityProxyActivity: +416ms
06-06 17:56:18.629: I/WindowManager(559): SURFACE SHOW (performShowLocked): Window{41fe8028 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false}
06-06 17:56:19.219: D/dalvikvm(2051): GC_CONCURRENT freed 382K, 8% free 8549K/9287K, paused 3ms+3ms, total 33ms
06-06 17:56:19.709: I/SettingsProvider(559): get translate resource: SIM1
06-06 17:56:19.709: I/SettingsProvider(559): get translate resource: SIM2
06-06 17:56:19.739: E/LocaleNamesParser(2051): locale is null
06-06 17:56:19.749: V/WindowManager(559): Checking app orientation: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:19.749: V/WindowManager(559): Done at AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}} -- explicitly set, return 1
06-06 17:56:19.749: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:19.769: W/PowerManager(559): accept Wake release,start process. the mTag is:ActivityManager-Launch, the mFlags is:1
06-06 17:56:20.019: E/ThermalDaemon(1224): CPU[1] offline
06-06 17:56:20.159: D/PowerManagerService(559): [Release] AudioOut_2 pid=173 uid=1013
06-06 17:56:21.229: E/SWIPE(559): clear()
06-06 17:56:21.229: D/SWIPE(559): Check swipe down for x/y: 223.0 / 663.0
06-06 17:56:21.359: D/SWIPE(559): touch up event 222.0 665.0
06-06 17:56:21.359: D/SWIPE(559): send replay touch down event
06-06 17:56:21.369: I/ActivityManager(559): START {cmp=com.nokia.payment.iapenabler/o.aux (has extras) u=0} from pid 2051
06-06 17:56:21.369: V/ActivityManager(559): Starting new activity ActivityRecord{41c070e0 com.nokia.payment.iapenabler/o.aux} in existing task TaskRecord{41f66fa0 #5 A com.test.openiab U 0}
06-06 17:56:21.489: D/dalvikvm(559): GC_CONCURRENT freed 1970K, 35% free 16614K/25415K, paused 3ms+8ms, total 137ms
06-06 17:56:21.489: D/dalvikvm(559): WAIT_FOR_CONCURRENT_GC blocked 39ms
06-06 17:56:21.559: W/PowerManager(559): accept Wake require,start process. the mTag is:ActivityManager-Launch, the mFlags is:1
06-06 17:56:21.559: W/PowerManager(559): accept Wake release,start process. the mTag is:KEEP_SCREEN_ON_FLAG, the mFlags is:536870922
06-06 17:56:21.559: D/PowerManagerService(559): [Acquire] ActivityManager-Launch pid=559 uid=1000
06-06 17:56:21.559: V/WindowManager(559): Checking app orientation: AppWindowToken{41fb04b8 token=Token{41b5a2f0 ActivityRecord{41c070e0 com.nokia.payment.iapenabler/o.aux}}}
06-06 17:56:21.559: V/WindowManager(559): Skipping AppWindowToken{41fb04b8 token=Token{41b5a2f0 ActivityRecord{41c070e0 com.nokia.payment.iapenabler/o.aux}}} -- hidden on top
06-06 17:56:21.559: V/WindowManager(559): Checking app orientation: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:21.559: V/WindowManager(559): Done at AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}} -- explicitly set, return 1
06-06 17:56:21.559: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:21.569: V/WindowManager(559): Skipping set freeze of Token{41b5a2f0 ActivityRecord{41c070e0 com.nokia.payment.iapenabler/o.aux}}
06-06 17:56:21.569: V/WindowManager(559): setAppVisibility(Token{41b5a2f0 ActivityRecord{41c070e0 com.nokia.payment.iapenabler/o.aux}}, visible=true): mNextAppTransition=4102 hidden=true hiddenRequested=true
06-06 17:56:21.569: V/WindowManager(559): Checking app orientation: AppWindowToken{41fb04b8 token=Token{41b5a2f0 ActivityRecord{41c070e0 com.nokia.payment.iapenabler/o.aux}}}
06-06 17:56:21.569: V/WindowManager(559): Checking app orientation: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:21.569: V/WindowManager(559): Done at AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}} -- explicitly set, return 1
06-06 17:56:21.569: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(mRealDisplayMetrics, 480, 800)
06-06 17:56:21.569: D/WindowManager(559): Set app display size: 480x800
06-06 17:56:21.569: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(dm, 480, 800)
06-06 17:56:21.569: D/WindowManager(559): computeScreenConfigurationLocked:ret:config.orientation=1
06-06 17:56:21.579: D/BYD_Flex(2051): getValue() name = @NOKIAFLEX@packageNeedData
06-06 17:56:21.589: D/BYD_Flex(2051): getValue() readFlexFromXml = TypedValue{t=0x0/d=0x0}
06-06 17:56:21.589: D/BYD_Flex(2051): getValue() name = @NOKIAFLEX@setDataUsageReminder
06-06 17:56:21.599: D/BYD_Flex(2051): getValue() readFlexFromXml = TypedValue{t=0x0/d=0x0}
06-06 17:56:21.599: V/WindowManager(559): Checking app orientation: AppWindowToken{41fb04b8 token=Token{41b5a2f0 ActivityRecord{41c070e0 com.nokia.payment.iapenabler/o.aux}}}
06-06 17:56:21.599: V/WindowManager(559): Done at AppWindowToken{41fb04b8 token=Token{41b5a2f0 ActivityRecord{41c070e0 com.nokia.payment.iapenabler/o.aux}}} -- explicitly set, return 1
06-06 17:56:21.599: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(mRealDisplayMetrics, 480, 800)
06-06 17:56:21.599: D/WindowManager(559): Set app display size: 480x800
06-06 17:56:21.599: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(dm, 480, 800)
06-06 17:56:21.599: D/WindowManager(559): computeScreenConfigurationLocked:ret:config.orientation=1
06-06 17:56:21.629: I/WindowManager(559): Window Window{424f1640 com.nokia.payment.iapenabler/o.aux paused=false} visible with new config: {1.0 510mcc1mnc en_GB sw320dp w320dp h509dp nrml long port finger -keyb/v/h -nav/h s.4} / 0x0
06-06 17:56:21.629: I/WindowStateAnimator(559): createSurface WindowStateAnimator (com.nokia.payment.iapenabler/o.aux): mSurface null, mAnimation null: mDrawState=DRAW_PENDING
06-06 17:56:21.639: V/WindowManager(559): Checking app orientation: AppWindowToken{41fb04b8 token=Token{41b5a2f0 ActivityRecord{41c070e0 com.nokia.payment.iapenabler/o.aux}}}
06-06 17:56:21.639: V/WindowManager(559): Done at AppWindowToken{41fb04b8 token=Token{41b5a2f0 ActivityRecord{41c070e0 com.nokia.payment.iapenabler/o.aux}}} -- explicitly set, return 1
06-06 17:56:21.639: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:21.639: V/WindowManager(559): Eval win Window{424f1640 com.nokia.payment.iapenabler/o.aux paused=false}: isDrawn=false, isAnimating=true
06-06 17:56:21.639: V/WindowManager(559): Not displayed: s=Surface(name=com.nokia.payment.iapenabler/o.aux, identity=47) pv=true mDrawState=1 ah=false th=false a=false
06-06 17:56:21.639: V/WindowManager(559): Resize reasons: contentInsetsChanged=true visibleInsetsChanged=true surfaceResized=true configChanged=false
06-06 17:56:21.639: V/WindowManager(559): Resizing window Window{424f1640 com.nokia.payment.iapenabler/o.aux paused=false} to 480.0x800.0
06-06 17:56:21.649: V/WindowManager(559): Reporting new frame to Window{424f1640 com.nokia.payment.iapenabler/o.aux paused=false}: Rect(0, 0 - 480, 800)
06-06 17:56:21.649: W/PowerManager(559): accept Wake require,start process. the mTag is:KEEP_SCREEN_ON_FLAG, the mFlags is:536870922
06-06 17:56:21.649: I/WindowManager(559): Resizing Window{424f1640 com.nokia.payment.iapenabler/o.aux paused=false} WITH DRAW PENDING
06-06 17:56:21.659: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-06 17:56:21.659: W/memalloc(170): Falling back to system heap
06-06 17:56:21.709: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-06 17:56:21.709: W/memalloc(170): Falling back to system heap
06-06 17:56:21.729: V/WindowStateAnimator(559): finishDrawingLocked: mDrawState=COMMIT_DRAW_PENDING WindowStateAnimator (com.nokia.payment.iapenabler/o.aux): mSurface Surface(name=com.nokia.payment.iapenabler/o.aux, identity=47), mAnimation null in Surface(name=com.nokia.payment.iapenabler/o.aux, identity=47)
06-06 17:56:21.729: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:21.729: V/WindowManager(559): Eval win Window{424f1640 com.nokia.payment.iapenabler/o.aux paused=false}: isDrawn=true, isAnimating=true
06-06 17:56:21.729: V/WindowManager(559): tokenMayBeDrawn: AppWindowToken{41fb04b8 token=Token{41b5a2f0 ActivityRecord{41c070e0 com.nokia.payment.iapenabler/o.aux}}} freezingScreen=false mAppFreezing=false
06-06 17:56:21.739: I/ActivityManager(559): Displayed com.nokia.payment.iapenabler/o.aux: +167ms
06-06 17:56:21.739: I/WindowManager(559): SURFACE SHOW (performShowLocked): Window{424f1640 com.nokia.payment.iapenabler/o.aux paused=false}
06-06 17:56:21.739: V/WindowManager(559): Checking app orientation: AppWindowToken{41fb04b8 token=Token{41b5a2f0 ActivityRecord{41c070e0 com.nokia.payment.iapenabler/o.aux}}}
06-06 17:56:21.739: V/WindowManager(559): Done at AppWindowToken{41fb04b8 token=Token{41b5a2f0 ActivityRecord{41c070e0 com.nokia.payment.iapenabler/o.aux}}} -- explicitly set, return 1
06-06 17:56:21.739: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:21.739: D/Swype(708): [IME] onStartInput(): false
06-06 17:56:21.759: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-06 17:56:21.759: W/memalloc(170): Falling back to system heap
06-06 17:56:21.769: W/PowerManager(559): accept Wake release,start process. the mTag is:ActivityManager-Launch, the mFlags is:1
06-06 17:56:21.769: D/PowerManagerService(559): [Release] ActivityManager-Launch pid=559 uid=1000
06-06 17:56:21.979: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:22.189: E/ThermalDaemon(1224): CPU[1] offline
06-06 17:56:22.769: E/SWIPE(559): clear()
06-06 17:56:22.769: D/SWIPE(559): Check swipe down for x/y: 301.0 / 676.0
06-06 17:56:22.879: D/SWIPE(559): touch up event 300.0 675.0
06-06 17:56:22.879: D/SWIPE(559): send replay touch down event
06-06 17:56:22.909: V/WindowManager(559): setAppVisibility(Token{41b5a2f0 ActivityRecord{41c070e0 com.nokia.payment.iapenabler/o.aux}}, visible=false): mNextAppTransition=8199 hidden=false hiddenRequested=false
06-06 17:56:23.059: D/dalvikvm(559): GC_FOR_ALLOC freed 369K, 30% free 18030K/25415K, paused 60ms, total 61ms
06-06 17:56:23.129: W/PowerManager(559): accept Wake require,start process. the mTag is:ActivityManager-Launch, the mFlags is:1
06-06 17:56:23.129: D/PowerManagerService(559): [Acquire] ActivityManager-Launch pid=559 uid=1000
06-06 17:56:23.129: V/WindowManager(559): setAppVisibility(Token{41b5a2f0 ActivityRecord{41c070e0 com.nokia.payment.iapenabler/o.aux}}, visible=false): mNextAppTransition=8199 hidden=false hiddenRequested=true
06-06 17:56:23.129: V/WindowManager(559): setAppVisibility(Token{41b5a2f0 ActivityRecord{41c070e0 com.nokia.payment.iapenabler/o.aux}}, visible=false): mNextAppTransition=8199 hidden=false hiddenRequested=true
06-06 17:56:23.129: V/WindowManager(559): setAppVisibility(Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}, visible=true): mNextAppTransition=8199 hidden=false hiddenRequested=false
06-06 17:56:23.139: V/WindowManager(559): Checking app orientation: AppWindowToken{41fb04b8 token=Token{41b5a2f0 ActivityRecord{41c070e0 com.nokia.payment.iapenabler/o.aux}}}
06-06 17:56:23.139: V/WindowManager(559): Skipping AppWindowToken{41fb04b8 token=Token{41b5a2f0 ActivityRecord{41c070e0 com.nokia.payment.iapenabler/o.aux}}} -- going to hide
06-06 17:56:23.139: V/WindowManager(559): Checking app orientation: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:23.139: V/WindowManager(559): Done at AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}} -- explicitly set, return 1
06-06 17:56:23.139: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(mRealDisplayMetrics, 480, 800)
06-06 17:56:23.139: D/WindowManager(559): Set app display size: 480x800
06-06 17:56:23.139: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(dm, 480, 800)
06-06 17:56:23.139: D/WindowManager(559): computeScreenConfigurationLocked:ret:config.orientation=1
06-06 17:56:23.149: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:23.149: V/WindowManager(559): Checking app orientation: AppWindowToken{41fb04b8 token=Token{41b5a2f0 ActivityRecord{41c070e0 com.nokia.payment.iapenabler/o.aux}}}
06-06 17:56:23.149: V/WindowManager(559): Skipping AppWindowToken{41fb04b8 token=Token{41b5a2f0 ActivityRecord{41c070e0 com.nokia.payment.iapenabler/o.aux}}} -- hidden on top
06-06 17:56:23.149: V/WindowManager(559): Checking app orientation: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:23.149: V/WindowManager(559): Done at AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}} -- explicitly set, return 1
06-06 17:56:23.149: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:23.209: D/dalvikvm(2051): GC_CONCURRENT freed 438K, 8% free 8622K/9287K, paused 13ms+3ms, total 44ms
06-06 17:56:23.209: D/dalvikvm(2051): WAIT_FOR_CONCURRENT_GC blocked 27ms
06-06 17:56:23.209: D/dalvikvm(2051): WAIT_FOR_CONCURRENT_GC blocked 21ms
06-06 17:56:23.229: D/Swype(708): [IME] onStartInput(): false
06-06 17:56:23.269: D/dalvikvm(2051): GC_FOR_ALLOC freed 434K, 9% free 8591K/9351K, paused 32ms, total 32ms
06-06 17:56:23.279: V/WindowManager(559): Checking app orientation: AppWindowToken{41fb04b8 token=Token{41b5a2f0 ActivityRecord{41c070e0 com.nokia.payment.iapenabler/o.aux}}}
06-06 17:56:23.279: V/WindowManager(559): Skipping AppWindowToken{41fb04b8 token=Token{41b5a2f0 ActivityRecord{41c070e0 com.nokia.payment.iapenabler/o.aux}}} -- hidden on top
06-06 17:56:23.279: V/WindowManager(559): Checking app orientation: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:23.279: V/WindowManager(559): Done at AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}} -- explicitly set, return 1
06-06 17:56:23.279: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:23.349: D/dalvikvm(2051): GC_CONCURRENT freed 419K, 9% free 8589K/9351K, paused 13ms+3ms, total 54ms
06-06 17:56:23.349: D/dalvikvm(2051): WAIT_FOR_CONCURRENT_GC blocked 19ms
06-06 17:56:23.349: V/WindowManager(559): Checking app orientation: AppWindowToken{41fb04b8 token=Token{41b5a2f0 ActivityRecord{41c070e0 com.nokia.payment.iapenabler/o.aux}}}
06-06 17:56:23.349: V/WindowManager(559): Skipping AppWindowToken{41fb04b8 token=Token{41b5a2f0 ActivityRecord{41c070e0 com.nokia.payment.iapenabler/o.aux}}} -- hidden on top
06-06 17:56:23.349: V/WindowManager(559): Checking app orientation: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:23.349: V/WindowManager(559): Done at AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}} -- explicitly set, return 1
06-06 17:56:23.349: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:23.419: D/dalvikvm(2051): GC_CONCURRENT freed 393K, 8% free 8607K/9351K, paused 13ms+3ms, total 41ms
06-06 17:56:23.419: D/dalvikvm(2051): WAIT_FOR_CONCURRENT_GC blocked 19ms
06-06 17:56:23.479: D/dalvikvm(2051): GC_CONCURRENT freed 397K, 9% free 8599K/9351K, paused 15ms+4ms, total 48ms
06-06 17:56:23.479: D/dalvikvm(2051): WAIT_FOR_CONCURRENT_GC blocked 23ms
06-06 17:56:23.519: W/PowerManager(559): accept Wake release,start process. the mTag is:ActivityManager-Launch, the mFlags is:1
06-06 17:56:23.519: D/PowerManagerService(559): [Release] ActivityManager-Launch pid=559 uid=1000
06-06 17:56:23.529: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:23.529: V/WindowManager(559): removeAppToken: AppWindowToken{41fb04b8 token=Token{41b5a2f0 ActivityRecord{41c070e0 com.nokia.payment.iapenabler/o.aux}}}
06-06 17:56:23.549: D/dalvikvm(2051): GC_CONCURRENT freed 397K, 8% free 8607K/9351K, paused 14ms+5ms, total 54ms
06-06 17:56:23.549: D/dalvikvm(2051): WAIT_FOR_CONCURRENT_GC blocked 34ms
06-06 17:56:23.599: D/dalvikvm(2051): GC_CONCURRENT freed 400K, 8% free 8608K/9351K, paused 12ms+3ms, total 39ms
06-06 17:56:23.599: D/dalvikvm(2051): WAIT_FOR_CONCURRENT_GC blocked 19ms
06-06 17:56:23.659: D/dalvikvm(2051): GC_CONCURRENT freed 424K, 9% free 8598K/9351K, paused 13ms+3ms, total 38ms
06-06 17:56:23.659: D/dalvikvm(2051): WAIT_FOR_CONCURRENT_GC blocked 18ms
06-06 17:56:23.699: D/dalvikvm(2051): GC_CONCURRENT freed 406K, 9% free 8598K/9351K, paused 13ms+3ms, total 36ms
06-06 17:56:23.699: D/dalvikvm(2051): WAIT_FOR_CONCURRENT_GC blocked 21ms
06-06 17:56:23.759: D/dalvikvm(2051): GC_CONCURRENT freed 429K, 9% free 8584K/9351K, paused 13ms+3ms, total 40ms
06-06 17:56:23.759: D/dalvikvm(2051): WAIT_FOR_CONCURRENT_GC blocked 24ms
06-06 17:56:25.829: E/ThermalDaemon(1224): CPU[1] offline
06-06 17:56:26.279: D/dalvikvm(2051): GC_CONCURRENT freed 422K, 8% free 8619K/9351K, paused 18ms+19ms, total 72ms
06-06 17:56:26.329: D/dalvikvm(2051): GC_CONCURRENT freed 448K, 9% free 8561K/9351K, paused 13ms+2ms, total 36ms
06-06 17:56:26.329: D/dalvikvm(2051): WAIT_FOR_CONCURRENT_GC blocked 16ms
06-06 17:56:26.369: D/dalvikvm(2051): GC_CONCURRENT freed 437K, 9% free 8555K/9351K, paused 13ms+2ms, total 34ms
06-06 17:56:26.369: D/dalvikvm(2051): WAIT_FOR_CONCURRENT_GC blocked 11ms
06-06 17:56:26.409: D/dalvikvm(2051): GC_CONCURRENT freed 418K, 9% free 8574K/9351K, paused 13ms+3ms, total 33ms
06-06 17:56:26.409: D/dalvikvm(2051): WAIT_FOR_CONCURRENT_GC blocked 15ms
06-06 17:56:26.449: D/dalvikvm(2051): GC_CONCURRENT freed 414K, 9% free 8574K/9351K, paused 12ms+3ms, total 34ms
06-06 17:56:26.449: D/dalvikvm(2051): WAIT_FOR_CONCURRENT_GC blocked 19ms
06-06 17:56:26.499: D/dalvikvm(2051): GC_CONCURRENT freed 414K, 9% free 8574K/9351K, paused 13ms+3ms, total 36ms
06-06 17:56:26.499: D/dalvikvm(2051): WAIT_FOR_CONCURRENT_GC blocked 17ms
06-06 17:56:26.539: D/dalvikvm(2051): GC_CONCURRENT freed 417K, 9% free 8575K/9351K, paused 14ms+3ms, total 40ms
06-06 17:56:26.539: D/dalvikvm(2051): WAIT_FOR_CONCURRENT_GC blocked 17ms
06-06 17:56:26.599: D/dalvikvm(2051): GC_CONCURRENT freed 441K, 9% free 8569K/9351K, paused 13ms+3ms, total 38ms
06-06 17:56:26.599: D/dalvikvm(2051): WAIT_FOR_CONCURRENT_GC blocked 18ms
06-06 17:56:26.649: D/dalvikvm(2051): GC_CONCURRENT freed 434K, 9% free 8562K/9351K, paused 13ms+2ms, total 42ms
06-06 17:56:26.649: D/dalvikvm(2051): WAIT_FOR_CONCURRENT_GC blocked 23ms
06-06 17:56:26.929: E/ThermalDaemon(1224): CPU[1] offline
06-06 17:56:27.299: D/BatteryService(559): level:99 scale:100 status:2 health:2 present:true voltage: 4163 temperature: 370 technology: Li-ion AC powered:false USB powered:true icon:17303042 invalid charger:0
06-06 17:56:29.089: D/dalvikvm(2051): GC_CONCURRENT freed 393K, 9% free 8556K/9351K, paused 16ms+18ms, total 67ms
06-06 17:56:29.139: V/WindowManager(559): Checking app orientation: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:29.139: V/WindowManager(559): Done at AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}} -- explicitly set, return 1
06-06 17:56:29.139: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:29.379: E/ThermalDaemon(1224): CPU[1] offline
06-06 17:56:30.159: E/SWIPE(559): clear()
06-06 17:56:30.159: D/SWIPE(559): Check swipe down for x/y: 249.0 / 679.0
06-06 17:56:30.269: D/SWIPE(559): touch up event 247.0 678.0
06-06 17:56:30.269: D/SWIPE(559): send replay touch down event
06-06 17:56:30.269: V/WindowManager(559): setAppVisibility(Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}, visible=false): mNextAppTransition=8199 hidden=false hiddenRequested=false
06-06 17:56:30.399: D/dalvikvm(559): GC_FOR_ALLOC freed 1791K, 30% free 18021K/25415K, paused 54ms, total 55ms
06-06 17:56:30.459: W/PowerManager(559): accept Wake require,start process. the mTag is:ActivityManager-Launch, the mFlags is:1
06-06 17:56:30.459: D/PowerManagerService(559): [Acquire] ActivityManager-Launch pid=559 uid=1000
06-06 17:56:30.469: V/WindowManager(559): setAppVisibility(Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}, visible=false): mNextAppTransition=8199 hidden=false hiddenRequested=true
06-06 17:56:30.469: V/WindowManager(559): setAppVisibility(Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}, visible=false): mNextAppTransition=8199 hidden=false hiddenRequested=true
06-06 17:56:30.479: V/WindowManager(559): setAppVisibility(Token{41feb150 ActivityRecord{41feb008 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}, visible=true): mNextAppTransition=8199 hidden=false hiddenRequested=false
06-06 17:56:30.479: V/WindowManager(559): Checking app orientation: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:30.479: V/WindowManager(559): Skipping AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}} -- going to hide
06-06 17:56:30.479: V/WindowManager(559): Checking app orientation: AppWindowToken{420804e0 token=Token{41feb150 ActivityRecord{41feb008 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}}
06-06 17:56:30.479: V/WindowManager(559): Done at AppWindowToken{420804e0 token=Token{41feb150 ActivityRecord{41feb008 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}} -- full screen, return -1
06-06 17:56:30.479: V/WindowManager(559): Application requested orientation -1, got rotation 0 which has compatible metrics
06-06 17:56:30.479: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(mRealDisplayMetrics, 480, 800)
06-06 17:56:30.479: D/WindowManager(559): Set app display size: 480x800
06-06 17:56:30.479: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(dm, 480, 800)
06-06 17:56:30.479: D/OpenIAB-UnityPlugin(3139): onActivityResult(10001, -1, Intent { (has extras) }
06-06 17:56:30.479: D/WindowManager(559): computeScreenConfigurationLocked:ret:config.orientation=1
06-06 17:56:30.489: W/dalvikvm(3139): threadid=1: thread exiting with uncaught exception (group=0x40f03438)
06-06 17:56:30.489: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:30.489: E/AndroidRuntime(3139): FATAL EXCEPTION: main
06-06 17:56:30.489: E/AndroidRuntime(3139): java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=10001, result=-1, data=Intent { (has extras) }} to activity {com.test.openiab/org.onepf.openiab.UnityProxyActivity}: java.lang.NullPointerException
06-06 17:56:30.489: E/AndroidRuntime(3139): at android.app.ActivityThread.deliverResults(ActivityThread.java:3149)
06-06 17:56:30.489: E/AndroidRuntime(3139): at android.app.ActivityThread.handleSendResult(ActivityThread.java:3192)
06-06 17:56:30.489: E/AndroidRuntime(3139): at android.app.ActivityThread.access$1100(ActivityThread.java:133)
06-06 17:56:30.489: E/AndroidRuntime(3139): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1251)
06-06 17:56:30.489: E/AndroidRuntime(3139): at android.os.Handler.dispatchMessage(Handler.java:99)
06-06 17:56:30.489: E/AndroidRuntime(3139): at android.os.Looper.loop(Looper.java:137)
06-06 17:56:30.489: E/AndroidRuntime(3139): at android.app.ActivityThread.main(ActivityThread.java:4807)
06-06 17:56:30.489: E/AndroidRuntime(3139): at java.lang.reflect.Method.invokeNative(Native Method)
06-06 17:56:30.489: E/AndroidRuntime(3139): at java.lang.reflect.Method.invoke(Method.java:511)
06-06 17:56:30.489: E/AndroidRuntime(3139): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:792)
06-06 17:56:30.489: E/AndroidRuntime(3139): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:559)
06-06 17:56:30.489: E/AndroidRuntime(3139): at dalvik.system.NativeStart.main(Native Method)
06-06 17:56:30.489: E/AndroidRuntime(3139): Caused by: java.lang.NullPointerException
06-06 17:56:30.489: E/AndroidRuntime(3139): at org.onepf.openiab.UnityProxyActivity.onActivityResult(UnityProxyActivity.java:41)
06-06 17:56:30.489: E/AndroidRuntime(3139): at android.app.Activity.dispatchActivityResult(Activity.java:5364)
06-06 17:56:30.489: E/AndroidRuntime(3139): at android.app.ActivityThread.deliverResults(ActivityThread.java:3145)
06-06 17:56:30.489: E/AndroidRuntime(3139): ... 11 more
06-06 17:56:30.499: V/WindowManager(559): Checking app orientation: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:30.499: V/WindowManager(559): Skipping AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}} -- hidden on top
06-06 17:56:30.499: V/WindowManager(559): Checking app orientation: AppWindowToken{420804e0 token=Token{41feb150 ActivityRecord{41feb008 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}}
06-06 17:56:30.499: V/WindowManager(559): Done at AppWindowToken{420804e0 token=Token{41feb150 ActivityRecord{41feb008 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}} -- full screen, return -1
06-06 17:56:30.499: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:30.519: I/ActivityManager(559): Notify an ApplicationCrash
06-06 17:56:30.519: V/WindowManager(559): Clear freezing of Token{41feb150 ActivityRecord{41feb008 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}: hidden=false freezing=false
06-06 17:56:30.519: W/ActivityManager(559): Force finishing activity com.test.openiab/org.onepf.openiab.UnityProxyActivity
06-06 17:56:30.519: V/WindowManager(559): setAppVisibility(Token{41feb150 ActivityRecord{41feb008 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}, visible=false): mNextAppTransition=8199 hidden=false hiddenRequested=false
06-06 17:56:30.689: D/dalvikvm(559): GC_FOR_ALLOC freed 1762K, 30% free 18021K/25415K, paused 85ms, total 85ms
06-06 17:56:30.699: V/WindowManager(559): Checking app orientation: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:30.699: V/WindowManager(559): Skipping AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}} -- hidden on top
06-06 17:56:30.699: V/WindowManager(559): Checking app orientation: AppWindowToken{420804e0 token=Token{41feb150 ActivityRecord{41feb008 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}}
06-06 17:56:30.699: V/WindowManager(559): Skipping AppWindowToken{420804e0 token=Token{41feb150 ActivityRecord{41feb008 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}} -- going to hide
06-06 17:56:30.699: V/WindowManager(559): Checking app orientation: AppWindowToken{42456ea0 token=Token{41a2c278 ActivityRecord{41a50d78 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-06 17:56:30.699: V/WindowManager(559): Skipping AppWindowToken{42456ea0 token=Token{41a2c278 ActivityRecord{41a50d78 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- hidden on top
06-06 17:56:30.699: V/WindowManager(559): Checking app orientation: AppWindowToken{41f79b90 token=Token{41c16918 ActivityRecord{41959d08 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity}}}
06-06 17:56:30.699: V/WindowManager(559): Skipping AppWindowToken{41f79b90 token=Token{41c16918 ActivityRecord{41959d08 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity}}} -- hidden on top
06-06 17:56:30.699: V/WindowManager(559): Checking app orientation: AppWindowToken{41a12db0 token=Token{41d684f0 ActivityRecord{41d680b0 com.proto.launcher/.LauncherActivity}}}
06-06 17:56:30.699: V/WindowManager(559): Skipping AppWindowToken{41a12db0 token=Token{41d684f0 ActivityRecord{41d680b0 com.proto.launcher/.LauncherActivity}}} -- hidden on top
06-06 17:56:30.699: V/WindowManager(559): No app is requesting an orientation
06-06 17:56:30.699: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:30.779: W/PowerManager(559): accept Wake require,start process. the mTag is:ActivityManager-Launch, the mFlags is:1
06-06 17:56:30.829: W/PowerManager(559): accept Wake release,start process. the mTag is:KEEP_SCREEN_ON_FLAG, the mFlags is:536870922
06-06 17:56:30.829: V/WindowManager(559): Checking app orientation: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:30.829: V/WindowManager(559): Skipping AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}} -- hidden on top
06-06 17:56:30.829: V/WindowManager(559): Checking app orientation: AppWindowToken{420804e0 token=Token{41feb150 ActivityRecord{41feb008 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}}
06-06 17:56:30.829: V/WindowManager(559): Skipping AppWindowToken{420804e0 token=Token{41feb150 ActivityRecord{41feb008 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}} -- going to hide
06-06 17:56:30.829: V/WindowManager(559): Checking app orientation: AppWindowToken{42456ea0 token=Token{41a2c278 ActivityRecord{41a50d78 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-06 17:56:30.829: V/WindowManager(559): Skipping AppWindowToken{42456ea0 token=Token{41a2c278 ActivityRecord{41a50d78 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- hidden on top
06-06 17:56:30.829: V/WindowManager(559): Checking app orientation: AppWindowToken{41f79b90 token=Token{41c16918 ActivityRecord{41959d08 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity}}}
06-06 17:56:30.829: V/WindowManager(559): Skipping AppWindowToken{41f79b90 token=Token{41c16918 ActivityRecord{41959d08 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity}}} -- hidden on top
06-06 17:56:30.829: V/WindowManager(559): Checking app orientation: AppWindowToken{41a12db0 token=Token{41d684f0 ActivityRecord{41d680b0 com.proto.launcher/.LauncherActivity}}}
06-06 17:56:30.829: V/WindowManager(559): Skipping AppWindowToken{41a12db0 token=Token{41d684f0 ActivityRecord{41d680b0 com.proto.launcher/.LauncherActivity}}} -- hidden on top
06-06 17:56:30.829: V/WindowManager(559): No app is requesting an orientation
06-06 17:56:30.849: I/WindowManager(559): Window Window{4193bc08 paused=false} visible with new config: {1.0 510mcc1mnc en_GB sw320dp w320dp h509dp nrml long port finger -keyb/v/h -nav/h s.4} / 0x0
06-06 17:56:30.849: D/BYD_Flex(2188): getValue() name = @NOKIAFLEX@PhoneNumberMatchNum
06-06 17:56:30.849: I/WindowStateAnimator(559): createSurface WindowStateAnimator (): mSurface null, mAnimation null: mDrawState=DRAW_PENDING
06-06 17:56:30.859: V/WindowManager(559): Checking app orientation: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:30.859: V/WindowManager(559): Skipping AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}} -- hidden on top
06-06 17:56:30.859: V/WindowManager(559): Checking app orientation: AppWindowToken{420804e0 token=Token{41feb150 ActivityRecord{41feb008 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}}
06-06 17:56:30.859: V/WindowManager(559): Skipping AppWindowToken{420804e0 token=Token{41feb150 ActivityRecord{41feb008 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}} -- going to hide
06-06 17:56:30.859: V/WindowManager(559): Checking app orientation: AppWindowToken{42456ea0 token=Token{41a2c278 ActivityRecord{41a50d78 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-06 17:56:30.859: V/WindowManager(559): Skipping AppWindowToken{42456ea0 token=Token{41a2c278 ActivityRecord{41a50d78 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- hidden on top
06-06 17:56:30.859: V/WindowManager(559): Checking app orientation: AppWindowToken{41f79b90 token=Token{41c16918 ActivityRecord{41959d08 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity}}}
06-06 17:56:30.859: V/WindowManager(559): Skipping AppWindowToken{41f79b90 token=Token{41c16918 ActivityRecord{41959d08 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity}}} -- hidden on top
06-06 17:56:30.859: V/WindowManager(559): Checking app orientation: AppWindowToken{41a12db0 token=Token{41d684f0 ActivityRecord{41d680b0 com.proto.launcher/.LauncherActivity}}}
06-06 17:56:30.859: V/WindowManager(559): Skipping AppWindowToken{41a12db0 token=Token{41d684f0 ActivityRecord{41d680b0 com.proto.launcher/.LauncherActivity}}} -- hidden on top
06-06 17:56:30.859: V/WindowManager(559): No app is requesting an orientation
06-06 17:56:30.859: D/BYD_Flex(2188): getValue() readFlexFromXml = TypedValue{t=0x3/d=0x0 "7"}
06-06 17:56:30.859: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:30.859: V/WindowManager(559): Resize reasons: contentInsetsChanged=false visibleInsetsChanged=false surfaceResized=true configChanged=false
06-06 17:56:30.859: V/WindowManager(559): Resizing window Window{4193bc08 paused=false} to 480.0x165.0
06-06 17:56:30.879: V/WindowManager(559): Reporting new frame to Window{4193bc08 paused=false}: Rect(0, 335 - 480, 500)
06-06 17:56:30.879: I/WindowManager(559): Resizing Window{4193bc08 paused=false} WITH DRAW PENDING
06-06 17:56:30.889: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-06 17:56:30.889: W/memalloc(170): Falling back to system heap
06-06 17:56:30.899: V/WindowStateAnimator(559): finishDrawingLocked: mDrawState=COMMIT_DRAW_PENDING WindowStateAnimator (): mSurface Surface(name=, identity=48), mAnimation null in Surface(name=, identity=48)
06-06 17:56:30.899: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:30.899: I/WindowManager(559): SURFACE SHOW (performShowLocked): Window{4193bc08 paused=false}
06-06 17:56:31.279: E/ThermalDaemon(1224): CPU[1] offline
06-06 17:56:31.279: W/ActivityManager(559): Activity pause timeout for ActivityRecord{41feb008 com.test.openiab/org.onepf.openiab.UnityProxyActivity}
06-06 17:56:31.279: V/WindowManager(559): setAppVisibility(Token{41feb150 ActivityRecord{41feb008 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}, visible=false): mNextAppTransition=8199 hidden=false hiddenRequested=true
06-06 17:56:31.279: V/WindowManager(559): setAppVisibility(Token{41a2c278 ActivityRecord{41a50d78 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}, visible=true): mNextAppTransition=8199 hidden=true hiddenRequested=true
06-06 17:56:31.279: V/WindowManager(559): Checking app orientation: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:31.279: V/WindowManager(559): Skipping AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}} -- hidden on top
06-06 17:56:31.279: V/WindowManager(559): Checking app orientation: AppWindowToken{420804e0 token=Token{41feb150 ActivityRecord{41feb008 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}}
06-06 17:56:31.289: V/WindowManager(559): Skipping AppWindowToken{420804e0 token=Token{41feb150 ActivityRecord{41feb008 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}} -- going to hide
06-06 17:56:31.289: V/WindowManager(559): Checking app orientation: AppWindowToken{42456ea0 token=Token{41a2c278 ActivityRecord{41a50d78 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-06 17:56:31.289: V/WindowManager(559): Done at AppWindowToken{42456ea0 token=Token{41a2c278 ActivityRecord{41a50d78 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- full screen, return 1
06-06 17:56:31.289: V/WindowManager(559): Application requested orientation 1, got rotation 0 which has compatible metrics
06-06 17:56:31.289: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(mRealDisplayMetrics, 480, 800)
06-06 17:56:31.289: D/WindowManager(559): Set app display size: 480x800
06-06 17:56:31.289: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(dm, 480, 800)
06-06 17:56:31.289: D/WindowManager(559): computeScreenConfigurationLocked:ret:config.orientation=1
06-06 17:56:31.289: V/WindowManager(559): setAppVisibility(Token{41a2c278 ActivityRecord{41a50d78 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}, visible=true): mNextAppTransition=8199 hidden=true hiddenRequested=false
06-06 17:56:31.839: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-06 17:56:31.839: W/memalloc(170): Falling back to system heap
06-06 17:56:32.049: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-06 17:56:32.049: W/memalloc(170): Falling back to system heap
06-06 17:56:32.429: E/SWIPE(559): clear()
06-06 17:56:32.429: D/SWIPE(559): Check swipe down for x/y: 202.0 / 443.0
06-06 17:56:32.529: D/SWIPE(559): touch up event 200.0 441.0
06-06 17:56:32.529: D/SWIPE(559): send replay touch down event
06-06 17:56:32.559: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:32.569: W/InputDispatcher(559): channel '41fe8028 com.test.openiab/org.onepf.openiab.UnityProxyActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
06-06 17:56:32.569: E/InputDispatcher(559): channel '41fe8028 com.test.openiab/org.onepf.openiab.UnityProxyActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
06-06 17:56:32.569: W/InputDispatcher(559): Attempted to unregister already unregistered input channel '41fe8028 com.test.openiab/org.onepf.openiab.UnityProxyActivity (server)'
06-06 17:56:32.569: I/ActivityManager(559): Process com.test.openiab (pid 3139) has died.
06-06 17:56:32.569: I/WindowState(559): WIN DEATH: Window{41fe8028 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false}
06-06 17:56:32.579: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:32.579: V/WindowManager(559): removeAppToken: AppWindowToken{420804e0 token=Token{41feb150 ActivityRecord{41feb008 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}}
06-06 17:56:32.579: W/ActivityManager(559): Force removing ActivityRecord{41a50d78 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}: app died, no saved state
06-06 17:56:32.579: V/WindowManager(559): removeAppToken: AppWindowToken{42456ea0 token=Token{41a2c278 ActivityRecord{41a50d78 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-06 17:56:32.599: I/ActivityManager(559): Start proc com.test.openiab for activity com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity: pid=3185 uid=10072 gids={3003, 1015, 1023, 1028}
06-06 17:56:32.609: V/WindowManager(559): Skipping set freeze of Token{41c16918 ActivityRecord{41959d08 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity}}
06-06 17:56:32.609: V/WindowManager(559): setAppVisibility(Token{41c16918 ActivityRecord{41959d08 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity}}, visible=true): mNextAppTransition=4102 hidden=true hiddenRequested=true
06-06 17:56:32.609: V/WindowManager(559): Checking app orientation: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:32.609: V/WindowManager(559): Skipping AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}} -- hidden on top
06-06 17:56:32.609: V/WindowManager(559): Checking app orientation: AppWindowToken{41f79b90 token=Token{41c16918 ActivityRecord{41959d08 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity}}}
06-06 17:56:32.609: V/WindowManager(559): Done at AppWindowToken{41f79b90 token=Token{41c16918 ActivityRecord{41959d08 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity}}} -- full screen, return 1
06-06 17:56:32.609: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(mRealDisplayMetrics, 480, 800)
06-06 17:56:32.609: D/WindowManager(559): Set app display size: 480x800
06-06 17:56:32.609: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(dm, 480, 800)
06-06 17:56:32.609: D/WindowManager(559): computeScreenConfigurationLocked:ret:config.orientation=1
06-06 17:56:32.619: V/WindowManager(559): setAppVisibility(Token{41c16918 ActivityRecord{41959d08 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity}}, visible=true): mNextAppTransition=4102 hidden=true hiddenRequested=false
06-06 17:56:32.619: V/ActivityManager(559): notifyTaskActivityStart: activity filtered ActivityRecord{41d680b0 com.proto.launcher/.LauncherActivity} pkg = com.proto.launcher intent = Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10800000 cmp=com.proto.launcher/.LauncherActivity }
06-06 17:56:32.659: E/Trace(3185): error opening trace file: No such file or directory (2)
06-06 17:56:32.689: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:32.729: D/dalvikvm(559): GC_CONCURRENT freed 1802K, 29% free 18153K/25415K, paused 4ms+10ms, total 119ms
06-06 17:56:32.769: D/BYD_Flex(3185): getValue() name = @NOKIAFLEX@packageNeedData
06-06 17:56:32.809: D/dalvikvm(3185): GC_CONCURRENT freed 143K, 5% free 8342K/8711K, paused 13ms+2ms, total 36ms
06-06 17:56:32.819: D/BYD_Flex(3185): getValue() readFlexFromXml = TypedValue{t=0x0/d=0x0}
06-06 17:56:32.819: D/BYD_Flex(3185): getValue() name = @NOKIAFLEX@setDataUsageReminder
06-06 17:56:32.849: D/BYD_Flex(3185): getValue() readFlexFromXml = TypedValue{t=0x0/d=0x0}
06-06 17:56:32.849: W/PowerManager(559): accept Wake require,start process. the mTag is:ActivityManager-Launch, the mFlags is:1
06-06 17:56:32.849: I/ActivityManager(559): START {flg=0x10000 cmp=com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity u=0} from pid 3185
06-06 17:56:32.849: V/ActivityManager(559): Starting new activity ActivityRecord{41fa3ab8 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity} in existing task TaskRecord{41f66fa0 #5 A com.test.openiab U 0}
06-06 17:56:32.879: V/WindowManager(559): Skipping set freeze of Token{4209df60 ActivityRecord{41fa3ab8 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}
06-06 17:56:32.879: V/WindowManager(559): setAppVisibility(Token{4209df60 ActivityRecord{41fa3ab8 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}, visible=true): mNextAppTransition=4102 hidden=true hiddenRequested=true
06-06 17:56:32.879: V/WindowManager(559): Checking app orientation: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:32.879: V/WindowManager(559): Skipping AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}} -- hidden on top
06-06 17:56:32.879: V/WindowManager(559): Checking app orientation: AppWindowToken{41fe2de8 token=Token{4209df60 ActivityRecord{41fa3ab8 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-06 17:56:32.879: V/WindowManager(559): Done at AppWindowToken{41fe2de8 token=Token{4209df60 ActivityRecord{41fa3ab8 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- full screen, return 1
06-06 17:56:32.879: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(mRealDisplayMetrics, 480, 800)
06-06 17:56:32.879: D/WindowManager(559): Set app display size: 480x800
06-06 17:56:32.879: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(dm, 480, 800)
06-06 17:56:32.879: D/WindowManager(559): computeScreenConfigurationLocked:ret:config.orientation=1
06-06 17:56:32.879: V/WindowManager(559): setAppVisibility(Token{41c16918 ActivityRecord{41959d08 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity}}, visible=false): mNextAppTransition=4102 hidden=true hiddenRequested=false
06-06 17:56:32.889: I/WindowManager(559): Window Window{41a14258 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity paused=false} visible with new config: {1.0 510mcc1mnc en_GB sw320dp w320dp h509dp nrml long port finger -keyb/v/h -nav/h s.4} / 0x0
06-06 17:56:32.889: I/WindowStateAnimator(559): createSurface WindowStateAnimator (com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity): mSurface null, mAnimation null: mDrawState=DRAW_PENDING
06-06 17:56:32.889: V/WindowManager(559): Checking app orientation: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:32.889: V/WindowManager(559): Skipping AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}} -- hidden on top
06-06 17:56:32.899: V/WindowManager(559): Checking app orientation: AppWindowToken{41fe2de8 token=Token{4209df60 ActivityRecord{41fa3ab8 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-06 17:56:32.899: V/WindowManager(559): Done at AppWindowToken{41fe2de8 token=Token{4209df60 ActivityRecord{41fa3ab8 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- full screen, return 1
06-06 17:56:32.899: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:32.899: V/WindowManager(559): Eval win Window{41a14258 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity paused=false}: isDrawn=false, isAnimating=true
06-06 17:56:32.899: V/WindowManager(559): Not displayed: s=Surface(name=com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity, identity=49) pv=true mDrawState=1 ah=false th=true a=false
06-06 17:56:32.899: V/WindowManager(559): Resize reasons: contentInsetsChanged=true visibleInsetsChanged=true surfaceResized=true configChanged=false
06-06 17:56:32.899: V/WindowManager(559): Resizing window Window{41a14258 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity paused=false} to 480.0x800.0
06-06 17:56:32.919: V/WindowManager(559): Reporting new frame to Window{41a14258 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity paused=false}: Rect(0, 0 - 480, 800)
06-06 17:56:32.919: I/WindowManager(559): Resizing Window{41a14258 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity paused=false} WITH DRAW PENDING
06-06 17:56:32.929: D/BYD_Flex(3185): getValue() name = @NOKIAFLEX@packageNeedData
06-06 17:56:32.969: D/BYD_Flex(3185): getValue() readFlexFromXml = TypedValue{t=0x0/d=0x0}
06-06 17:56:32.969: D/BYD_Flex(3185): getValue() name = @NOKIAFLEX@setDataUsageReminder
06-06 17:56:32.989: D/BYD_Flex(3185): getValue() readFlexFromXml = TypedValue{t=0x0/d=0x0}
06-06 17:56:33.039: W/PowerManager(3185): accept Wake require,start process. the mTag is:Unity-StartupWakeLock, the mFlags is:26
06-06 17:56:33.129: V/WindowManager(559): updateRotationUnchecked(false, false)
06-06 17:56:33.129: V/WindowManager(559): Application requested orientation 1, got rotation 0 which has compatible metrics
06-06 17:56:33.129: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:33.129: V/WindowManager(559): Eval win Window{41a14258 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity paused=false}: isDrawn=false, isAnimating=true
06-06 17:56:33.129: V/WindowManager(559): Not displayed: s=Surface(name=com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity, identity=49) pv=true mDrawState=1 ah=false th=true a=true
06-06 17:56:33.299: E/ThermalDaemon(1224): CPU[1] offline
06-06 17:56:33.719: I/Choreographer(3185): Skipped 47 frames! The application may be doing too much work on its main thread.
06-06 17:56:33.719: D/PhoneInterfaceManager(724): Broadcasting intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-06 17:56:33.729: W/PowerManager(724): accept Wake require,start process. the mTag is:RILJ, the mFlags is:1
06-06 17:56:33.729: W/PowerManager(724): accept Wake require,start process. the mTag is:RILJ, the mFlags is:1
06-06 17:56:33.729: W/PowerManager(724): accept Wake require,start process. the mTag is:RILJ, the mFlags is:1
06-06 17:56:33.729: W/PowerManager(724): accept Wake require,start process. the mTag is:RILJ, the mFlags is:1
06-06 17:56:33.739: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-06 17:56:33.739: W/memalloc(170): Falling back to system heap
06-06 17:56:33.749: W/PowerManager(724): accept Wake release,start process. the mTag is:RILJ, the mFlags is:1
06-06 17:56:33.769: V/WindowStateAnimator(559): finishDrawingLocked: mDrawState=COMMIT_DRAW_PENDING WindowStateAnimator (com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity): mSurface Surface(name=com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity, identity=49), mAnimation null in Surface(name=com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity, identity=49)
06-06 17:56:33.769: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:33.779: V/WindowManager(559): Eval win Window{41a14258 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity paused=false}: isDrawn=true, isAnimating=true
06-06 17:56:33.779: V/WindowManager(559): tokenMayBeDrawn: AppWindowToken{41f79b90 token=Token{41c16918 ActivityRecord{41959d08 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity}}} freezingScreen=false mAppFreezing=false
06-06 17:56:33.779: I/WindowManager(559): Window Window{41f7af78 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false} visible with new config: {1.0 510mcc1mnc en_GB sw320dp w320dp h509dp nrml long port finger -keyb/v/h -nav/h s.4} / 0x0
06-06 17:56:33.779: I/WindowStateAnimator(559): createSurface WindowStateAnimator (com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity): mSurface null, mAnimation null: mDrawState=DRAW_PENDING
06-06 17:56:33.789: V/WindowManager(559): Checking app orientation: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:33.789: V/WindowManager(559): Skipping AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}} -- hidden on top
06-06 17:56:33.789: V/WindowManager(559): Checking app orientation: AppWindowToken{41fe2de8 token=Token{4209df60 ActivityRecord{41fa3ab8 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-06 17:56:33.789: V/WindowManager(559): Done at AppWindowToken{41fe2de8 token=Token{4209df60 ActivityRecord{41fa3ab8 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- full screen, return 1
06-06 17:56:33.789: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:33.789: V/WindowManager(559): Eval win Window{41f7af78 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}: isDrawn=false, isAnimating=true
06-06 17:56:33.789: V/WindowManager(559): Not displayed: s=Surface(name=com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity, identity=50) pv=true mDrawState=1 ah=false th=false a=false
06-06 17:56:33.799: V/WindowManager(559): Resize reasons: contentInsetsChanged=false visibleInsetsChanged=true surfaceResized=false configChanged=false
06-06 17:56:33.799: V/WindowManager(559): Resizing window Window{41f7af78 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false} to 480.0x800.0
06-06 17:56:33.799: V/WindowManager(559): Reporting new frame to Window{41f7af78 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}: Rect(0, 0 - 480, 800)
06-06 17:56:33.799: I/WindowManager(559): Resizing Window{41f7af78 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false} WITH DRAW PENDING
06-06 17:56:33.799: V/WindowManager(559): Eval win Window{41f7af78 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}: isDrawn=false, isAnimating=true
06-06 17:56:33.799: V/WindowManager(559): Not displayed: s=Surface(name=com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity, identity=50) pv=true mDrawState=1 ah=false th=false a=true
06-06 17:56:33.809: V/WindowManager(559): Eval win Window{41f7af78 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}: isDrawn=false, isAnimating=true
06-06 17:56:33.809: V/WindowManager(559): Not displayed: s=Surface(name=com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity, identity=50) pv=true mDrawState=1 ah=false th=false a=true
06-06 17:56:33.819: V/WindowManager(559): Checking app orientation: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:33.819: V/WindowManager(559): Skipping AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}} -- hidden on top
06-06 17:56:33.819: V/WindowManager(559): Checking app orientation: AppWindowToken{41fe2de8 token=Token{4209df60 ActivityRecord{41fa3ab8 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-06 17:56:33.819: V/WindowManager(559): Done at AppWindowToken{41fe2de8 token=Token{4209df60 ActivityRecord{41fa3ab8 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- full screen, return 1
06-06 17:56:33.819: I/WindowManager(559): Window Window{42018c98 SurfaceView paused=false} visible with new config: {1.0 510mcc1mnc en_GB sw320dp w320dp h509dp nrml long port finger -keyb/v/h -nav/h s.4} / 0x0
06-06 17:56:33.819: I/WindowStateAnimator(559): createSurface WindowStateAnimator (SurfaceView): mSurface null, mAnimation null: mDrawState=DRAW_PENDING
06-06 17:56:33.829: V/WindowManager(559): Checking app orientation: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:33.829: V/WindowManager(559): Skipping AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}} -- hidden on top
06-06 17:56:33.829: V/WindowManager(559): Checking app orientation: AppWindowToken{41fe2de8 token=Token{4209df60 ActivityRecord{41fa3ab8 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-06 17:56:33.839: V/WindowManager(559): Done at AppWindowToken{41fe2de8 token=Token{4209df60 ActivityRecord{41fa3ab8 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- full screen, return 1
06-06 17:56:33.839: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:33.839: V/WindowManager(559): Eval win Window{41f7af78 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}: isDrawn=false, isAnimating=true
06-06 17:56:33.839: V/WindowManager(559): Not displayed: s=Surface(name=com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity, identity=50) pv=true mDrawState=1 ah=false th=false a=true
06-06 17:56:33.839: V/WindowManager(559): Eval win Window{42018c98 SurfaceView paused=false}: isDrawn=false, isAnimating=true
06-06 17:56:33.839: V/WindowManager(559): Not displayed: s=Surface(name=SurfaceView, identity=51) pv=true mDrawState=1 ah=false th=false a=false
06-06 17:56:33.849: V/WindowStateAnimator(559): finishDrawingLocked: mDrawState=COMMIT_DRAW_PENDING WindowStateAnimator (SurfaceView): mSurface Surface(name=SurfaceView, identity=51), mAnimation null in Surface(name=SurfaceView, identity=51)
06-06 17:56:33.849: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:33.849: V/WindowManager(559): Eval win Window{41f7af78 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}: isDrawn=false, isAnimating=true
06-06 17:56:33.849: V/WindowManager(559): Not displayed: s=Surface(name=com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity, identity=50) pv=true mDrawState=1 ah=false th=false a=true
06-06 17:56:33.849: V/WindowManager(559): Eval win Window{42018c98 SurfaceView paused=false}: isDrawn=true, isAnimating=true
06-06 17:56:33.849: V/WindowManager(559): tokenMayBeDrawn: AppWindowToken{41fe2de8 token=Token{4209df60 ActivityRecord{41fa3ab8 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} freezingScreen=false mAppFreezing=false
06-06 17:56:33.859: V/WindowManager(559): Checking app orientation: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:33.859: V/WindowManager(559): Skipping AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}} -- hidden on top
06-06 17:56:33.859: V/WindowManager(559): Checking app orientation: AppWindowToken{41fe2de8 token=Token{4209df60 ActivityRecord{41fa3ab8 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-06 17:56:33.869: V/WindowManager(559): Done at AppWindowToken{41fe2de8 token=Token{4209df60 ActivityRecord{41fa3ab8 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- full screen, return 1
06-06 17:56:33.869: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:33.869: V/WindowManager(559): Eval win Window{41f7af78 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}: isDrawn=false, isAnimating=true
06-06 17:56:33.869: V/WindowManager(559): Not displayed: s=Surface(name=com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity, identity=50) pv=true mDrawState=1 ah=false th=false a=true
06-06 17:56:33.869: V/WindowManager(559): Eval win Window{42018c98 SurfaceView paused=false}: isDrawn=true, isAnimating=true
06-06 17:56:33.869: V/WindowManager(559): tokenMayBeDrawn: AppWindowToken{41fe2de8 token=Token{4209df60 ActivityRecord{41fa3ab8 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} freezingScreen=false mAppFreezing=false
06-06 17:56:33.879: V/WindowManager(559): Checking app orientation: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:33.879: V/WindowManager(559): Skipping AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}} -- hidden on top
06-06 17:56:33.879: V/WindowManager(559): Checking app orientation: AppWindowToken{41fe2de8 token=Token{4209df60 ActivityRecord{41fa3ab8 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-06 17:56:33.879: V/WindowManager(559): Done at AppWindowToken{41fe2de8 token=Token{4209df60 ActivityRecord{41fa3ab8 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- full screen, return 1
06-06 17:56:33.879: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:33.879: V/WindowManager(559): Eval win Window{41f7af78 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}: isDrawn=false, isAnimating=true
06-06 17:56:33.879: V/WindowManager(559): Not displayed: s=Surface(name=com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity, identity=50) pv=true mDrawState=1 ah=false th=false a=true
06-06 17:56:33.879: V/WindowManager(559): Eval win Window{42018c98 SurfaceView paused=false}: isDrawn=true, isAnimating=true
06-06 17:56:33.879: V/WindowManager(559): tokenMayBeDrawn: AppWindowToken{41fe2de8 token=Token{4209df60 ActivityRecord{41fa3ab8 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} freezingScreen=false mAppFreezing=false
06-06 17:56:33.889: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-06 17:56:33.889: W/memalloc(170): Falling back to system heap
06-06 17:56:33.909: V/WindowStateAnimator(559): finishDrawingLocked: mDrawState=COMMIT_DRAW_PENDING WindowStateAnimator (com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity): mSurface Surface(name=com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity, identity=50), mAnimation null in Surface(name=com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity, identity=50)
06-06 17:56:33.909: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:33.909: V/WindowManager(559): Eval win Window{41f7af78 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}: isDrawn=true, isAnimating=true
06-06 17:56:33.909: V/WindowManager(559): tokenMayBeDrawn: AppWindowToken{41fe2de8 token=Token{4209df60 ActivityRecord{41fa3ab8 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} freezingScreen=false mAppFreezing=false
06-06 17:56:33.909: V/WindowManager(559): Eval win Window{42018c98 SurfaceView paused=false}: isDrawn=true, isAnimating=true
06-06 17:56:33.909: V/WindowManager(559): tokenMayBeDrawn: AppWindowToken{41fe2de8 token=Token{4209df60 ActivityRecord{41fa3ab8 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} freezingScreen=false mAppFreezing=false
06-06 17:56:33.909: I/ActivityManager(559): Displayed com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity: +1s36ms (total +2s631ms)
06-06 17:56:33.909: I/WindowManager(559): SURFACE SHOW (performShowLocked): Window{41f7af78 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}
06-06 17:56:33.919: I/ActivityManager(559): Displayed com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity: +2m9s90ms
06-06 17:56:33.919: I/WindowManager(559): SURFACE SHOW (performShowLocked): Window{42018c98 SurfaceView paused=false}
06-06 17:56:33.919: V/WindowManager(559): Checking app orientation: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:33.919: V/WindowManager(559): Skipping AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}} -- hidden on top
06-06 17:56:33.919: V/WindowManager(559): Checking app orientation: AppWindowToken{41fe2de8 token=Token{4209df60 ActivityRecord{41fa3ab8 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-06 17:56:33.919: V/WindowManager(559): Done at AppWindowToken{41fe2de8 token=Token{4209df60 ActivityRecord{41fa3ab8 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- full screen, return 1
06-06 17:56:33.919: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:33.919: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:33.949: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:33.949: V/WindowManager(559): Checking app orientation: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:33.949: V/WindowManager(559): Skipping AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}} -- hidden on top
06-06 17:56:33.949: V/WindowManager(559): Checking app orientation: AppWindowToken{41fe2de8 token=Token{4209df60 ActivityRecord{41fa3ab8 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-06 17:56:33.949: V/WindowManager(559): Done at AppWindowToken{41fe2de8 token=Token{4209df60 ActivityRecord{41fa3ab8 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- full screen, return 1
06-06 17:56:33.949: D/Swype(708): [IME] onStartInput(): false
06-06 17:56:33.949: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:33.959: W/PowerManager(559): accept Wake release,start process. the mTag is:ActivityManager-Launch, the mFlags is:1
06-06 17:56:33.969: D/PowerManagerService(559): [Release] ActivityManager-Launch pid=559 uid=1000
06-06 17:56:33.989: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:33.999: V/WindowManager(559): removeAppToken: AppWindowToken{4209d978 token=Token{42023780 ActivityRecord{41986698 com.nokia.payment.iapenabler/o.Ć}}}
06-06 17:56:34.129: V/WindowManager(559): Checking app orientation: AppWindowToken{41fe2de8 token=Token{4209df60 ActivityRecord{41fa3ab8 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-06 17:56:34.129: V/WindowManager(559): Done at AppWindowToken{41fe2de8 token=Token{4209df60 ActivityRecord{41fa3ab8 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- full screen, return 1
06-06 17:56:34.129: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(mRealDisplayMetrics, 480, 800)
06-06 17:56:34.129: D/WindowManager(559): Set app display size: 480x800
06-06 17:56:34.129: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(dm, 480, 800)
06-06 17:56:34.129: D/WindowManager(559): computeScreenConfigurationLocked:ret:config.orientation=1
06-06 17:56:34.139: V/WindowManager(559): setAppVisibility(Token{41c16918 ActivityRecord{41959d08 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity}}, visible=false): mNextAppTransition=-1 hidden=true hiddenRequested=true
06-06 17:56:34.149: I/Adreno200-EGL(3185): <qeglDrvAPI_eglInitialize:299>: EGL 1.4 QUALCOMM build: (CL3050818)
06-06 17:56:34.149: I/Adreno200-EGL(3185): Build Date: 05/23/13 Thu
06-06 17:56:34.149: I/Adreno200-EGL(3185): Local Branch:
06-06 17:56:34.149: I/Adreno200-EGL(3185): Remote Branch: qrd/jb_rel_rb5_qrd
06-06 17:56:34.149: I/Adreno200-EGL(3185): Local Patches:
06-06 17:56:34.149: I/Adreno200-EGL(3185): Reconstruct Branch:
06-06 17:56:34.149: W/Adreno200-EGL(3185): <qeglDrvAPI_eglGetConfigAttrib:511>: EGL_BAD_ATTRIBUTE
06-06 17:56:34.159: W/Adreno200-EGL(3185): <qeglDrvAPI_eglGetConfigAttrib:511>: EGL_BAD_ATTRIBUTE
06-06 17:56:34.159: W/Adreno200-EGL(3185): <qeglDrvAPI_eglGetConfigAttrib:511>: EGL_BAD_ATTRIBUTE
06-06 17:56:34.169: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-06 17:56:34.169: W/memalloc(170): Falling back to system heap
06-06 17:56:34.169: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:34.189: D/Unity(3185): GL_EXT_debug_marker GL_AMD_compressed_ATC_texture GL_AMD_performance_monitor GL_AMD_program_binary_Z400 GL_EXT_robustness GL_EXT_texture_format_BGRA8888 GL_EXT_texture_type_2_10_10_10_REV GL_NV_fence GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth_texture GL_OES_depth24 GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_fragment_precision_high GL_OES_get_program_binary GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_OES_vertex_type_10_10_10_2 GL_OES_vertex_array_object GL_QCOM_alpha_test GL_QCOM_binning_control GL_QCOM_driver_control GL_QCOM_perfmon_global_mode GL_QCOM_extended_get GL_QCOM_extended_get2 GL_QCOM_tiled_rendering GL_QCOM_writeonly_rendering GL_AMD_compressed_3DC_texture GL_EXT_texture_filter_anisotropic
06-06 17:56:34.259: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-06 17:56:34.259: V/AudioPolicyManagerBase(173): getOutput() stream 3, samplingRate 0, format 0, channelMask 3, flags 0
06-06 17:56:34.259: V/AudioPolicyManagerBase(173): getOutput() returns output 2
06-06 17:56:34.259: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-06 17:56:34.259: V/AudioPolicyManagerBase(173): getOutput() stream 3, samplingRate 0, format 0, channelMask 3, flags 0
06-06 17:56:34.259: V/AudioPolicyManagerBase(173): getOutput() returns output 2
06-06 17:56:34.259: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-06 17:56:34.259: V/AudioPolicyManagerBase(173): getOutput() stream 3, samplingRate 0, format 0, channelMask 3, flags 0
06-06 17:56:34.259: V/AudioPolicyManagerBase(173): getOutput() returns output 2
06-06 17:56:34.259: D/PowerManagerService(559): [Acquire] AudioOut_2 pid=173 uid=1013
06-06 17:56:34.269: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-06 17:56:34.269: V/AudioPolicyManagerBase(173): getOutput() stream 3, samplingRate 0, format 0, channelMask 3, flags 0
06-06 17:56:34.269: V/AudioPolicyManagerBase(173): getOutput() returns output 2
06-06 17:56:34.269: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-06 17:56:34.269: V/AudioPolicyManagerBase(173): getOutput() stream 3, samplingRate 0, format 0, channelMask 3, flags 0
06-06 17:56:34.269: V/AudioPolicyManagerBase(173): getOutput() returns output 2
06-06 17:56:34.269: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-06 17:56:34.269: V/AudioPolicyManagerBase(173): getOutput() stream 3, samplingRate 24000, format 1, channelMask 3, flags 0
06-06 17:56:34.269: V/AudioPolicyManagerBase(173): getOutput() returns output 2
06-06 17:56:34.269: E/AudioFlinger(173): Track constructor name 4097, calling pid 3185
06-06 17:56:34.269: E/AudioFlinger(173): start(4097), calling pid 3185 session 13
06-06 17:56:34.269: V/AudioPolicyManager7627a(173): startOutput() output 2, stream 3, session 13
06-06 17:56:34.269: V/AudioPolicyManagerBase(173): changeRefCount() stream 3, count 1
06-06 17:56:34.269: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-06 17:56:34.269: V/AudioPolicyManagerBase(173): getNewDevice() selected device 2
06-06 17:56:34.269: V/AudioPolicyManager7627a(173): setOutputDevice() output 2 device 0002 delayMs 0
06-06 17:56:34.269: V/AudioPolicyManager7627a(173): setOutputDevice() prevDevice 0002
06-06 17:56:34.269: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-06 17:56:34.269: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 1, device 1
06-06 17:56:34.269: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 2, device 2
06-06 17:56:34.269: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-06 17:56:34.269: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 3, device 2
06-06 17:56:34.269: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-06 17:56:34.269: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 4, device 2
06-06 17:56:34.269: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 5, device 2
06-06 17:56:34.269: V/AudioPolicyManager7627a(173): getDeviceForStrategy(). STRATEGY_VIDEOCALL. mForceUse[AudioSystem::FOR_COMMUNICATION]:0.
06-06 17:56:34.269: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 6, device 1
06-06 17:56:34.269: E/AudioPolicyManager7627a(173): setOutputDevice() Call routing with same device with zero delay
06-06 17:56:34.269: E/AudioPolicyManager7627a(173): setOutputDevice() changing device 2
06-06 17:56:34.279: V/AudioPolicyManager7627a(173): checkAndSetVolume() cannot set stream 6 volume with force use = 0 for comm
06-06 17:56:34.279: V/AudioPolicyManager7627a(173): getDeviceForStrategy() from cache strategy 3, device 2
06-06 17:56:34.279: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-06 17:56:34.279: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 3, device 2
06-06 17:56:34.279: V/AudioPolicyManager7627a(173): getDeviceForStrategy() from cache strategy 0, device 2
06-06 17:56:34.279: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-06 17:56:34.279: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-06 17:56:34.279: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 1, device 1
06-06 17:56:34.279: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 2, device 2
06-06 17:56:34.279: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-06 17:56:34.279: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 3, device 2
06-06 17:56:34.279: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-06 17:56:34.279: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 4, device 2
06-06 17:56:34.279: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 5, device 2
06-06 17:56:34.279: V/AudioPolicyManager7627a(173): getDeviceForStrategy(). STRATEGY_VIDEOCALL. mForceUse[AudioSystem::FOR_COMMUNICATION]:0.
06-06 17:56:34.279: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 6, device 1
06-06 17:56:34.289: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:34.289: V/WindowManager(559): Resize reasons: contentInsetsChanged=false visibleInsetsChanged=true surfaceResized=false configChanged=false
06-06 17:56:34.289: V/WindowManager(559): Resizing window Window{41f7af78 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false} to 480.0x800.0
06-06 17:56:34.289: V/WindowManager(559): Reporting new frame to Window{41f7af78 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}: Rect(0, 0 - 480, 800)
06-06 17:56:34.299: D/SWIPE(559): setAppScreenRect 480 800
06-06 17:56:34.599: V/WindowManager(559): Checking app orientation: AppWindowToken{41fe2de8 token=Token{4209df60 ActivityRecord{41fa3ab8 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-06 17:56:34.599: V/WindowManager(559): Done at AppWindowToken{41fe2de8 token=Token{4209df60 ActivityRecord{41fa3ab8 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- full screen, return 1
06-06 17:56:34.599: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(mRealDisplayMetrics, 480, 800)
06-06 17:56:34.599: D/WindowManager(559): Set app display size: 480x800
06-06 17:56:34.599: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(dm, 480, 800)
06-06 17:56:34.599: D/WindowManager(559): computeScreenConfigurationLocked:ret:config.orientation=1
06-06 17:56:34.689: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-06 17:56:34.689: W/memalloc(170): Falling back to system heap
06-06 17:56:34.719: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-06 17:56:34.719: W/memalloc(170): Falling back to system heap
06-06 17:56:34.729: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-06 17:56:34.729: W/memalloc(170): Falling back to system heap
06-06 17:56:34.809: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-06 17:56:34.809: W/memalloc(170): Falling back to system heap
06-06 17:56:34.819: D/dalvikvm(3185): GC_CONCURRENT freed 321K, 7% free 8489K/9031K, paused 15ms+3ms, total 54ms
06-06 17:56:34.839: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-06 17:56:34.839: W/memalloc(170): Falling back to system heap
06-06 17:56:35.109: D/PhoneInterfaceManager(724): Broadcasting intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-06 17:56:35.109: W/PowerManager(724): accept Wake require,start process. the mTag is:RILJ, the mFlags is:1
06-06 17:56:35.109: W/PowerManager(724): accept Wake require,start process. the mTag is:RILJ, the mFlags is:1
06-06 17:56:35.119: W/PowerManager(724): accept Wake require,start process. the mTag is:RILJ, the mFlags is:1
06-06 17:56:35.119: W/PowerManager(724): accept Wake require,start process. the mTag is:RILJ, the mFlags is:1
06-06 17:56:35.129: W/PowerManager(724): accept Wake release,start process. the mTag is:RILJ, the mFlags is:1
06-06 17:56:35.559: W/PowerManager(3185): accept Wake release,start process. the mTag is:Unity-StartupWakeLock, the mFlags is:26
06-06 17:56:35.579: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-06 17:56:35.579: W/memalloc(170): Falling back to system heap
06-06 17:56:35.709: I/Unity(3185): ********** Android OpenIAB plugin initialized **********
06-06 17:56:35.709: I/Unity(3185):
06-06 17:56:35.709: I/Unity(3185): (Filename: ./artifacts/AndroidManagedGenerated/UnityEngineDebug.cpp Line: 49)
06-06 17:56:36.319: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-06 17:56:36.319: W/memalloc(170): Falling back to system heap
06-06 17:56:36.339: E/StatusBar.MSimNetworkController(648): onReceive action=android.net.wifi.RSSI_CHANGED
06-06 17:56:36.339: D/StatusBar.NetworkController(648): in updateWifiIcons, mWifiConnected: true, mDataAndWifiStacked: false
06-06 17:56:36.339: V/PhoneStatusBar(648): processWiFiBroadcast action = android.net.wifi.RSSI_CHANGED
06-06 17:56:36.349: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-06 17:56:36.349: W/memalloc(170): Falling back to system heap
From lines you mentioned it looks like Nokia sends strange results back to OpenIAB. But it shouldn't lead to NPE. I've made some updates for debug purposes. Could you please collect log with this version? Branch: https://github.com/oorlov/OpenIAB/tree/233-openiab-nokia-npe Compiled .unitypackage: http://yadi.sk/d/MbDtAzHiSYExe
Hi @oorlov ,
Thanks for the new build. I rebuild with the new compiled .unitypackage and here is the log
06-07 05:49:27.459: E/SWIPE(559): clear()
06-07 05:49:27.469: W/PowerManager(559): accept Wake require,start process. the mTag is:keyguard, the mFlags is:268435482
06-07 05:49:27.469: I/PrelockScreen2(559): onTouchEvent, enter
06-07 05:49:27.469: W/PowerManager(559): accept Wake require,start process. the mTag is:keyguard, the mFlags is:268435482
06-07 05:49:27.469: D/SWIPE(559): Check swipe down for x/y: 137.0 / 539.0
06-07 05:49:27.499: I/PrelockScreen2(559): onTouchEvent, enter
06-07 05:49:27.499: W/PowerManager(559): accept Wake require,start process. the mTag is:keyguard, the mFlags is:268435482
06-07 05:49:27.529: I/PrelockScreen2(559): onTouchEvent, enter
06-07 05:49:27.529: W/PowerManager(559): accept Wake require,start process. the mTag is:keyguard, the mFlags is:268435482
06-07 05:49:27.569: I/PrelockScreen2(559): onTouchEvent, enter
06-07 05:49:27.569: W/PowerManager(559): accept Wake require,start process. the mTag is:keyguard, the mFlags is:268435482
06-07 05:49:27.599: I/PrelockScreen2(559): onTouchEvent, enter
06-07 05:49:27.599: W/PowerManager(559): accept Wake require,start process. the mTag is:keyguard, the mFlags is:268435482
06-07 05:49:27.619: D/SWIPE(559): touch up event 404.0 584.0
06-07 05:49:27.619: D/SWIPE(559): send replay touch down event
06-07 05:49:27.629: I/PrelockScreen2(559): onTouchEvent, enter
06-07 05:49:27.629: W/PowerManager(559): accept Wake require,start process. the mTag is:keyguard, the mFlags is:268435482
06-07 05:49:27.629: I/PrelockScreen2(559): onTouchEvent, enter
06-07 05:49:27.629: W/PowerManager(559): accept Wake require,start process. the mTag is:keyguard, the mFlags is:268435482
06-07 05:49:27.889: I/PrelockScreen2(559): exit prelockscreen2
06-07 05:49:27.899: V/WindowManager(559): setAppVisibility(Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}, visible=true): mNextAppTransition=4102 hidden=false hiddenRequested=false
06-07 05:49:27.909: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(mRealDisplayMetrics, 480, 800)
06-07 05:49:27.909: D/WindowManager(559): Set app display size: 480x800
06-07 05:49:27.909: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(dm, 480, 800)
06-07 05:49:27.909: D/WindowManager(559): computeScreenConfigurationLocked:ret:config.orientation=1
06-07 05:49:27.909: W/PowerManager(559): accept Wake release,start process. the mTag is:keyguard, the mFlags is:268435482
06-07 05:49:27.909: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:27.909: D/PhoneStatusBar(648): disable: < expand* icons alerts ticker system_info back home recent* clock >
06-07 05:49:27.919: V/WindowManager(559): Checking app orientation: AppWindowToken{4204c7b8 token=Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-07 05:49:27.919: V/WindowManager(559): Done at AppWindowToken{4204c7b8 token=Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- full screen, return 1
06-07 05:49:27.919: V/WindowManager(559): Application requested orientation 1, got rotation 0 which has compatible metrics
06-07 05:49:27.919: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:28.179: E/ThermalDaemon(1224): CPU[1] offline
06-07 05:49:28.199: D/PrelockScreen2(559): onPause
06-07 05:49:28.209: I/PrelockScreen2(559): exit prelockscreen2
06-07 05:49:28.209: E/LockPatternKeyguardView(559): cleanUp()
06-07 05:49:28.209: D/prelockscreenModel(559): ######setLockScreen
06-07 05:49:28.209: D/prelockscreen(559): ######cleanup_mPrelockScreen
06-07 05:49:28.209: E/PrelockScreen(559): onDetachedFromWindow :com.android.internal.policy.impl.PrelockScreen@4193bad8
06-07 05:49:29.019: I/ActivityManager(559): Start proc com.qrd.simcontacts for service com.qrd.simcontacts/.AuthenticateService: pid=3950 uid=1000 gids={1015, 1023, 3002, 3001, 3003, 1028, 1006}
06-07 05:49:29.039: E/Trace(3950): error opening trace file: No such file or directory (2)
06-07 05:49:29.059: D/AuthenticateService(3950): service onCreate!
06-07 05:49:29.059: D/AuthenticateService(3950): service onStart!
06-07 05:49:29.059: D/AuthenticateService(3950): service onStart! intent is null
06-07 05:49:30.019: I/Choreographer(3801): Skipped 1363 frames! The application may be doing too much work on its main thread.
06-07 05:49:30.029: I/WindowManager(559): Window Window{41a48198 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false} visible with new config: {1.0 510mcc1mnc en_GB sw320dp w320dp h509dp nrml long port finger -keyb/v/h -nav/h s.4} / 0x0
06-07 05:49:30.029: I/WindowStateAnimator(559): createSurface WindowStateAnimator (com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity): mSurface null, mAnimation null: mDrawState=DRAW_PENDING
06-07 05:49:30.039: V/WindowManager(559): Checking app orientation: AppWindowToken{4204c7b8 token=Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-07 05:49:30.039: V/WindowManager(559): Done at AppWindowToken{4204c7b8 token=Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- full screen, return 1
06-07 05:49:30.039: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:30.069: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:30.069: V/WindowManager(559): Eval win Window{41a48198 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}: isDrawn=false, isAnimating=false
06-07 05:49:30.069: V/WindowManager(559): Not displayed: s=Surface(name=com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity, identity=56) pv=true mDrawState=1 ah=false th=false a=false
06-07 05:49:30.069: V/WindowManager(559): Resize reasons: contentInsetsChanged=false visibleInsetsChanged=true surfaceResized=false configChanged=false
06-07 05:49:30.069: V/WindowManager(559): Resizing window Window{41a48198 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false} to 480.0x800.0
06-07 05:49:30.079: V/WindowManager(559): Reporting new frame to Window{41a48198 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}: Rect(0, 0 - 480, 800)
06-07 05:49:30.079: I/WindowManager(559): Resizing Window{41a48198 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false} WITH DRAW PENDING
06-07 05:49:30.079: V/WindowManager(559): Checking app orientation: AppWindowToken{4204c7b8 token=Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-07 05:49:30.079: V/WindowManager(559): Done at AppWindowToken{4204c7b8 token=Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- full screen, return 1
06-07 05:49:30.089: I/WindowManager(559): Window Window{41c1f140 SurfaceView paused=false} visible with new config: {1.0 510mcc1mnc en_GB sw320dp w320dp h509dp nrml long port finger -keyb/v/h -nav/h s.4} / 0x0
06-07 05:49:30.089: I/WindowStateAnimator(559): createSurface WindowStateAnimator (SurfaceView): mSurface null, mAnimation null: mDrawState=DRAW_PENDING
06-07 05:49:30.089: V/WindowManager(559): Checking app orientation: AppWindowToken{4204c7b8 token=Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-07 05:49:30.089: V/WindowManager(559): Done at AppWindowToken{4204c7b8 token=Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- full screen, return 1
06-07 05:49:30.089: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:30.089: V/WindowManager(559): Eval win Window{41a48198 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}: isDrawn=false, isAnimating=false
06-07 05:49:30.089: V/WindowManager(559): Not displayed: s=Surface(name=com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity, identity=56) pv=true mDrawState=1 ah=false th=false a=false
06-07 05:49:30.089: V/WindowManager(559): Eval win Window{41c1f140 SurfaceView paused=false}: isDrawn=false, isAnimating=false
06-07 05:49:30.099: V/WindowManager(559): Not displayed: s=Surface(name=SurfaceView, identity=57) pv=true mDrawState=1 ah=false th=false a=false
06-07 05:49:30.099: V/WindowStateAnimator(559): finishDrawingLocked: mDrawState=COMMIT_DRAW_PENDING WindowStateAnimator (SurfaceView): mSurface Surface(name=SurfaceView, identity=57), mAnimation null in Surface(name=SurfaceView, identity=57)
06-07 05:49:30.109: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:30.109: V/WindowManager(559): Eval win Window{41a48198 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}: isDrawn=false, isAnimating=false
06-07 05:49:30.109: V/WindowManager(559): Not displayed: s=Surface(name=com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity, identity=56) pv=true mDrawState=1 ah=false th=false a=false
06-07 05:49:30.109: V/WindowManager(559): Eval win Window{41c1f140 SurfaceView paused=false}: isDrawn=true, isAnimating=false
06-07 05:49:30.109: V/WindowManager(559): tokenMayBeDrawn: AppWindowToken{4204c7b8 token=Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} freezingScreen=false mAppFreezing=false
06-07 05:49:30.459: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:30.459: V/WindowManager(559): Eval win Window{41a48198 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}: isDrawn=false, isAnimating=false
06-07 05:49:30.459: V/WindowManager(559): Not displayed: s=Surface(name=com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity, identity=56) pv=true mDrawState=1 ah=false th=false a=false
06-07 05:49:30.459: V/WindowManager(559): Resize reasons: contentInsetsChanged=false visibleInsetsChanged=true surfaceResized=false configChanged=false
06-07 05:49:30.459: V/WindowManager(559): Resizing window Window{41a48198 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false} to 480.0x800.0
06-07 05:49:30.459: V/WindowManager(559): Eval win Window{41c1f140 SurfaceView paused=false}: isDrawn=true, isAnimating=false
06-07 05:49:30.469: V/WindowManager(559): tokenMayBeDrawn: AppWindowToken{4204c7b8 token=Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} freezingScreen=false mAppFreezing=false
06-07 05:49:30.469: V/WindowManager(559): Reporting new frame to Window{41a48198 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}: Rect(0, 0 - 480, 800)
06-07 05:49:30.469: I/WindowManager(559): Resizing Window{41a48198 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false} WITH DRAW PENDING
06-07 05:49:30.479: V/WindowManager(559): Eval win Window{41a48198 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}: isDrawn=false, isAnimating=false
06-07 05:49:30.479: V/WindowManager(559): Not displayed: s=Surface(name=com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity, identity=56) pv=true mDrawState=1 ah=false th=false a=false
06-07 05:49:30.479: V/WindowManager(559): Eval win Window{41c1f140 SurfaceView paused=false}: isDrawn=true, isAnimating=false
06-07 05:49:30.479: V/WindowManager(559): tokenMayBeDrawn: AppWindowToken{4204c7b8 token=Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} freezingScreen=false mAppFreezing=false
06-07 05:49:30.549: E/ThermalDaemon(1224): CPU[1] offline
06-07 05:49:33.029: I/Choreographer(3801): Skipped 179 frames! The application may be doing too much work on its main thread.
06-07 05:49:33.029: V/WindowManager(559): Checking app orientation: AppWindowToken{4204c7b8 token=Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-07 05:49:33.029: V/WindowManager(559): Done at AppWindowToken{4204c7b8 token=Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- full screen, return 1
06-07 05:49:33.029: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:33.029: V/WindowManager(559): Eval win Window{41a48198 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}: isDrawn=false, isAnimating=false
06-07 05:49:33.029: V/WindowManager(559): Not displayed: s=Surface(name=com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity, identity=56) pv=true mDrawState=1 ah=false th=false a=false
06-07 05:49:33.029: V/WindowManager(559): Eval win Window{41c1f140 SurfaceView paused=false}: isDrawn=true, isAnimating=false
06-07 05:49:33.029: V/WindowManager(559): tokenMayBeDrawn: AppWindowToken{4204c7b8 token=Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} freezingScreen=false mAppFreezing=false
06-07 05:49:33.059: V/WindowManager(559): Checking app orientation: AppWindowToken{4204c7b8 token=Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-07 05:49:33.059: V/WindowManager(559): Done at AppWindowToken{4204c7b8 token=Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- full screen, return 1
06-07 05:49:33.059: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:33.059: V/WindowManager(559): Eval win Window{41a48198 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}: isDrawn=false, isAnimating=false
06-07 05:49:33.069: V/WindowManager(559): Not displayed: s=Surface(name=com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity, identity=56) pv=true mDrawState=1 ah=false th=false a=false
06-07 05:49:33.069: V/WindowManager(559): Eval win Window{41c1f140 SurfaceView paused=false}: isDrawn=true, isAnimating=false
06-07 05:49:33.069: V/WindowManager(559): tokenMayBeDrawn: AppWindowToken{4204c7b8 token=Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} freezingScreen=false mAppFreezing=false
06-07 05:49:33.079: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-07 05:49:33.079: W/memalloc(170): Falling back to system heap
06-07 05:49:33.089: V/WindowStateAnimator(559): finishDrawingLocked: mDrawState=COMMIT_DRAW_PENDING WindowStateAnimator (com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity): mSurface Surface(name=com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity, identity=56), mAnimation null in Surface(name=com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity, identity=56)
06-07 05:49:33.089: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:33.089: V/WindowManager(559): Eval win Window{41a48198 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}: isDrawn=true, isAnimating=false
06-07 05:49:33.099: V/WindowManager(559): tokenMayBeDrawn: AppWindowToken{4204c7b8 token=Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} freezingScreen=false mAppFreezing=false
06-07 05:49:33.099: V/WindowManager(559): Eval win Window{41c1f140 SurfaceView paused=false}: isDrawn=true, isAnimating=false
06-07 05:49:33.099: W/PowerManager(3801): accept Wake release,start process. the mTag is:Unity-StartupWakeLock, the mFlags is:26
06-07 05:49:33.099: V/WindowManager(559): tokenMayBeDrawn: AppWindowToken{4204c7b8 token=Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} freezingScreen=false mAppFreezing=false
06-07 05:49:33.109: I/WindowManager(559): SURFACE SHOW (performShowLocked): Window{41a48198 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}
06-07 05:49:33.109: I/WindowManager(559): SURFACE SHOW (performShowLocked): Window{41c1f140 SurfaceView paused=false}
06-07 05:49:33.119: I/ActivityManager(559): Displayed com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity: +27s172ms (total +27s512ms)
06-07 05:49:33.119: W/InputMethodManagerService(559): Got RemoteException sending setActive(false) notification to pid 3185 uid 10072
06-07 05:49:33.139: D/Swype(708): [IME] onStartInput(): false
06-07 05:49:33.149: I/ActivityManager(559): Activity reported stop, but no longer stopping: ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}
06-07 05:49:33.859: E/StatusBar.MSimNetworkController(648): onReceive action=android.net.wifi.RSSI_CHANGED
06-07 05:49:33.859: D/StatusBar.NetworkController(648): in updateWifiIcons, mWifiConnected: true, mDataAndWifiStacked: false
06-07 05:49:33.859: V/PhoneStatusBar(648): processWiFiBroadcast action = android.net.wifi.RSSI_CHANGED
06-07 05:49:34.059: V/WindowManager(559): Checking app orientation: AppWindowToken{4204c7b8 token=Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-07 05:49:34.059: V/WindowManager(559): Done at AppWindowToken{4204c7b8 token=Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- full screen, return 1
06-07 05:49:34.059: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(mRealDisplayMetrics, 480, 800)
06-07 05:49:34.059: D/WindowManager(559): Set app display size: 480x800
06-07 05:49:34.059: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(dm, 480, 800)
06-07 05:49:34.059: D/WindowManager(559): computeScreenConfigurationLocked:ret:config.orientation=1
06-07 05:49:34.079: I/Adreno200-EGL(3801): <qeglDrvAPI_eglInitialize:299>: EGL 1.4 QUALCOMM build: (CL3050818)
06-07 05:49:34.079: I/Adreno200-EGL(3801): Build Date: 05/23/13 Thu
06-07 05:49:34.079: I/Adreno200-EGL(3801): Local Branch:
06-07 05:49:34.079: I/Adreno200-EGL(3801): Remote Branch: qrd/jb_rel_rb5_qrd
06-07 05:49:34.079: I/Adreno200-EGL(3801): Local Patches:
06-07 05:49:34.079: I/Adreno200-EGL(3801): Reconstruct Branch:
06-07 05:49:34.079: W/Adreno200-EGL(3801): <qeglDrvAPI_eglGetConfigAttrib:511>: EGL_BAD_ATTRIBUTE
06-07 05:49:34.079: W/Adreno200-EGL(3801): <qeglDrvAPI_eglGetConfigAttrib:511>: EGL_BAD_ATTRIBUTE
06-07 05:49:34.079: W/Adreno200-EGL(3801): <qeglDrvAPI_eglGetConfigAttrib:511>: EGL_BAD_ATTRIBUTE
06-07 05:49:34.089: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-07 05:49:34.089: W/memalloc(170): Falling back to system heap
06-07 05:49:34.139: D/Unity(3801): GL_EXT_debug_marker GL_AMD_compressed_ATC_texture GL_AMD_performance_monitor GL_AMD_program_binary_Z400 GL_EXT_robustness GL_EXT_texture_format_BGRA8888 GL_EXT_texture_type_2_10_10_10_REV GL_NV_fence GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth_texture GL_OES_depth24 GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_fragment_precision_high GL_OES_get_program_binary GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_OES_vertex_type_10_10_10_2 GL_OES_vertex_array_object GL_QCOM_alpha_test GL_QCOM_binning_control GL_QCOM_driver_control GL_QCOM_perfmon_global_mode GL_QCOM_extended_get GL_QCOM_extended_get2 GL_QCOM_tiled_rendering GL_QCOM_writeonly_rendering GL_AMD_compressed_3DC_texture GL_EXT_texture_filter_anisotropic
06-07 05:49:34.219: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:49:34.219: V/AudioPolicyManagerBase(173): getOutput() stream 3, samplingRate 0, format 0, channelMask 3, flags 0
06-07 05:49:34.219: V/AudioPolicyManagerBase(173): getOutput() returns output 2
06-07 05:49:34.219: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:49:34.219: V/AudioPolicyManagerBase(173): getOutput() stream 3, samplingRate 0, format 0, channelMask 3, flags 0
06-07 05:49:34.219: V/AudioPolicyManagerBase(173): getOutput() returns output 2
06-07 05:49:34.219: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:49:34.219: V/AudioPolicyManagerBase(173): getOutput() stream 3, samplingRate 0, format 0, channelMask 3, flags 0
06-07 05:49:34.219: D/PowerManagerService(559): [Acquire] AudioOut_2 pid=173 uid=1013
06-07 05:49:34.229: V/AudioPolicyManagerBase(173): getOutput() returns output 2
06-07 05:49:34.229: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:49:34.229: V/AudioPolicyManagerBase(173): getOutput() stream 3, samplingRate 0, format 0, channelMask 3, flags 0
06-07 05:49:34.229: V/AudioPolicyManagerBase(173): getOutput() returns output 2
06-07 05:49:34.229: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:49:34.229: V/AudioPolicyManagerBase(173): getOutput() stream 3, samplingRate 0, format 0, channelMask 3, flags 0
06-07 05:49:34.229: V/AudioPolicyManagerBase(173): getOutput() returns output 2
06-07 05:49:34.229: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:49:34.229: V/AudioPolicyManagerBase(173): getOutput() stream 3, samplingRate 24000, format 1, channelMask 3, flags 0
06-07 05:49:34.229: V/AudioPolicyManagerBase(173): getOutput() returns output 2
06-07 05:49:34.229: E/AudioFlinger(173): Track constructor name 4097, calling pid 3801
06-07 05:49:34.239: E/AudioFlinger(173): start(4097), calling pid 3801 session 15
06-07 05:49:34.239: V/AudioPolicyManager7627a(173): startOutput() output 2, stream 3, session 15
06-07 05:49:34.239: V/AudioPolicyManagerBase(173): changeRefCount() stream 3, count 1
06-07 05:49:34.239: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:49:34.239: V/AudioPolicyManagerBase(173): getNewDevice() selected device 2
06-07 05:49:34.239: V/AudioPolicyManager7627a(173): setOutputDevice() output 2 device 0002 delayMs 0
06-07 05:49:34.239: V/AudioPolicyManager7627a(173): setOutputDevice() prevDevice 0002
06-07 05:49:34.239: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:49:34.239: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 1, device 1
06-07 05:49:34.239: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 2, device 2
06-07 05:49:34.239: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:49:34.239: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 3, device 2
06-07 05:49:34.239: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:49:34.239: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 4, device 2
06-07 05:49:34.239: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 5, device 2
06-07 05:49:34.239: V/AudioPolicyManager7627a(173): getDeviceForStrategy(). STRATEGY_VIDEOCALL. mForceUse[AudioSystem::FOR_COMMUNICATION]:0.
06-07 05:49:34.239: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 6, device 1
06-07 05:49:34.239: E/AudioPolicyManager7627a(173): setOutputDevice() Call routing with same device with zero delay
06-07 05:49:34.239: E/AudioPolicyManager7627a(173): setOutputDevice() changing device 2
06-07 05:49:34.249: V/AudioPolicyManager7627a(173): checkAndSetVolume() cannot set stream 6 volume with force use = 0 for comm
06-07 05:49:34.249: V/AudioPolicyManager7627a(173): getDeviceForStrategy() from cache strategy 3, device 2
06-07 05:49:34.249: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:49:34.249: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 3, device 2
06-07 05:49:34.249: V/AudioPolicyManager7627a(173): getDeviceForStrategy() from cache strategy 0, device 2
06-07 05:49:34.249: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:49:34.249: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:49:34.249: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 1, device 1
06-07 05:49:34.249: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 2, device 2
06-07 05:49:34.249: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:49:34.249: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 3, device 2
06-07 05:49:34.249: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:49:34.249: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 4, device 2
06-07 05:49:34.249: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 5, device 2
06-07 05:49:34.249: V/AudioPolicyManager7627a(173): getDeviceForStrategy(). STRATEGY_VIDEOCALL. mForceUse[AudioSystem::FOR_COMMUNICATION]:0.
06-07 05:49:34.249: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 6, device 1
06-07 05:49:34.549: V/WindowManager(559): Checking app orientation: AppWindowToken{4204c7b8 token=Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-07 05:49:34.549: V/WindowManager(559): Done at AppWindowToken{4204c7b8 token=Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- full screen, return 1
06-07 05:49:34.549: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(mRealDisplayMetrics, 480, 800)
06-07 05:49:34.549: D/WindowManager(559): Set app display size: 480x800
06-07 05:49:34.549: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(dm, 480, 800)
06-07 05:49:34.549: D/WindowManager(559): computeScreenConfigurationLocked:ret:config.orientation=1
06-07 05:49:34.559: W/PowerManager(3801): accept Wake require,start process. the mTag is:Unity-StartupWakeLock, the mFlags is:26
06-07 05:49:34.649: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-07 05:49:34.649: W/memalloc(170): Falling back to system heap
06-07 05:49:34.679: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-07 05:49:34.679: W/memalloc(170): Falling back to system heap
06-07 05:49:34.689: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-07 05:49:34.689: W/memalloc(170): Falling back to system heap
06-07 05:49:34.729: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-07 05:49:34.729: W/memalloc(170): Falling back to system heap
06-07 05:49:34.759: D/dalvikvm(3801): GC_CONCURRENT freed 325K, 6% free 8490K/9031K, paused 4ms+6ms, total 61ms
06-07 05:49:34.779: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-07 05:49:34.779: W/memalloc(170): Falling back to system heap
06-07 05:49:35.549: W/PowerManager(3801): accept Wake release,start process. the mTag is:Unity-StartupWakeLock, the mFlags is:26
06-07 05:49:35.569: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-07 05:49:35.569: W/memalloc(170): Falling back to system heap
06-07 05:49:35.699: I/Unity(3801): ********** Android OpenIAB plugin initialized **********
06-07 05:49:35.699: I/Unity(3801):
06-07 05:49:35.699: I/Unity(3801): (Filename: ./artifacts/AndroidManagedGenerated/UnityEngineDebug.cpp Line: 49)
06-07 05:49:36.339: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-07 05:49:36.339: W/memalloc(170): Falling back to system heap
06-07 05:49:36.369: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-07 05:49:36.369: W/memalloc(170): Falling back to system heap
06-07 05:49:36.859: E/StatusBar.MSimNetworkController(648): onReceive action=android.net.wifi.RSSI_CHANGED
06-07 05:49:36.859: D/StatusBar.NetworkController(648): in updateWifiIcons, mWifiConnected: true, mDataAndWifiStacked: false
06-07 05:49:36.869: V/PhoneStatusBar(648): processWiFiBroadcast action = android.net.wifi.RSSI_CHANGED
06-07 05:49:37.639: W/PowerManager(559): accept Wake release,start process. the mTag is:keyguard, the mFlags is:268435482
06-07 05:49:38.969: D/SimContactsService(3950): service onCreate!
06-07 05:49:38.999: D/SimContactsService(3950): service onStart!
06-07 05:49:38.999: D/SimContactsService(3950): service onStart! intent is null
06-07 05:49:40.639: E/SWIPE(559): clear()
06-07 05:49:40.639: D/SWIPE(559): Check swipe down for x/y: 92.0 / 65.0
06-07 05:49:40.839: D/SWIPE(559): touch up event 90.0 66.0
06-07 05:49:40.839: D/SWIPE(559): send replay touch down event
06-07 05:49:40.949: D/OpenIAB-UnityPlugin(3801): createBroadcasts
06-07 05:49:40.949: D/OpenIAB-UnityPlugin(3801): Starting setup.
06-07 05:49:41.019: I/isBillingAvailable(3801): NIAP signature verified
06-07 05:49:41.049: I/ActivityManager(559): Start proc com.nokia.payment.iapenabler for service com.nokia.payment.iapenabler/.service.NIAPBillingService: pid=3989 uid=10051 gids={3003, 1015, 1023, 1028}
06-07 05:49:41.069: E/Trace(3989): error opening trace file: No such file or directory (2)
06-07 05:49:41.239: I/isBillingAvailable(3801): NIAP signature verified
06-07 05:49:41.239: D/OpenIAB-UnityPlugin(3801): Setup finished.
06-07 05:49:41.239: D/OpenIAB-UnityPlugin(3801): Setup successful.
06-07 05:49:41.249: I/Unity(3801): billingSupportedEvent
06-07 05:49:41.249: I/Unity(3801):
06-07 05:49:41.249: I/Unity(3801): (Filename: ./artifacts/AndroidManagedGenerated/UnityEngineDebug.cpp Line: 49)
06-07 05:49:41.269: D/dalvikvm(3801): GC_CONCURRENT freed 350K, 6% free 8616K/9159K, paused 2ms+4ms, total 48ms
06-07 05:49:42.889: E/StatusBar.MSimNetworkController(648): onReceive action=android.net.wifi.RSSI_CHANGED
06-07 05:49:42.889: D/StatusBar.NetworkController(648): in updateWifiIcons, mWifiConnected: true, mDataAndWifiStacked: false
06-07 05:49:42.889: V/PhoneStatusBar(648): processWiFiBroadcast action = android.net.wifi.RSSI_CHANGED
06-07 05:49:42.939: D/BatteryService(559): level:100 scale:100 status:5 health:2 present:true voltage: 4128 temperature: 320 technology: Li-ion AC powered:false USB powered:true icon:17303042 invalid charger:0
06-07 05:49:43.489: E/SWIPE(559): clear()
06-07 05:49:43.489: D/SWIPE(559): Check swipe down for x/y: 105.0 / 151.0
06-07 05:49:43.719: D/SWIPE(559): touch up event 101.0 150.0
06-07 05:49:43.719: D/SWIPE(559): send replay touch down event
06-07 05:49:43.749: I/ActivityManager(559): START {cmp=com.test.openiab/org.onepf.openiab.UnityProxyActivity (has extras) u=0} from pid 3801
06-07 05:49:43.749: V/ActivityManager(559): Starting new activity ActivityRecord{42029b38 com.test.openiab/org.onepf.openiab.UnityProxyActivity} in existing task TaskRecord{41be0538 #6 A com.test.openiab U 0}
06-07 05:49:43.899: D/dalvikvm(559): GC_FOR_ALLOC freed 2119K, 35% free 16668K/25415K, paused 63ms, total 64ms
06-07 05:49:43.969: W/PowerManager(559): accept Wake require,start process. the mTag is:ActivityManager-Launch, the mFlags is:1
06-07 05:49:44.469: W/ActivityManager(559): Activity pause timeout for ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}
06-07 05:49:44.469: V/WindowManager(559): Skipping set freeze of Token{41feb640 ActivityRecord{42029b38 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}
06-07 05:49:44.479: V/WindowManager(559): setAppVisibility(Token{41feb640 ActivityRecord{42029b38 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}, visible=true): mNextAppTransition=4102 hidden=true hiddenRequested=true
06-07 05:49:44.479: V/WindowManager(559): Checking app orientation: AppWindowToken{41a18968 token=Token{41feb640 ActivityRecord{42029b38 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}}
06-07 05:49:44.479: V/WindowManager(559): Done at AppWindowToken{41a18968 token=Token{41feb640 ActivityRecord{42029b38 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}} -- full screen, return -1
06-07 05:49:44.479: V/WindowManager(559): Application requested orientation -1, got rotation 0 which has compatible metrics
06-07 05:49:44.479: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(mRealDisplayMetrics, 480, 800)
06-07 05:49:44.479: D/WindowManager(559): Set app display size: 480x800
06-07 05:49:44.479: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(dm, 480, 800)
06-07 05:49:44.489: D/WindowManager(559): computeScreenConfigurationLocked:ret:config.orientation=1
06-07 05:49:44.489: V/WindowManager(559): setAppVisibility(Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}, visible=false): mNextAppTransition=4102 hidden=false hiddenRequested=false
06-07 05:49:44.809: E/AudioFlinger(173): stop(4097), calling pid 3801
06-07 05:49:44.809: V/AudioPolicyManager7627a(173): stopOutput() output 2, stream 3, session 15
06-07 05:49:44.809: V/AudioPolicyManagerBase(173): changeRefCount() stream 3, count 0
06-07 05:49:44.809: V/AudioPolicyManagerBase(173): getNewDevice() selected device 0
06-07 05:49:44.809: V/AudioPolicyManager7627a(173): setOutputDevice() output 2 device 0000 delayMs 108
06-07 05:49:44.809: V/AudioPolicyManager7627a(173): setOutputDevice() prevDevice 0002
06-07 05:49:44.809: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:49:44.809: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 1, device 1
06-07 05:49:44.809: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 2, device 2
06-07 05:49:44.809: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:49:44.809: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 3, device 2
06-07 05:49:44.809: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:49:44.809: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 4, device 2
06-07 05:49:44.809: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 5, device 2
06-07 05:49:44.809: V/AudioPolicyManager7627a(173): getDeviceForStrategy(). STRATEGY_VIDEOCALL. mForceUse[AudioSystem::FOR_COMMUNICATION]:0.
06-07 05:49:44.809: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 6, device 1
06-07 05:49:44.809: V/AudioPolicyManager7627a(173): setOutputDevice() setting null device for output 2
06-07 05:49:44.819: V/AudioPolicyManager7627a(173): getDeviceForStrategy() from cache strategy 3, device 2
06-07 05:49:44.819: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:49:44.819: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 3, device 2
06-07 05:49:44.819: V/AudioPolicyManager7627a(173): getDeviceForStrategy() from cache strategy 0, device 2
06-07 05:49:44.819: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:49:44.819: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:49:44.819: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 1, device 1
06-07 05:49:44.819: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 2, device 2
06-07 05:49:44.819: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:49:44.819: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 3, device 2
06-07 05:49:44.819: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:49:44.819: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 4, device 2
06-07 05:49:44.819: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 5, device 2
06-07 05:49:44.819: V/AudioPolicyManager7627a(173): getDeviceForStrategy(). STRATEGY_VIDEOCALL. mForceUse[AudioSystem::FOR_COMMUNICATION]:0.
06-07 05:49:44.819: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 6, device 1
06-07 05:49:44.819: V/AudioPolicyManagerBase(173): releaseOutput() 2
06-07 05:49:44.829: D/BYD_Flex(3801): getValue() name = @NOKIAFLEX@packageNeedData
06-07 05:49:44.879: D/BYD_Flex(3801): getValue() readFlexFromXml = TypedValue{t=0x0/d=0x0}
06-07 05:49:44.879: D/BYD_Flex(3801): getValue() name = @NOKIAFLEX@setDataUsageReminder
06-07 05:49:44.889: D/BYD_Flex(3801): getValue() readFlexFromXml = TypedValue{t=0x0/d=0x0}
06-07 05:49:44.899: I/ActivityManager(559): START {flg=0x400000 cmp=com.nokia.payment.iapenabler/o.Ć (has extras) u=0} from pid -1
06-07 05:49:44.899: W/PowerManager(559): accept Wake require,start process. the mTag is:ActivityManager-Launch, the mFlags is:1
06-07 05:49:44.899: V/ActivityManager(559): Starting new activity ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć} in existing task TaskRecord{41be0538 #6 A com.test.openiab U 0}
06-07 05:49:44.909: E/AudioFlinger(173): PlaybackThread::Track destructor
06-07 05:49:44.919: V/WindowManager(559): Skipping set freeze of Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}
06-07 05:49:44.919: V/WindowManager(559): setAppVisibility(Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}, visible=true): mNextAppTransition=4102 hidden=true hiddenRequested=true
06-07 05:49:44.919: V/WindowManager(559): Checking app orientation: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:49:44.919: V/WindowManager(559): Checking app orientation: AppWindowToken{41a18968 token=Token{41feb640 ActivityRecord{42029b38 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}}
06-07 05:49:44.919: V/WindowManager(559): Done at AppWindowToken{41a18968 token=Token{41feb640 ActivityRecord{42029b38 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}} -- full screen, return -1
06-07 05:49:44.919: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(mRealDisplayMetrics, 480, 800)
06-07 05:49:44.919: D/WindowManager(559): Set app display size: 480x800
06-07 05:49:44.919: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(dm, 480, 800)
06-07 05:49:44.919: D/WindowManager(559): computeScreenConfigurationLocked:ret:config.orientation=1
06-07 05:49:44.929: D/BYD_Flex(3989): getValue() name = @NOKIAFLEX@packageNeedData
06-07 05:49:44.939: I/WindowManager(559): Window Window{419d2db0 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false} visible with new config: {1.0 510mcc1mnc en_GB sw320dp w320dp h509dp nrml long port finger -keyb/v/h -nav/h s.4} / 0x0
06-07 05:49:44.939: I/WindowStateAnimator(559): createSurface WindowStateAnimator (com.test.openiab/org.onepf.openiab.UnityProxyActivity): mSurface null, mAnimation null: mDrawState=DRAW_PENDING
06-07 05:49:44.939: V/WindowManager(559): Checking app orientation: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:49:44.939: V/WindowManager(559): Checking app orientation: AppWindowToken{41a18968 token=Token{41feb640 ActivityRecord{42029b38 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}}
06-07 05:49:44.939: V/WindowManager(559): Done at AppWindowToken{41a18968 token=Token{41feb640 ActivityRecord{42029b38 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}} -- full screen, return -1
06-07 05:49:44.939: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:44.939: V/WindowManager(559): Eval win Window{419d2db0 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false}: isDrawn=false, isAnimating=true
06-07 05:49:44.939: V/WindowManager(559): Not displayed: s=Surface(name=com.test.openiab/org.onepf.openiab.UnityProxyActivity, identity=58) pv=true mDrawState=1 ah=false th=false a=false
06-07 05:49:44.939: V/WindowManager(559): Resize reasons: contentInsetsChanged=false visibleInsetsChanged=false surfaceResized=true configChanged=false
06-07 05:49:44.939: V/WindowManager(559): Resizing window Window{419d2db0 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false} to 480.0x800.0
06-07 05:49:44.949: V/WindowManager(559): Reporting new frame to Window{419d2db0 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false}: Rect(0, 0 - 480, 800)
06-07 05:49:44.949: I/WindowManager(559): Resizing Window{419d2db0 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false} WITH DRAW PENDING
06-07 05:49:44.969: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-07 05:49:44.969: W/memalloc(170): Falling back to system heap
06-07 05:49:44.989: V/WindowStateAnimator(559): finishDrawingLocked: mDrawState=COMMIT_DRAW_PENDING WindowStateAnimator (com.test.openiab/org.onepf.openiab.UnityProxyActivity): mSurface Surface(name=com.test.openiab/org.onepf.openiab.UnityProxyActivity, identity=58), mAnimation null in Surface(name=com.test.openiab/org.onepf.openiab.UnityProxyActivity, identity=58)
06-07 05:49:44.989: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:44.989: V/WindowManager(559): Eval win Window{419d2db0 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false}: isDrawn=true, isAnimating=true
06-07 05:49:44.989: D/BYD_Flex(3989): getValue() readFlexFromXml = TypedValue{t=0x0/d=0x0}
06-07 05:49:44.989: D/BYD_Flex(3989): getValue() name = @NOKIAFLEX@setDataUsageReminder
06-07 05:49:44.989: V/WindowManager(559): tokenMayBeDrawn: AppWindowToken{41a18968 token=Token{41feb640 ActivityRecord{42029b38 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}} freezingScreen=false mAppFreezing=false
06-07 05:49:45.019: D/BYD_Flex(3989): getValue() readFlexFromXml = TypedValue{t=0x0/d=0x0}
06-07 05:49:45.029: V/WindowManager(559): Checking app orientation: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:49:45.029: V/WindowManager(559): Done at AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}} -- explicitly set, return 1
06-07 05:49:45.029: V/WindowManager(559): Application requested orientation 1, got rotation 0 which has compatible metrics
06-07 05:49:45.029: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(mRealDisplayMetrics, 480, 800)
06-07 05:49:45.029: D/WindowManager(559): Set app display size: 480x800
06-07 05:49:45.029: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(dm, 480, 800)
06-07 05:49:45.029: D/WindowManager(559): computeScreenConfigurationLocked:ret:config.orientation=1
06-07 05:49:45.089: D/dalvikvm(3989): GC_CONCURRENT freed 337K, 7% free 8162K/8711K, paused 12ms+13ms, total 41ms
06-07 05:49:45.129: I/WindowManager(559): Window Window{41a315c0 com.nokia.payment.iapenabler/o.Ć paused=false} visible with new config: {1.0 510mcc1mnc en_GB sw320dp w320dp h509dp nrml long port finger -keyb/v/h -nav/h s.4} / 0x0
06-07 05:49:45.129: I/WindowStateAnimator(559): createSurface WindowStateAnimator (com.nokia.payment.iapenabler/o.Ć): mSurface null, mAnimation null: mDrawState=DRAW_PENDING
06-07 05:49:45.129: V/WindowManager(559): Checking app orientation: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:49:45.129: V/WindowManager(559): Done at AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}} -- explicitly set, return 1
06-07 05:49:45.129: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:45.129: V/WindowManager(559): Eval win Window{41a315c0 com.nokia.payment.iapenabler/o.Ć paused=false}: isDrawn=false, isAnimating=true
06-07 05:49:45.129: V/WindowManager(559): Not displayed: s=Surface(name=com.nokia.payment.iapenabler/o.Ć, identity=59) pv=true mDrawState=1 ah=false th=false a=false
06-07 05:49:45.129: V/WindowManager(559): Resize reasons: contentInsetsChanged=false visibleInsetsChanged=false surfaceResized=true configChanged=false
06-07 05:49:45.129: V/WindowManager(559): Resizing window Window{41a315c0 com.nokia.payment.iapenabler/o.Ć paused=false} to 480.0x800.0
06-07 05:49:45.149: V/WindowManager(559): Reporting new frame to Window{41a315c0 com.nokia.payment.iapenabler/o.Ć paused=false}: Rect(0, 0 - 480, 800)
06-07 05:49:45.149: W/PowerManager(559): accept Wake require,start process. the mTag is:KEEP_SCREEN_ON_FLAG, the mFlags is:536870922
06-07 05:49:45.149: I/WindowManager(559): Resizing Window{41a315c0 com.nokia.payment.iapenabler/o.Ć paused=false} WITH DRAW PENDING
06-07 05:49:45.169: D/dalvikvm(3989): GC_CONCURRENT freed 445K, 9% free 8185K/8903K, paused 12ms+2ms, total 35ms
06-07 05:49:45.179: D/dalvikvm(3989): WAIT_FOR_CONCURRENT_GC blocked 20ms
06-07 05:49:45.179: I/Adreno200-EGL(3989): <qeglDrvAPI_eglInitialize:299>: EGL 1.4 QUALCOMM build: (CL3050818)
06-07 05:49:45.179: I/Adreno200-EGL(3989): Build Date: 05/23/13 Thu
06-07 05:49:45.179: I/Adreno200-EGL(3989): Local Branch:
06-07 05:49:45.179: I/Adreno200-EGL(3989): Remote Branch: qrd/jb_rel_rb5_qrd
06-07 05:49:45.179: I/Adreno200-EGL(3989): Local Patches:
06-07 05:49:45.179: I/Adreno200-EGL(3989): Reconstruct Branch:
06-07 05:49:45.209: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-07 05:49:45.209: W/memalloc(170): Falling back to system heap
06-07 05:49:45.269: D/Swype(708): [IME] onStartInput(): false
06-07 05:49:45.269: D/dalvikvm(3989): GC_CONCURRENT freed 454K, 9% free 8185K/8903K, paused 14ms+2ms, total 32ms
06-07 05:49:45.279: D/dalvikvm(3989): WAIT_FOR_CONCURRENT_GC blocked 20ms
06-07 05:49:45.369: D/dalvikvm(3989): GC_CONCURRENT freed 385K, 9% free 8186K/8903K, paused 12ms+2ms, total 33ms
06-07 05:49:45.399: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-07 05:49:45.399: W/memalloc(170): Falling back to system heap
06-07 05:49:45.409: V/WindowStateAnimator(559): finishDrawingLocked: mDrawState=COMMIT_DRAW_PENDING WindowStateAnimator (com.nokia.payment.iapenabler/o.Ć): mSurface Surface(name=com.nokia.payment.iapenabler/o.Ć, identity=59), mAnimation null in Surface(name=com.nokia.payment.iapenabler/o.Ć, identity=59)
06-07 05:49:45.409: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:45.419: V/WindowManager(559): Eval win Window{41a315c0 com.nokia.payment.iapenabler/o.Ć paused=false}: isDrawn=true, isAnimating=true
06-07 05:49:45.419: V/WindowManager(559): tokenMayBeDrawn: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}} freezingScreen=false mAppFreezing=false
06-07 05:49:45.419: I/ActivityManager(559): Displayed com.test.openiab/org.onepf.openiab.UnityProxyActivity: +947ms
06-07 05:49:45.419: I/WindowManager(559): SURFACE SHOW (performShowLocked): Window{419d2db0 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false}
06-07 05:49:45.429: I/ActivityManager(559): Displayed com.nokia.payment.iapenabler/o.Ć: +503ms
06-07 05:49:45.429: D/dalvikvm(3989): GC_CONCURRENT freed 388K, 9% free 8186K/8903K, paused 13ms+2ms, total 47ms
06-07 05:49:45.429: I/WindowManager(559): SURFACE SHOW (performShowLocked): Window{41a315c0 com.nokia.payment.iapenabler/o.Ć paused=false}
06-07 05:49:45.429: V/WindowManager(559): Checking app orientation: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:49:45.429: V/WindowManager(559): Done at AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}} -- explicitly set, return 1
06-07 05:49:45.429: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:45.429: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:45.429: V/WindowManager(559): Resize reasons: contentInsetsChanged=true visibleInsetsChanged=true surfaceResized=false configChanged=false
06-07 05:49:45.439: V/WindowManager(559): Resizing window Window{41a315c0 com.nokia.payment.iapenabler/o.Ć paused=false} to 480.0x800.0
06-07 05:49:45.439: V/WindowManager(559): Resize reasons: contentInsetsChanged=true visibleInsetsChanged=true surfaceResized=false configChanged=false
06-07 05:49:45.439: V/WindowManager(559): Resizing window Window{419d2db0 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false} to 480.0x800.0
06-07 05:49:45.439: V/WindowManager(559): Reporting new frame to Window{419d2db0 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false}: Rect(0, 0 - 480, 800)
06-07 05:49:45.439: V/WindowManager(559): Reporting new frame to Window{41a315c0 com.nokia.payment.iapenabler/o.Ć paused=false}: Rect(0, 0 - 480, 800)
06-07 05:49:45.439: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-07 05:49:45.439: W/memalloc(170): Falling back to system heap
06-07 05:49:45.449: V/WindowManager(559): Checking app orientation: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:49:45.449: V/WindowManager(559): Done at AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}} -- explicitly set, return 1
06-07 05:49:45.449: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:45.459: V/WindowManager(559): Checking app orientation: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:49:45.459: V/WindowManager(559): Done at AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}} -- explicitly set, return 1
06-07 05:49:45.459: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:45.469: V/WindowManager(559): Checking app orientation: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:49:45.469: V/WindowManager(559): Done at AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}} -- explicitly set, return 1
06-07 05:49:45.469: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:45.489: V/WindowManager(559): Checking app orientation: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:49:45.489: V/WindowManager(559): Done at AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}} -- explicitly set, return 1
06-07 05:49:45.489: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:45.489: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-07 05:49:45.499: W/memalloc(170): Falling back to system heap
06-07 05:49:45.529: D/dalvikvm(3989): GC_CONCURRENT freed 389K, 9% free 8186K/8903K, paused 21ms+13ms, total 48ms
06-07 05:49:45.529: W/PowerManager(559): accept Wake release,start process. the mTag is:ActivityManager-Launch, the mFlags is:1
06-07 05:49:45.599: D/dalvikvm(3989): GC_CONCURRENT freed 417K, 8% free 8197K/8903K, paused 12ms+12ms, total 43ms
06-07 05:49:45.659: V/WindowManager(559): setAppVisibility(Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}, visible=false): mNextAppTransition=-1 hidden=true hiddenRequested=true
06-07 05:49:45.699: D/dalvikvm(3989): GC_CONCURRENT freed 450K, 8% free 8195K/8903K, paused 13ms+3ms, total 40ms
06-07 05:49:45.699: D/dalvikvm(3989): WAIT_FOR_CONCURRENT_GC blocked 5ms
06-07 05:49:45.759: D/dalvikvm(3989): GC_CONCURRENT freed 444K, 8% free 8200K/8903K, paused 13ms+3ms, total 34ms
06-07 05:49:45.769: D/dalvikvm(3989): WAIT_FOR_CONCURRENT_GC blocked 17ms
06-07 05:49:45.779: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:45.799: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:45.859: I/WindowState(559): WIN DEATH: Window{41a48198 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}
06-07 05:49:45.859: I/ActivityManager(559): Process com.test.openiab (pid 3801) has died.
06-07 05:49:45.869: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:45.869: I/WindowState(559): WIN DEATH: Window{419d2db0 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false}
06-07 05:49:45.879: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:45.879: V/WindowManager(559): Checking app orientation: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:49:45.879: V/WindowManager(559): Done at AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}} -- explicitly set, return 1
06-07 05:49:45.909: I/ActivityManager(559): Start proc com.test.openiab for activity com.test.openiab/org.onepf.openiab.UnityProxyActivity: pid=4007 uid=10072 gids={3003, 1015, 1023, 1028}
06-07 05:49:45.919: E/StatusBar.MSimNetworkController(648): onReceive action=android.net.wifi.RSSI_CHANGED
06-07 05:49:45.919: D/StatusBar.NetworkController(648): in updateWifiIcons, mWifiConnected: true, mDataAndWifiStacked: false
06-07 05:49:45.919: V/PhoneStatusBar(648): processWiFiBroadcast action = android.net.wifi.RSSI_CHANGED
06-07 05:49:45.929: V/WindowManager(559): Skipping set freeze of Token{41feb640 ActivityRecord{42029b38 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}
06-07 05:49:45.929: V/WindowManager(559): setAppVisibility(Token{41feb640 ActivityRecord{42029b38 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}, visible=true): mNextAppTransition=-1 hidden=false hiddenRequested=false
06-07 05:49:45.939: E/Trace(4007): error opening trace file: No such file or directory (2)
06-07 05:49:46.039: D/BYD_Flex(4007): getValue() name = @NOKIAFLEX@packageNeedData
06-07 05:49:46.069: D/BYD_Flex(4007): getValue() readFlexFromXml = TypedValue{t=0x0/d=0x0}
06-07 05:49:46.069: D/BYD_Flex(4007): getValue() name = @NOKIAFLEX@setDataUsageReminder
06-07 05:49:46.079: D/dalvikvm(4007): GC_CONCURRENT freed 157K, 5% free 8354K/8711K, paused 2ms+2ms, total 44ms
06-07 05:49:46.079: D/dalvikvm(4007): WAIT_FOR_CONCURRENT_GC blocked 8ms
06-07 05:49:46.099: D/BYD_Flex(4007): getValue() readFlexFromXml = TypedValue{t=0x0/d=0x0}
06-07 05:49:46.159: I/WindowManager(559): Window Window{41bdcd58 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false} visible with new config: {1.0 510mcc1mnc en_GB sw320dp w320dp h509dp nrml long port finger -keyb/v/h -nav/h s.4} / 0x0
06-07 05:49:46.159: I/WindowStateAnimator(559): createSurface WindowStateAnimator (com.test.openiab/org.onepf.openiab.UnityProxyActivity): mSurface null, mAnimation null: mDrawState=DRAW_PENDING
06-07 05:49:46.169: V/WindowManager(559): Checking app orientation: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:49:46.169: V/WindowManager(559): Done at AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}} -- explicitly set, return 1
06-07 05:49:46.169: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:46.169: V/WindowManager(559): Eval win Window{41bdcd58 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false}: isDrawn=false, isAnimating=false
06-07 05:49:46.169: V/WindowManager(559): Not displayed: s=Surface(name=com.test.openiab/org.onepf.openiab.UnityProxyActivity, identity=60) pv=true mDrawState=1 ah=false th=false a=false
06-07 05:49:46.169: V/WindowManager(559): Resize reasons: contentInsetsChanged=true visibleInsetsChanged=true surfaceResized=true configChanged=false
06-07 05:49:46.169: V/WindowManager(559): Resizing window Window{41bdcd58 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false} to 480.0x800.0
06-07 05:49:46.169: V/WindowManager(559): Reporting new frame to Window{41bdcd58 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false}: Rect(0, 0 - 480, 800)
06-07 05:49:46.169: I/WindowManager(559): Resizing Window{41bdcd58 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false} WITH DRAW PENDING
06-07 05:49:46.189: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-07 05:49:46.189: W/memalloc(170): Falling back to system heap
06-07 05:49:46.229: V/WindowStateAnimator(559): finishDrawingLocked: mDrawState=COMMIT_DRAW_PENDING WindowStateAnimator (com.test.openiab/org.onepf.openiab.UnityProxyActivity): mSurface Surface(name=com.test.openiab/org.onepf.openiab.UnityProxyActivity, identity=60), mAnimation null in Surface(name=com.test.openiab/org.onepf.openiab.UnityProxyActivity, identity=60)
06-07 05:49:46.229: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:46.229: V/WindowManager(559): Eval win Window{41bdcd58 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false}: isDrawn=true, isAnimating=false
06-07 05:49:46.229: V/WindowManager(559): tokenMayBeDrawn: AppWindowToken{41a18968 token=Token{41feb640 ActivityRecord{42029b38 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}} freezingScreen=false mAppFreezing=false
06-07 05:49:46.239: I/ActivityManager(559): Displayed com.test.openiab/org.onepf.openiab.UnityProxyActivity: +359ms
06-07 05:49:46.239: I/WindowManager(559): SURFACE SHOW (performShowLocked): Window{41bdcd58 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false}
06-07 05:49:47.739: D/dalvikvm(3989): GC_CONCURRENT freed 325K, 8% free 8273K/8903K, paused 13ms+5ms, total 45ms
06-07 05:49:47.839: D/PowerManagerService(559): [Release] AudioOut_2 pid=173 uid=1013
06-07 05:49:48.359: I/SettingsProvider(559): get translate resource: SIM1
06-07 05:49:48.369: I/SettingsProvider(559): get translate resource: SIM2
06-07 05:49:48.399: E/LocaleNamesParser(3989): locale is null
06-07 05:49:48.439: V/WindowManager(559): Checking app orientation: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:49:48.439: V/WindowManager(559): Done at AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}} -- explicitly set, return 1
06-07 05:49:48.439: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:48.709: E/ThermalDaemon(1224): CPU[1] offline
06-07 05:49:48.929: E/StatusBar.MSimNetworkController(648): onReceive action=android.net.wifi.RSSI_CHANGED
06-07 05:49:48.929: D/StatusBar.NetworkController(648): in updateWifiIcons, mWifiConnected: true, mDataAndWifiStacked: false
06-07 05:49:48.929: V/PhoneStatusBar(648): processWiFiBroadcast action = android.net.wifi.RSSI_CHANGED
06-07 05:49:49.499: E/SWIPE(559): clear()
06-07 05:49:49.499: D/SWIPE(559): Check swipe down for x/y: 264.0 / 661.0
06-07 05:49:49.679: D/SWIPE(559): touch up event 263.0 660.0
06-07 05:49:49.679: D/SWIPE(559): send replay touch down event
06-07 05:49:49.679: I/ActivityManager(559): START {cmp=com.nokia.payment.iapenabler/o.aux (has extras) u=0} from pid 3989
06-07 05:49:49.679: V/ActivityManager(559): Starting new activity ActivityRecord{41c05b58 com.nokia.payment.iapenabler/o.aux} in existing task TaskRecord{41be0538 #6 A com.test.openiab U 0}
06-07 05:49:49.819: D/dalvikvm(559): GC_FOR_ALLOC freed 1969K, 35% free 16615K/25415K, paused 58ms, total 61ms
06-07 05:49:49.889: W/PowerManager(559): accept Wake require,start process. the mTag is:ActivityManager-Launch, the mFlags is:1
06-07 05:49:49.889: W/PowerManager(559): accept Wake release,start process. the mTag is:KEEP_SCREEN_ON_FLAG, the mFlags is:536870922
06-07 05:49:49.889: D/PowerManagerService(559): [Acquire] ActivityManager-Launch pid=559 uid=1000
06-07 05:49:49.889: V/WindowManager(559): Checking app orientation: AppWindowToken{41c11930 token=Token{41c277b8 ActivityRecord{41c05b58 com.nokia.payment.iapenabler/o.aux}}}
06-07 05:49:49.889: V/WindowManager(559): Skipping AppWindowToken{41c11930 token=Token{41c277b8 ActivityRecord{41c05b58 com.nokia.payment.iapenabler/o.aux}}} -- hidden on top
06-07 05:49:49.889: V/WindowManager(559): Checking app orientation: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:49:49.889: V/WindowManager(559): Done at AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}} -- explicitly set, return 1
06-07 05:49:49.889: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:49.899: V/WindowManager(559): Skipping set freeze of Token{41c277b8 ActivityRecord{41c05b58 com.nokia.payment.iapenabler/o.aux}}
06-07 05:49:49.899: V/WindowManager(559): setAppVisibility(Token{41c277b8 ActivityRecord{41c05b58 com.nokia.payment.iapenabler/o.aux}}, visible=true): mNextAppTransition=4102 hidden=true hiddenRequested=true
06-07 05:49:49.899: V/WindowManager(559): Checking app orientation: AppWindowToken{41c11930 token=Token{41c277b8 ActivityRecord{41c05b58 com.nokia.payment.iapenabler/o.aux}}}
06-07 05:49:49.899: V/WindowManager(559): Checking app orientation: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:49:49.899: V/WindowManager(559): Done at AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}} -- explicitly set, return 1
06-07 05:49:49.899: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(mRealDisplayMetrics, 480, 800)
06-07 05:49:49.899: D/WindowManager(559): Set app display size: 480x800
06-07 05:49:49.899: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(dm, 480, 800)
06-07 05:49:49.899: D/WindowManager(559): computeScreenConfigurationLocked:ret:config.orientation=1
06-07 05:49:49.909: D/BYD_Flex(3989): getValue() name = @NOKIAFLEX@packageNeedData
06-07 05:49:49.919: D/BYD_Flex(3989): getValue() readFlexFromXml = TypedValue{t=0x0/d=0x0}
06-07 05:49:49.919: D/BYD_Flex(3989): getValue() name = @NOKIAFLEX@setDataUsageReminder
06-07 05:49:49.929: D/BYD_Flex(3989): getValue() readFlexFromXml = TypedValue{t=0x0/d=0x0}
06-07 05:49:49.929: V/WindowManager(559): Checking app orientation: AppWindowToken{41c11930 token=Token{41c277b8 ActivityRecord{41c05b58 com.nokia.payment.iapenabler/o.aux}}}
06-07 05:49:49.929: V/WindowManager(559): Done at AppWindowToken{41c11930 token=Token{41c277b8 ActivityRecord{41c05b58 com.nokia.payment.iapenabler/o.aux}}} -- explicitly set, return 1
06-07 05:49:49.929: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(mRealDisplayMetrics, 480, 800)
06-07 05:49:49.929: D/WindowManager(559): Set app display size: 480x800
06-07 05:49:49.929: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(dm, 480, 800)
06-07 05:49:49.929: D/WindowManager(559): computeScreenConfigurationLocked:ret:config.orientation=1
06-07 05:49:49.959: I/WindowManager(559): Window Window{41d69008 com.nokia.payment.iapenabler/o.aux paused=false} visible with new config: {1.0 510mcc1mnc en_GB sw320dp w320dp h509dp nrml long port finger -keyb/v/h -nav/h s.4} / 0x0
06-07 05:49:49.959: I/WindowStateAnimator(559): createSurface WindowStateAnimator (com.nokia.payment.iapenabler/o.aux): mSurface null, mAnimation null: mDrawState=DRAW_PENDING
06-07 05:49:49.959: V/WindowManager(559): Checking app orientation: AppWindowToken{41c11930 token=Token{41c277b8 ActivityRecord{41c05b58 com.nokia.payment.iapenabler/o.aux}}}
06-07 05:49:49.959: V/WindowManager(559): Done at AppWindowToken{41c11930 token=Token{41c277b8 ActivityRecord{41c05b58 com.nokia.payment.iapenabler/o.aux}}} -- explicitly set, return 1
06-07 05:49:49.959: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:49.959: V/WindowManager(559): Eval win Window{41d69008 com.nokia.payment.iapenabler/o.aux paused=false}: isDrawn=false, isAnimating=true
06-07 05:49:49.959: V/WindowManager(559): Not displayed: s=Surface(name=com.nokia.payment.iapenabler/o.aux, identity=61) pv=true mDrawState=1 ah=false th=false a=false
06-07 05:49:49.959: V/WindowManager(559): Resize reasons: contentInsetsChanged=true visibleInsetsChanged=true surfaceResized=true configChanged=false
06-07 05:49:49.959: V/WindowManager(559): Resizing window Window{41d69008 com.nokia.payment.iapenabler/o.aux paused=false} to 480.0x800.0
06-07 05:49:49.969: V/WindowManager(559): Reporting new frame to Window{41d69008 com.nokia.payment.iapenabler/o.aux paused=false}: Rect(0, 0 - 480, 800)
06-07 05:49:49.969: W/PowerManager(559): accept Wake require,start process. the mTag is:KEEP_SCREEN_ON_FLAG, the mFlags is:536870922
06-07 05:49:49.969: I/WindowManager(559): Resizing Window{41d69008 com.nokia.payment.iapenabler/o.aux paused=false} WITH DRAW PENDING
06-07 05:49:49.979: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-07 05:49:49.979: W/memalloc(170): Falling back to system heap
06-07 05:49:50.039: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-07 05:49:50.039: W/memalloc(170): Falling back to system heap
06-07 05:49:50.049: V/WindowStateAnimator(559): finishDrawingLocked: mDrawState=COMMIT_DRAW_PENDING WindowStateAnimator (com.nokia.payment.iapenabler/o.aux): mSurface Surface(name=com.nokia.payment.iapenabler/o.aux, identity=61), mAnimation null in Surface(name=com.nokia.payment.iapenabler/o.aux, identity=61)
06-07 05:49:50.049: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:50.059: V/WindowManager(559): Eval win Window{41d69008 com.nokia.payment.iapenabler/o.aux paused=false}: isDrawn=true, isAnimating=true
06-07 05:49:50.059: V/WindowManager(559): tokenMayBeDrawn: AppWindowToken{41c11930 token=Token{41c277b8 ActivityRecord{41c05b58 com.nokia.payment.iapenabler/o.aux}}} freezingScreen=false mAppFreezing=false
06-07 05:49:50.059: I/ActivityManager(559): Displayed com.nokia.payment.iapenabler/o.aux: +166ms
06-07 05:49:50.059: I/WindowManager(559): SURFACE SHOW (performShowLocked): Window{41d69008 com.nokia.payment.iapenabler/o.aux paused=false}
06-07 05:49:50.059: V/WindowManager(559): Checking app orientation: AppWindowToken{41c11930 token=Token{41c277b8 ActivityRecord{41c05b58 com.nokia.payment.iapenabler/o.aux}}}
06-07 05:49:50.059: V/WindowManager(559): Done at AppWindowToken{41c11930 token=Token{41c277b8 ActivityRecord{41c05b58 com.nokia.payment.iapenabler/o.aux}}} -- explicitly set, return 1
06-07 05:49:50.059: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:50.079: D/Swype(708): [IME] onStartInput(): false
06-07 05:49:50.089: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-07 05:49:50.089: W/memalloc(170): Falling back to system heap
06-07 05:49:50.109: W/PowerManager(559): accept Wake release,start process. the mTag is:ActivityManager-Launch, the mFlags is:1
06-07 05:49:50.109: D/PowerManagerService(559): [Release] ActivityManager-Launch pid=559 uid=1000
06-07 05:49:50.289: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:50.439: E/ThermalDaemon(1224): CPU[1] offline
06-07 05:49:51.289: E/SWIPE(559): clear()
06-07 05:49:51.289: D/SWIPE(559): Check swipe down for x/y: 351.0 / 679.0
06-07 05:49:51.429: D/SWIPE(559): touch up event 350.0 678.0
06-07 05:49:51.429: D/SWIPE(559): send replay touch down event
06-07 05:49:51.449: V/WindowManager(559): setAppVisibility(Token{41c277b8 ActivityRecord{41c05b58 com.nokia.payment.iapenabler/o.aux}}, visible=false): mNextAppTransition=8199 hidden=false hiddenRequested=false
06-07 05:49:51.599: D/dalvikvm(559): GC_FOR_ALLOC freed 357K, 30% free 18031K/25415K, paused 62ms, total 63ms
06-07 05:49:51.669: W/PowerManager(559): accept Wake require,start process. the mTag is:ActivityManager-Launch, the mFlags is:1
06-07 05:49:51.669: D/PowerManagerService(559): [Acquire] ActivityManager-Launch pid=559 uid=1000
06-07 05:49:51.669: V/WindowManager(559): setAppVisibility(Token{41c277b8 ActivityRecord{41c05b58 com.nokia.payment.iapenabler/o.aux}}, visible=false): mNextAppTransition=8199 hidden=false hiddenRequested=true
06-07 05:49:51.669: V/WindowManager(559): setAppVisibility(Token{41c277b8 ActivityRecord{41c05b58 com.nokia.payment.iapenabler/o.aux}}, visible=false): mNextAppTransition=8199 hidden=false hiddenRequested=true
06-07 05:49:51.669: V/WindowManager(559): setAppVisibility(Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}, visible=true): mNextAppTransition=8199 hidden=false hiddenRequested=false
06-07 05:49:51.679: V/WindowManager(559): Checking app orientation: AppWindowToken{41c11930 token=Token{41c277b8 ActivityRecord{41c05b58 com.nokia.payment.iapenabler/o.aux}}}
06-07 05:49:51.679: V/WindowManager(559): Skipping AppWindowToken{41c11930 token=Token{41c277b8 ActivityRecord{41c05b58 com.nokia.payment.iapenabler/o.aux}}} -- going to hide
06-07 05:49:51.679: V/WindowManager(559): Checking app orientation: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:49:51.679: V/WindowManager(559): Done at AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}} -- explicitly set, return 1
06-07 05:49:51.679: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(mRealDisplayMetrics, 480, 800)
06-07 05:49:51.679: D/WindowManager(559): Set app display size: 480x800
06-07 05:49:51.679: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(dm, 480, 800)
06-07 05:49:51.679: D/WindowManager(559): computeScreenConfigurationLocked:ret:config.orientation=1
06-07 05:49:51.679: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:51.679: V/WindowManager(559): Checking app orientation: AppWindowToken{41c11930 token=Token{41c277b8 ActivityRecord{41c05b58 com.nokia.payment.iapenabler/o.aux}}}
06-07 05:49:51.679: V/WindowManager(559): Skipping AppWindowToken{41c11930 token=Token{41c277b8 ActivityRecord{41c05b58 com.nokia.payment.iapenabler/o.aux}}} -- hidden on top
06-07 05:49:51.679: V/WindowManager(559): Checking app orientation: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:49:51.679: V/WindowManager(559): Done at AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}} -- explicitly set, return 1
06-07 05:49:51.679: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:51.729: D/dalvikvm(3989): GC_CONCURRENT freed 284K, 6% free 8457K/8967K, paused 2ms+12ms, total 37ms
06-07 05:49:51.749: D/Swype(708): [IME] onStartInput(): false
06-07 05:49:51.759: V/WindowManager(559): Checking app orientation: AppWindowToken{41c11930 token=Token{41c277b8 ActivityRecord{41c05b58 com.nokia.payment.iapenabler/o.aux}}}
06-07 05:49:51.759: V/WindowManager(559): Skipping AppWindowToken{41c11930 token=Token{41c277b8 ActivityRecord{41c05b58 com.nokia.payment.iapenabler/o.aux}}} -- hidden on top
06-07 05:49:51.759: V/WindowManager(559): Checking app orientation: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:49:51.759: V/WindowManager(559): Done at AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}} -- explicitly set, return 1
06-07 05:49:51.759: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:51.829: D/dalvikvm(3989): GC_FOR_ALLOC freed 411K, 8% free 8434K/9159K, paused 26ms, total 26ms
06-07 05:49:51.839: V/WindowManager(559): Checking app orientation: AppWindowToken{41c11930 token=Token{41c277b8 ActivityRecord{41c05b58 com.nokia.payment.iapenabler/o.aux}}}
06-07 05:49:51.839: V/WindowManager(559): Skipping AppWindowToken{41c11930 token=Token{41c277b8 ActivityRecord{41c05b58 com.nokia.payment.iapenabler/o.aux}}} -- hidden on top
06-07 05:49:51.839: V/WindowManager(559): Checking app orientation: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:49:51.839: V/WindowManager(559): Done at AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}} -- explicitly set, return 1
06-07 05:49:51.839: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:51.929: D/dalvikvm(3989): GC_CONCURRENT freed 386K, 8% free 8439K/9159K, paused 7ms+3ms, total 34ms
06-07 05:49:51.939: D/dalvikvm(3989): WAIT_FOR_CONCURRENT_GC blocked 33ms
06-07 05:49:51.949: E/StatusBar.MSimNetworkController(648): onReceive action=android.net.wifi.RSSI_CHANGED
06-07 05:49:51.949: D/StatusBar.NetworkController(648): in updateWifiIcons, mWifiConnected: true, mDataAndWifiStacked: false
06-07 05:49:51.949: V/PhoneStatusBar(648): processWiFiBroadcast action = android.net.wifi.RSSI_CHANGED
06-07 05:49:52.029: D/dalvikvm(3989): GC_CONCURRENT freed 384K, 8% free 8442K/9159K, paused 14ms+2ms, total 43ms
06-07 05:49:52.029: D/dalvikvm(3989): WAIT_FOR_CONCURRENT_GC blocked 28ms
06-07 05:49:52.079: D/dalvikvm(3989): GC_FOR_ALLOC freed 380K, 8% free 8434K/9159K, paused 19ms, total 19ms
06-07 05:49:52.129: D/dalvikvm(3989): GC_FOR_ALLOC freed 380K, 8% free 8434K/9159K, paused 22ms, total 23ms
06-07 05:49:52.169: D/dalvikvm(3989): GC_FOR_ALLOC freed 380K, 8% free 8434K/9159K, paused 21ms, total 23ms
06-07 05:49:52.179: W/PowerManager(559): accept Wake release,start process. the mTag is:ActivityManager-Launch, the mFlags is:1
06-07 05:49:52.179: D/PowerManagerService(559): [Release] ActivityManager-Launch pid=559 uid=1000
06-07 05:49:52.189: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:52.199: V/WindowManager(559): removeAppToken: AppWindowToken{41c11930 token=Token{41c277b8 ActivityRecord{41c05b58 com.nokia.payment.iapenabler/o.aux}}}
06-07 05:49:52.229: D/dalvikvm(3989): GC_CONCURRENT freed 375K, 8% free 8444K/9159K, paused 13ms+3ms, total 33ms
06-07 05:49:52.229: D/dalvikvm(3989): WAIT_FOR_CONCURRENT_GC blocked 14ms
06-07 05:49:52.289: D/dalvikvm(3989): GC_CONCURRENT freed 401K, 8% free 8434K/9159K, paused 3ms+3ms, total 29ms
06-07 05:49:52.289: D/dalvikvm(3989): WAIT_FOR_CONCURRENT_GC blocked 26ms
06-07 05:49:52.339: D/dalvikvm(3989): GC_FOR_ALLOC freed 388K, 9% free 8425K/9159K, paused 25ms, total 26ms
06-07 05:49:52.389: D/dalvikvm(3989): GC_CONCURRENT freed 396K, 8% free 8435K/9159K, paused 13ms+4ms, total 42ms
06-07 05:49:52.959: D/BatteryService(559): level:100 scale:100 status:5 health:2 present:true voltage: 4128 temperature: 330 technology: Li-ion AC powered:false USB powered:true icon:17303042 invalid charger:0
06-07 05:49:54.159: D/dalvikvm(3989): GC_CONCURRENT freed 513K, 8% free 8427K/9159K, paused 12ms+4ms, total 36ms
06-07 05:49:54.159: D/dalvikvm(3989): WAIT_FOR_CONCURRENT_GC blocked 13ms
06-07 05:49:54.189: D/dalvikvm(3989): GC_FOR_ALLOC freed 410K, 9% free 8401K/9159K, paused 18ms, total 18ms
06-07 05:49:54.239: D/dalvikvm(3989): GC_CONCURRENT freed 387K, 9% free 8421K/9159K, paused 13ms+3ms, total 33ms
06-07 05:49:54.239: D/dalvikvm(3989): WAIT_FOR_CONCURRENT_GC blocked 15ms
06-07 05:49:54.269: D/dalvikvm(3989): GC_FOR_ALLOC freed 388K, 9% free 8404K/9159K, paused 18ms, total 18ms
06-07 05:49:54.309: D/dalvikvm(3989): GC_CONCURRENT freed 380K, 9% free 8412K/9159K, paused 13ms+2ms, total 36ms
06-07 05:49:54.309: D/dalvikvm(3989): WAIT_FOR_CONCURRENT_GC blocked 16ms
06-07 05:49:54.349: D/dalvikvm(3989): GC_FOR_ALLOC freed 388K, 9% free 8404K/9159K, paused 28ms, total 28ms
06-07 05:49:54.389: D/dalvikvm(3989): GC_CONCURRENT freed 375K, 9% free 8422K/9159K, paused 13ms+2ms, total 35ms
06-07 05:49:54.389: D/dalvikvm(3989): WAIT_FOR_CONCURRENT_GC blocked 17ms
06-07 05:49:54.449: D/dalvikvm(3989): GC_CONCURRENT freed 403K, 9% free 8408K/9159K, paused 13ms+3ms, total 34ms
06-07 05:49:54.449: D/dalvikvm(3989): WAIT_FOR_CONCURRENT_GC blocked 16ms
06-07 05:49:54.499: D/dalvikvm(3989): GC_CONCURRENT freed 389K, 9% free 8408K/9159K, paused 16ms+3ms, total 40ms
06-07 05:49:54.499: D/dalvikvm(3989): WAIT_FOR_CONCURRENT_GC blocked 25ms
06-07 05:49:54.559: D/dalvikvm(3989): GC_CONCURRENT freed 397K, 9% free 8410K/9159K, paused 12ms+4ms, total 41ms
06-07 05:49:54.559: D/dalvikvm(3989): WAIT_FOR_CONCURRENT_GC blocked 22ms
06-07 05:49:55.819: D/BatteryService(559): level:100 scale:100 status:5 health:2 present:true voltage: 4069 temperature: 330 technology: Li-ion AC powered:false USB powered:true icon:17303042 invalid charger:0
06-07 05:49:56.339: V/WindowManager(559): Checking app orientation: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:49:56.339: V/WindowManager(559): Done at AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}} -- explicitly set, return 1
06-07 05:49:56.339: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:56.609: E/ThermalDaemon(1224): CPU[1] offline
06-07 05:49:57.379: E/SWIPE(559): clear()
06-07 05:49:57.379: D/SWIPE(559): Check swipe down for x/y: 273.0 / 667.0
06-07 05:49:57.599: D/SWIPE(559): touch up event 272.0 666.0
06-07 05:49:57.599: D/SWIPE(559): send replay touch down event
06-07 05:49:57.619: V/WindowManager(559): setAppVisibility(Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}, visible=false): mNextAppTransition=8199 hidden=false hiddenRequested=false
06-07 05:49:57.749: D/dalvikvm(559): GC_FOR_ALLOC freed 1800K, 30% free 18035K/25415K, paused 61ms, total 61ms
06-07 05:49:57.809: W/PowerManager(559): accept Wake require,start process. the mTag is:ActivityManager-Launch, the mFlags is:1
06-07 05:49:57.809: D/PowerManagerService(559): [Acquire] ActivityManager-Launch pid=559 uid=1000
06-07 05:49:57.819: V/WindowManager(559): setAppVisibility(Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}, visible=false): mNextAppTransition=8199 hidden=false hiddenRequested=true
06-07 05:49:57.819: V/WindowManager(559): setAppVisibility(Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}, visible=false): mNextAppTransition=8199 hidden=false hiddenRequested=true
06-07 05:49:57.819: V/WindowManager(559): setAppVisibility(Token{41feb640 ActivityRecord{42029b38 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}, visible=true): mNextAppTransition=8199 hidden=false hiddenRequested=false
06-07 05:49:57.819: V/WindowManager(559): Checking app orientation: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:49:57.819: V/WindowManager(559): Skipping AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}} -- going to hide
06-07 05:49:57.819: V/WindowManager(559): Checking app orientation: AppWindowToken{41a18968 token=Token{41feb640 ActivityRecord{42029b38 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}}
06-07 05:49:57.819: V/WindowManager(559): Done at AppWindowToken{41a18968 token=Token{41feb640 ActivityRecord{42029b38 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}} -- full screen, return -1
06-07 05:49:57.819: V/WindowManager(559): Application requested orientation -1, got rotation 0 which has compatible metrics
06-07 05:49:57.819: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(mRealDisplayMetrics, 480, 800)
06-07 05:49:57.819: D/WindowManager(559): Set app display size: 480x800
06-07 05:49:57.819: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(dm, 480, 800)
06-07 05:49:57.819: D/WindowManager(559): computeScreenConfigurationLocked:ret:config.orientation=1
06-07 05:49:57.829: D/OpenIAB-UnityPlugin(4007): onActivityResult(10001, -1, Intent { (has extras) }
06-07 05:49:57.829: D/OpenIAB-UnityPlugin(4007): sku com.test.openiab.handfuldiamonds (java.lang.String)
06-07 05:49:57.829: D/OpenIAB-UnityPlugin(4007): developerPayload (java.lang.String)
06-07 05:49:57.829: D/OpenIAB-UnityPlugin(4007): inapp true (java.lang.Boolean)
06-07 05:49:57.829: W/dalvikvm(4007): threadid=1: thread exiting with uncaught exception (group=0x40f03438)
06-07 05:49:57.839: E/AndroidRuntime(4007): FATAL EXCEPTION: main
06-07 05:49:57.839: E/AndroidRuntime(4007): java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=10001, result=-1, data=Intent { (has extras) }} to activity {com.test.openiab/org.onepf.openiab.UnityProxyActivity}: java.lang.NullPointerException
06-07 05:49:57.839: E/AndroidRuntime(4007): at android.app.ActivityThread.deliverResults(ActivityThread.java:3149)
06-07 05:49:57.839: E/AndroidRuntime(4007): at android.app.ActivityThread.handleSendResult(ActivityThread.java:3192)
06-07 05:49:57.839: E/AndroidRuntime(4007): at android.app.ActivityThread.access$1100(ActivityThread.java:133)
06-07 05:49:57.839: E/AndroidRuntime(4007): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1251)
06-07 05:49:57.839: E/AndroidRuntime(4007): at android.os.Handler.dispatchMessage(Handler.java:99)
06-07 05:49:57.839: E/AndroidRuntime(4007): at android.os.Looper.loop(Looper.java:137)
06-07 05:49:57.839: E/AndroidRuntime(4007): at android.app.ActivityThread.main(ActivityThread.java:4807)
06-07 05:49:57.839: E/AndroidRuntime(4007): at java.lang.reflect.Method.invokeNative(Native Method)
06-07 05:49:57.839: E/AndroidRuntime(4007): at java.lang.reflect.Method.invoke(Method.java:511)
06-07 05:49:57.839: E/AndroidRuntime(4007): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:792)
06-07 05:49:57.839: E/AndroidRuntime(4007): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:559)
06-07 05:49:57.839: E/AndroidRuntime(4007): at dalvik.system.NativeStart.main(Native Method)
06-07 05:49:57.839: E/AndroidRuntime(4007): Caused by: java.lang.NullPointerException
06-07 05:49:57.839: E/AndroidRuntime(4007): at org.onepf.openiab.UnityProxyActivity.onActivityResult(UnityProxyActivity.java:49)
06-07 05:49:57.839: E/AndroidRuntime(4007): at android.app.Activity.dispatchActivityResult(Activity.java:5364)
06-07 05:49:57.839: E/AndroidRuntime(4007): at android.app.ActivityThread.deliverResults(ActivityThread.java:3145)
06-07 05:49:57.839: E/AndroidRuntime(4007): ... 11 more
06-07 05:49:57.839: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:57.849: V/WindowManager(559): Checking app orientation: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:49:57.849: V/WindowManager(559): Skipping AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}} -- hidden on top
06-07 05:49:57.849: V/WindowManager(559): Checking app orientation: AppWindowToken{41a18968 token=Token{41feb640 ActivityRecord{42029b38 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}}
06-07 05:49:57.849: V/WindowManager(559): Done at AppWindowToken{41a18968 token=Token{41feb640 ActivityRecord{42029b38 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}} -- full screen, return -1
06-07 05:49:57.849: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:57.869: I/ActivityManager(559): Notify an ApplicationCrash
06-07 05:49:57.869: V/WindowManager(559): Clear freezing of Token{41feb640 ActivityRecord{42029b38 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}: hidden=false freezing=false
06-07 05:49:57.869: W/ActivityManager(559): Force finishing activity com.test.openiab/org.onepf.openiab.UnityProxyActivity
06-07 05:49:57.869: V/WindowManager(559): setAppVisibility(Token{41feb640 ActivityRecord{42029b38 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}, visible=false): mNextAppTransition=8199 hidden=false hiddenRequested=false
06-07 05:49:57.879: D/BYD_Flex(2188): getValue() name = @NOKIAFLEX@PhoneNumberMatchNum
06-07 05:49:57.889: D/BYD_Flex(2188): getValue() readFlexFromXml = TypedValue{t=0x3/d=0x0 "7"}
06-07 05:49:58.029: D/dalvikvm(559): GC_FOR_ALLOC freed 1768K, 30% free 18032K/25415K, paused 76ms, total 76ms
06-07 05:49:58.039: V/WindowManager(559): Checking app orientation: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:49:58.039: V/WindowManager(559): Skipping AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}} -- hidden on top
06-07 05:49:58.039: V/WindowManager(559): Checking app orientation: AppWindowToken{41a18968 token=Token{41feb640 ActivityRecord{42029b38 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}}
06-07 05:49:58.039: V/WindowManager(559): Skipping AppWindowToken{41a18968 token=Token{41feb640 ActivityRecord{42029b38 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}} -- going to hide
06-07 05:49:58.039: V/WindowManager(559): Checking app orientation: AppWindowToken{4204c7b8 token=Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-07 05:49:58.039: V/WindowManager(559): Skipping AppWindowToken{4204c7b8 token=Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- hidden on top
06-07 05:49:58.039: V/WindowManager(559): Checking app orientation: AppWindowToken{4209e288 token=Token{41fced38 ActivityRecord{41959d08 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity}}}
06-07 05:49:58.039: V/WindowManager(559): Skipping AppWindowToken{4209e288 token=Token{41fced38 ActivityRecord{41959d08 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity}}} -- hidden on top
06-07 05:49:58.039: V/WindowManager(559): Checking app orientation: AppWindowToken{41a12db0 token=Token{41d684f0 ActivityRecord{41d680b0 com.proto.launcher/.LauncherActivity}}}
06-07 05:49:58.039: V/WindowManager(559): Skipping AppWindowToken{41a12db0 token=Token{41d684f0 ActivityRecord{41d680b0 com.proto.launcher/.LauncherActivity}}} -- hidden on top
06-07 05:49:58.039: V/WindowManager(559): No app is requesting an orientation
06-07 05:49:58.039: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:58.119: W/PowerManager(559): accept Wake require,start process. the mTag is:ActivityManager-Launch, the mFlags is:1
06-07 05:49:58.169: V/WindowManager(559): Checking app orientation: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:49:58.169: V/WindowManager(559): Skipping AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}} -- hidden on top
06-07 05:49:58.169: V/WindowManager(559): Checking app orientation: AppWindowToken{41a18968 token=Token{41feb640 ActivityRecord{42029b38 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}}
06-07 05:49:58.169: V/WindowManager(559): Skipping AppWindowToken{41a18968 token=Token{41feb640 ActivityRecord{42029b38 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}} -- going to hide
06-07 05:49:58.169: V/WindowManager(559): Checking app orientation: AppWindowToken{4204c7b8 token=Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-07 05:49:58.169: V/WindowManager(559): Skipping AppWindowToken{4204c7b8 token=Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- hidden on top
06-07 05:49:58.169: V/WindowManager(559): Checking app orientation: AppWindowToken{4209e288 token=Token{41fced38 ActivityRecord{41959d08 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity}}}
06-07 05:49:58.169: V/WindowManager(559): Skipping AppWindowToken{4209e288 token=Token{41fced38 ActivityRecord{41959d08 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity}}} -- hidden on top
06-07 05:49:58.169: V/WindowManager(559): Checking app orientation: AppWindowToken{41a12db0 token=Token{41d684f0 ActivityRecord{41d680b0 com.proto.launcher/.LauncherActivity}}}
06-07 05:49:58.169: V/WindowManager(559): Skipping AppWindowToken{41a12db0 token=Token{41d684f0 ActivityRecord{41d680b0 com.proto.launcher/.LauncherActivity}}} -- hidden on top
06-07 05:49:58.169: V/WindowManager(559): No app is requesting an orientation
06-07 05:49:58.189: W/PowerManager(559): accept Wake release,start process. the mTag is:KEEP_SCREEN_ON_FLAG, the mFlags is:536870922
06-07 05:49:58.189: I/WindowManager(559): Window Window{41c0b108 paused=false} visible with new config: {1.0 510mcc1mnc en_GB sw320dp w320dp h509dp nrml long port finger -keyb/v/h -nav/h s.4} / 0x0
06-07 05:49:58.189: I/WindowStateAnimator(559): createSurface WindowStateAnimator (): mSurface null, mAnimation null: mDrawState=DRAW_PENDING
06-07 05:49:58.189: V/WindowManager(559): Checking app orientation: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:49:58.189: V/WindowManager(559): Skipping AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}} -- hidden on top
06-07 05:49:58.189: V/WindowManager(559): Checking app orientation: AppWindowToken{41a18968 token=Token{41feb640 ActivityRecord{42029b38 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}}
06-07 05:49:58.189: V/WindowManager(559): Skipping AppWindowToken{41a18968 token=Token{41feb640 ActivityRecord{42029b38 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}} -- going to hide
06-07 05:49:58.189: V/WindowManager(559): Checking app orientation: AppWindowToken{4204c7b8 token=Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-07 05:49:58.189: V/WindowManager(559): Skipping AppWindowToken{4204c7b8 token=Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- hidden on top
06-07 05:49:58.189: V/WindowManager(559): Checking app orientation: AppWindowToken{4209e288 token=Token{41fced38 ActivityRecord{41959d08 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity}}}
06-07 05:49:58.189: V/WindowManager(559): Skipping AppWindowToken{4209e288 token=Token{41fced38 ActivityRecord{41959d08 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity}}} -- hidden on top
06-07 05:49:58.199: V/WindowManager(559): Checking app orientation: AppWindowToken{41a12db0 token=Token{41d684f0 ActivityRecord{41d680b0 com.proto.launcher/.LauncherActivity}}}
06-07 05:49:58.199: V/WindowManager(559): Skipping AppWindowToken{41a12db0 token=Token{41d684f0 ActivityRecord{41d680b0 com.proto.launcher/.LauncherActivity}}} -- hidden on top
06-07 05:49:58.199: V/WindowManager(559): No app is requesting an orientation
06-07 05:49:58.199: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:58.199: V/WindowManager(559): Resize reasons: contentInsetsChanged=false visibleInsetsChanged=false surfaceResized=true configChanged=false
06-07 05:49:58.199: V/WindowManager(559): Resizing window Window{41c0b108 paused=false} to 480.0x165.0
06-07 05:49:58.209: V/WindowManager(559): Reporting new frame to Window{41c0b108 paused=false}: Rect(0, 335 - 480, 500)
06-07 05:49:58.209: I/WindowManager(559): Resizing Window{41c0b108 paused=false} WITH DRAW PENDING
06-07 05:49:58.219: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-07 05:49:58.219: W/memalloc(170): Falling back to system heap
06-07 05:49:58.239: V/WindowStateAnimator(559): finishDrawingLocked: mDrawState=COMMIT_DRAW_PENDING WindowStateAnimator (): mSurface Surface(name=, identity=62), mAnimation null in Surface(name=, identity=62)
06-07 05:49:58.239: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:49:58.239: I/WindowManager(559): SURFACE SHOW (performShowLocked): Window{41c0b108 paused=false}
06-07 05:49:58.619: W/ActivityManager(559): Activity pause timeout for ActivityRecord{42029b38 com.test.openiab/org.onepf.openiab.UnityProxyActivity}
06-07 05:49:58.629: V/WindowManager(559): setAppVisibility(Token{41feb640 ActivityRecord{42029b38 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}, visible=false): mNextAppTransition=8199 hidden=false hiddenRequested=true
06-07 05:49:58.629: V/WindowManager(559): setAppVisibility(Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}, visible=true): mNextAppTransition=8199 hidden=true hiddenRequested=true
06-07 05:49:58.629: V/WindowManager(559): Checking app orientation: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:49:58.629: V/WindowManager(559): Skipping AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}} -- hidden on top
06-07 05:49:58.629: V/WindowManager(559): Checking app orientation: AppWindowToken{41a18968 token=Token{41feb640 ActivityRecord{42029b38 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}}
06-07 05:49:58.629: V/WindowManager(559): Skipping AppWindowToken{41a18968 token=Token{41feb640 ActivityRecord{42029b38 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}} -- going to hide
06-07 05:49:58.629: V/WindowManager(559): Checking app orientation: AppWindowToken{4204c7b8 token=Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-07 05:49:58.629: V/WindowManager(559): Done at AppWindowToken{4204c7b8 token=Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- full screen, return 1
06-07 05:49:58.629: V/WindowManager(559): Application requested orientation 1, got rotation 0 which has compatible metrics
06-07 05:49:58.629: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(mRealDisplayMetrics, 480, 800)
06-07 05:49:58.629: D/WindowManager(559): Set app display size: 480x800
06-07 05:49:58.639: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(dm, 480, 800)
06-07 05:49:58.639: D/WindowManager(559): computeScreenConfigurationLocked:ret:config.orientation=1
06-07 05:49:58.639: V/WindowManager(559): setAppVisibility(Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}, visible=true): mNextAppTransition=8199 hidden=true hiddenRequested=false
06-07 05:49:58.729: E/ThermalDaemon(1224): CPU[1] offline
06-07 05:49:59.169: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-07 05:49:59.169: W/memalloc(170): Falling back to system heap
06-07 05:49:59.379: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-07 05:49:59.379: W/memalloc(170): Falling back to system heap
06-07 05:49:59.929: E/SWIPE(559): clear()
06-07 05:49:59.929: D/SWIPE(559): Check swipe down for x/y: 234.0 / 439.0
06-07 05:49:59.989: W/PowerManager(559): accept Wake require,start process. the mTag is:AlarmManager, the mFlags is:1
06-07 05:50:00.019: W/PowerManager(559): accept Wake release,start process. the mTag is:AlarmManager, the mFlags is:1
06-07 05:50:00.059: D/SWIPE(559): touch up event 233.0 441.0
06-07 05:50:00.069: D/SWIPE(559): send replay touch down event
06-07 05:50:00.079: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:50:00.099: I/WindowState(559): WIN DEATH: Window{41bdcd58 com.test.openiab/org.onepf.openiab.UnityProxyActivity paused=false}
06-07 05:50:00.099: I/ActivityManager(559): Process com.test.openiab (pid 4007) has died.
06-07 05:50:00.099: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:50:00.109: V/WindowManager(559): removeAppToken: AppWindowToken{41a18968 token=Token{41feb640 ActivityRecord{42029b38 com.test.openiab/org.onepf.openiab.UnityProxyActivity}}}
06-07 05:50:00.109: W/ActivityManager(559): Force removing ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}: app died, no saved state
06-07 05:50:00.109: V/WindowManager(559): removeAppToken: AppWindowToken{4204c7b8 token=Token{41c3f990 ActivityRecord{419f9c98 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-07 05:50:00.129: I/ActivityManager(559): Start proc com.test.openiab for activity com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity: pid=4047 uid=10072 gids={3003, 1015, 1023, 1028}
06-07 05:50:00.159: V/WindowManager(559): Skipping set freeze of Token{41fced38 ActivityRecord{41959d08 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity}}
06-07 05:50:00.159: V/WindowManager(559): setAppVisibility(Token{41fced38 ActivityRecord{41959d08 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity}}, visible=true): mNextAppTransition=4102 hidden=true hiddenRequested=true
06-07 05:50:00.159: V/WindowManager(559): Checking app orientation: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:50:00.169: V/WindowManager(559): Skipping AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}} -- hidden on top
06-07 05:50:00.169: V/WindowManager(559): Checking app orientation: AppWindowToken{4209e288 token=Token{41fced38 ActivityRecord{41959d08 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity}}}
06-07 05:50:00.169: V/WindowManager(559): Done at AppWindowToken{4209e288 token=Token{41fced38 ActivityRecord{41959d08 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity}}} -- full screen, return 1
06-07 05:50:00.169: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(mRealDisplayMetrics, 480, 800)
06-07 05:50:00.169: D/WindowManager(559): Set app display size: 480x800
06-07 05:50:00.169: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(dm, 480, 800)
06-07 05:50:00.169: D/WindowManager(559): computeScreenConfigurationLocked:ret:config.orientation=1
06-07 05:50:00.169: V/WindowManager(559): setAppVisibility(Token{41fced38 ActivityRecord{41959d08 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity}}, visible=true): mNextAppTransition=4102 hidden=true hiddenRequested=false
06-07 05:50:00.179: V/ActivityManager(559): notifyTaskActivityStart: activity filtered ActivityRecord{41d680b0 com.proto.launcher/.LauncherActivity} pkg = com.proto.launcher intent = Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10800000 cmp=com.proto.launcher/.LauncherActivity }
06-07 05:50:00.189: E/Trace(4047): error opening trace file: No such file or directory (2)
06-07 05:50:00.219: D/dalvikvm(559): GC_CONCURRENT freed 1814K, 29% free 18165K/25415K, paused 3ms+8ms, total 155ms
06-07 05:50:00.229: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:50:00.299: D/BYD_Flex(4047): getValue() name = @NOKIAFLEX@packageNeedData
06-07 05:50:00.339: D/dalvikvm(4047): GC_CONCURRENT freed 157K, 5% free 8340K/8711K, paused 12ms+12ms, total 41ms
06-07 05:50:00.349: D/BYD_Flex(4047): getValue() readFlexFromXml = TypedValue{t=0x0/d=0x0}
06-07 05:50:00.349: D/BYD_Flex(4047): getValue() name = @NOKIAFLEX@setDataUsageReminder
06-07 05:50:00.369: D/BYD_Flex(4047): getValue() readFlexFromXml = TypedValue{t=0x0/d=0x0}
06-07 05:50:00.379: W/PowerManager(559): accept Wake require,start process. the mTag is:ActivityManager-Launch, the mFlags is:1
06-07 05:50:00.379: I/ActivityManager(559): START {flg=0x10000 cmp=com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity u=0} from pid 4047
06-07 05:50:00.379: V/ActivityManager(559): Starting new activity ActivityRecord{41fb4158 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity} in existing task TaskRecord{41be0538 #6 A com.test.openiab U 0}
06-07 05:50:00.409: V/WindowManager(559): Skipping set freeze of Token{42019380 ActivityRecord{41fb4158 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}
06-07 05:50:00.409: V/WindowManager(559): setAppVisibility(Token{42019380 ActivityRecord{41fb4158 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}, visible=true): mNextAppTransition=4102 hidden=true hiddenRequested=true
06-07 05:50:00.409: V/WindowManager(559): Checking app orientation: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:50:00.409: V/WindowManager(559): Skipping AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}} -- hidden on top
06-07 05:50:00.409: V/WindowManager(559): Checking app orientation: AppWindowToken{42095bd0 token=Token{42019380 ActivityRecord{41fb4158 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-07 05:50:00.409: V/WindowManager(559): Done at AppWindowToken{42095bd0 token=Token{42019380 ActivityRecord{41fb4158 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- full screen, return 1
06-07 05:50:00.409: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(mRealDisplayMetrics, 480, 800)
06-07 05:50:00.409: D/WindowManager(559): Set app display size: 480x800
06-07 05:50:00.409: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(dm, 480, 800)
06-07 05:50:00.409: D/WindowManager(559): computeScreenConfigurationLocked:ret:config.orientation=1
06-07 05:50:00.409: V/WindowManager(559): setAppVisibility(Token{41fced38 ActivityRecord{41959d08 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity}}, visible=false): mNextAppTransition=4102 hidden=true hiddenRequested=false
06-07 05:50:00.419: I/WindowManager(559): Window Window{41a47ad0 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity paused=false} visible with new config: {1.0 510mcc1mnc en_GB sw320dp w320dp h509dp nrml long port finger -keyb/v/h -nav/h s.4} / 0x0
06-07 05:50:00.419: I/WindowStateAnimator(559): createSurface WindowStateAnimator (com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity): mSurface null, mAnimation null: mDrawState=DRAW_PENDING
06-07 05:50:00.419: V/WindowManager(559): Checking app orientation: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:50:00.419: V/WindowManager(559): Skipping AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}} -- hidden on top
06-07 05:50:00.419: V/WindowManager(559): Checking app orientation: AppWindowToken{42095bd0 token=Token{42019380 ActivityRecord{41fb4158 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-07 05:50:00.419: V/WindowManager(559): Done at AppWindowToken{42095bd0 token=Token{42019380 ActivityRecord{41fb4158 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- full screen, return 1
06-07 05:50:00.419: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:50:00.419: V/WindowManager(559): Eval win Window{41a47ad0 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity paused=false}: isDrawn=false, isAnimating=true
06-07 05:50:00.419: V/WindowManager(559): Not displayed: s=Surface(name=com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity, identity=63) pv=true mDrawState=1 ah=false th=true a=false
06-07 05:50:00.419: V/WindowManager(559): Resize reasons: contentInsetsChanged=true visibleInsetsChanged=true surfaceResized=true configChanged=false
06-07 05:50:00.419: V/WindowManager(559): Resizing window Window{41a47ad0 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity paused=false} to 480.0x800.0
06-07 05:50:00.429: V/WindowManager(559): Reporting new frame to Window{41a47ad0 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity paused=false}: Rect(0, 0 - 480, 800)
06-07 05:50:00.429: I/WindowManager(559): Resizing Window{41a47ad0 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity paused=false} WITH DRAW PENDING
06-07 05:50:00.439: D/BYD_Flex(4047): getValue() name = @NOKIAFLEX@packageNeedData
06-07 05:50:00.469: D/BYD_Flex(4047): getValue() readFlexFromXml = TypedValue{t=0x0/d=0x0}
06-07 05:50:00.469: D/BYD_Flex(4047): getValue() name = @NOKIAFLEX@setDataUsageReminder
06-07 05:50:00.489: D/BYD_Flex(4047): getValue() readFlexFromXml = TypedValue{t=0x0/d=0x0}
06-07 05:50:00.539: W/PowerManager(4047): accept Wake require,start process. the mTag is:Unity-StartupWakeLock, the mFlags is:26
06-07 05:50:00.799: E/ThermalDaemon(1224): CPU[1] offline
06-07 05:50:01.209: I/Choreographer(4047): Skipped 45 frames! The application may be doing too much work on its main thread.
06-07 05:50:01.209: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-07 05:50:01.209: W/memalloc(170): Falling back to system heap
06-07 05:50:01.239: V/WindowStateAnimator(559): finishDrawingLocked: mDrawState=COMMIT_DRAW_PENDING WindowStateAnimator (com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity): mSurface Surface(name=com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity, identity=63), mAnimation null in Surface(name=com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity, identity=63)
06-07 05:50:01.239: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:50:01.239: V/WindowManager(559): Eval win Window{41a47ad0 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity paused=false}: isDrawn=true, isAnimating=true
06-07 05:50:01.249: V/WindowManager(559): tokenMayBeDrawn: AppWindowToken{4209e288 token=Token{41fced38 ActivityRecord{41959d08 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity}}} freezingScreen=false mAppFreezing=false
06-07 05:50:01.249: I/WindowManager(559): Window Window{420a1da0 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false} visible with new config: {1.0 510mcc1mnc en_GB sw320dp w320dp h509dp nrml long port finger -keyb/v/h -nav/h s.4} / 0x0
06-07 05:50:01.249: I/WindowStateAnimator(559): createSurface WindowStateAnimator (com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity): mSurface null, mAnimation null: mDrawState=DRAW_PENDING
06-07 05:50:01.249: V/WindowManager(559): Checking app orientation: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:50:01.259: V/WindowManager(559): Skipping AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}} -- hidden on top
06-07 05:50:01.259: V/WindowManager(559): Checking app orientation: AppWindowToken{42095bd0 token=Token{42019380 ActivityRecord{41fb4158 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-07 05:50:01.259: V/WindowManager(559): Done at AppWindowToken{42095bd0 token=Token{42019380 ActivityRecord{41fb4158 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- full screen, return 1
06-07 05:50:01.259: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:50:01.269: V/WindowManager(559): Eval win Window{420a1da0 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}: isDrawn=false, isAnimating=true
06-07 05:50:01.269: V/WindowManager(559): Not displayed: s=Surface(name=com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity, identity=64) pv=true mDrawState=1 ah=false th=false a=false
06-07 05:50:01.269: V/WindowManager(559): Resize reasons: contentInsetsChanged=false visibleInsetsChanged=true surfaceResized=false configChanged=false
06-07 05:50:01.269: V/WindowManager(559): Resizing window Window{420a1da0 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false} to 480.0x800.0
06-07 05:50:01.269: V/WindowManager(559): Reporting new frame to Window{420a1da0 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}: Rect(0, 0 - 480, 800)
06-07 05:50:01.269: I/WindowManager(559): Resizing Window{420a1da0 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false} WITH DRAW PENDING
06-07 05:50:01.279: V/WindowManager(559): Eval win Window{420a1da0 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}: isDrawn=false, isAnimating=true
06-07 05:50:01.279: V/WindowManager(559): Not displayed: s=Surface(name=com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity, identity=64) pv=true mDrawState=1 ah=false th=false a=true
06-07 05:50:01.279: V/WindowManager(559): Eval win Window{420a1da0 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}: isDrawn=false, isAnimating=true
06-07 05:50:01.279: V/WindowManager(559): Not displayed: s=Surface(name=com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity, identity=64) pv=true mDrawState=1 ah=false th=false a=true
06-07 05:50:01.299: V/WindowManager(559): Checking app orientation: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:50:01.299: V/WindowManager(559): Skipping AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}} -- hidden on top
06-07 05:50:01.299: V/WindowManager(559): Checking app orientation: AppWindowToken{42095bd0 token=Token{42019380 ActivityRecord{41fb4158 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-07 05:50:01.299: V/WindowManager(559): Done at AppWindowToken{42095bd0 token=Token{42019380 ActivityRecord{41fb4158 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- full screen, return 1
06-07 05:50:01.299: I/WindowManager(559): Window Window{41a48198 SurfaceView paused=false} visible with new config: {1.0 510mcc1mnc en_GB sw320dp w320dp h509dp nrml long port finger -keyb/v/h -nav/h s.4} / 0x0
06-07 05:50:01.299: I/WindowStateAnimator(559): createSurface WindowStateAnimator (SurfaceView): mSurface null, mAnimation null: mDrawState=DRAW_PENDING
06-07 05:50:01.299: V/WindowManager(559): Checking app orientation: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:50:01.299: V/WindowManager(559): Skipping AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}} -- hidden on top
06-07 05:50:01.309: V/WindowManager(559): Checking app orientation: AppWindowToken{42095bd0 token=Token{42019380 ActivityRecord{41fb4158 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-07 05:50:01.309: V/WindowManager(559): Done at AppWindowToken{42095bd0 token=Token{42019380 ActivityRecord{41fb4158 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- full screen, return 1
06-07 05:50:01.309: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:50:01.309: V/WindowManager(559): Eval win Window{420a1da0 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}: isDrawn=false, isAnimating=true
06-07 05:50:01.309: V/WindowManager(559): Not displayed: s=Surface(name=com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity, identity=64) pv=true mDrawState=1 ah=false th=false a=true
06-07 05:50:01.309: V/WindowManager(559): Eval win Window{41a48198 SurfaceView paused=false}: isDrawn=false, isAnimating=true
06-07 05:50:01.309: V/WindowManager(559): Not displayed: s=Surface(name=SurfaceView, identity=65) pv=true mDrawState=1 ah=false th=false a=false
06-07 05:50:01.319: V/WindowStateAnimator(559): finishDrawingLocked: mDrawState=COMMIT_DRAW_PENDING WindowStateAnimator (SurfaceView): mSurface Surface(name=SurfaceView, identity=65), mAnimation null in Surface(name=SurfaceView, identity=65)
06-07 05:50:01.319: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:50:01.319: V/WindowManager(559): Eval win Window{420a1da0 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}: isDrawn=false, isAnimating=true
06-07 05:50:01.319: V/WindowManager(559): Not displayed: s=Surface(name=com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity, identity=64) pv=true mDrawState=1 ah=false th=false a=true
06-07 05:50:01.319: V/WindowManager(559): Eval win Window{41a48198 SurfaceView paused=false}: isDrawn=true, isAnimating=true
06-07 05:50:01.319: V/WindowManager(559): tokenMayBeDrawn: AppWindowToken{42095bd0 token=Token{42019380 ActivityRecord{41fb4158 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} freezingScreen=false mAppFreezing=false
06-07 05:50:01.349: V/WindowManager(559): Checking app orientation: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:50:01.349: V/WindowManager(559): Skipping AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}} -- hidden on top
06-07 05:50:01.349: V/WindowManager(559): Checking app orientation: AppWindowToken{42095bd0 token=Token{42019380 ActivityRecord{41fb4158 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-07 05:50:01.349: V/WindowManager(559): Done at AppWindowToken{42095bd0 token=Token{42019380 ActivityRecord{41fb4158 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- full screen, return 1
06-07 05:50:01.349: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:50:01.349: V/WindowManager(559): Eval win Window{420a1da0 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}: isDrawn=false, isAnimating=true
06-07 05:50:01.349: V/WindowManager(559): Not displayed: s=Surface(name=com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity, identity=64) pv=true mDrawState=1 ah=false th=false a=true
06-07 05:50:01.349: V/WindowManager(559): Eval win Window{41a48198 SurfaceView paused=false}: isDrawn=true, isAnimating=true
06-07 05:50:01.349: V/WindowManager(559): tokenMayBeDrawn: AppWindowToken{42095bd0 token=Token{42019380 ActivityRecord{41fb4158 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} freezingScreen=false mAppFreezing=false
06-07 05:50:01.349: V/WindowManager(559): Checking app orientation: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:50:01.349: V/WindowManager(559): Skipping AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}} -- hidden on top
06-07 05:50:01.349: V/WindowManager(559): Checking app orientation: AppWindowToken{42095bd0 token=Token{42019380 ActivityRecord{41fb4158 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-07 05:50:01.349: V/WindowManager(559): Done at AppWindowToken{42095bd0 token=Token{42019380 ActivityRecord{41fb4158 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- full screen, return 1
06-07 05:50:01.349: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:50:01.359: V/WindowManager(559): Eval win Window{420a1da0 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}: isDrawn=false, isAnimating=true
06-07 05:50:01.359: V/WindowManager(559): Not displayed: s=Surface(name=com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity, identity=64) pv=true mDrawState=1 ah=false th=false a=true
06-07 05:50:01.359: V/WindowManager(559): Eval win Window{41a48198 SurfaceView paused=false}: isDrawn=true, isAnimating=true
06-07 05:50:01.359: V/WindowManager(559): tokenMayBeDrawn: AppWindowToken{42095bd0 token=Token{42019380 ActivityRecord{41fb4158 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} freezingScreen=false mAppFreezing=false
06-07 05:50:01.369: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-07 05:50:01.369: W/memalloc(170): Falling back to system heap
06-07 05:50:01.389: V/WindowStateAnimator(559): finishDrawingLocked: mDrawState=COMMIT_DRAW_PENDING WindowStateAnimator (com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity): mSurface Surface(name=com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity, identity=64), mAnimation null in Surface(name=com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity, identity=64)
06-07 05:50:01.389: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:50:01.389: V/WindowManager(559): Eval win Window{420a1da0 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}: isDrawn=true, isAnimating=true
06-07 05:50:01.389: V/WindowManager(559): tokenMayBeDrawn: AppWindowToken{42095bd0 token=Token{42019380 ActivityRecord{41fb4158 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} freezingScreen=false mAppFreezing=false
06-07 05:50:01.389: V/WindowManager(559): Eval win Window{41a48198 SurfaceView paused=false}: isDrawn=true, isAnimating=true
06-07 05:50:01.389: V/WindowManager(559): tokenMayBeDrawn: AppWindowToken{42095bd0 token=Token{42019380 ActivityRecord{41fb4158 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} freezingScreen=false mAppFreezing=false
06-07 05:50:01.399: I/ActivityManager(559): Displayed com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity: +988ms (total +2s769ms)
06-07 05:50:01.399: I/ActivityManager(559): Displayed com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity: +55s789ms
06-07 05:50:01.399: I/WindowManager(559): SURFACE SHOW (performShowLocked): Window{420a1da0 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}
06-07 05:50:01.399: I/WindowManager(559): SURFACE SHOW (performShowLocked): Window{41a48198 SurfaceView paused=false}
06-07 05:50:01.399: V/WindowManager(559): Checking app orientation: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:50:01.399: V/WindowManager(559): Skipping AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}} -- hidden on top
06-07 05:50:01.399: V/WindowManager(559): Checking app orientation: AppWindowToken{42095bd0 token=Token{42019380 ActivityRecord{41fb4158 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-07 05:50:01.399: V/WindowManager(559): Done at AppWindowToken{42095bd0 token=Token{42019380 ActivityRecord{41fb4158 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- full screen, return 1
06-07 05:50:01.399: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:50:01.399: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:50:01.419: D/Swype(708): [IME] onStartInput(): false
06-07 05:50:01.429: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:50:01.439: V/WindowManager(559): Checking app orientation: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:50:01.439: V/WindowManager(559): Skipping AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}} -- hidden on top
06-07 05:50:01.439: V/WindowManager(559): Checking app orientation: AppWindowToken{42095bd0 token=Token{42019380 ActivityRecord{41fb4158 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-07 05:50:01.439: V/WindowManager(559): Done at AppWindowToken{42095bd0 token=Token{42019380 ActivityRecord{41fb4158 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- full screen, return 1
06-07 05:50:01.439: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:50:01.439: W/PowerManager(559): accept Wake release,start process. the mTag is:ActivityManager-Launch, the mFlags is:1
06-07 05:50:01.439: D/PowerManagerService(559): [Release] ActivityManager-Launch pid=559 uid=1000
06-07 05:50:01.449: I/ActivityManager(559): No longer want com.nokia.update (pid 3320): hidden #16
06-07 05:50:01.479: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:50:01.479: V/WindowManager(559): removeAppToken: AppWindowToken{4259a630 token=Token{41fb7de0 ActivityRecord{419e6c30 com.nokia.payment.iapenabler/o.Ć}}}
06-07 05:50:01.639: V/WindowManager(559): Checking app orientation: AppWindowToken{42095bd0 token=Token{42019380 ActivityRecord{41fb4158 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-07 05:50:01.639: V/WindowManager(559): Done at AppWindowToken{42095bd0 token=Token{42019380 ActivityRecord{41fb4158 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- full screen, return 1
06-07 05:50:01.639: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(mRealDisplayMetrics, 480, 800)
06-07 05:50:01.639: D/WindowManager(559): Set app display size: 480x800
06-07 05:50:01.639: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(dm, 480, 800)
06-07 05:50:01.639: D/WindowManager(559): computeScreenConfigurationLocked:ret:config.orientation=1
06-07 05:50:01.649: V/WindowManager(559): setAppVisibility(Token{41fced38 ActivityRecord{41959d08 com.test.openiab/com.unity3d.player.UnityPlayerProxyActivity}}, visible=false): mNextAppTransition=-1 hidden=true hiddenRequested=true
06-07 05:50:01.659: I/Adreno200-EGL(4047): <qeglDrvAPI_eglInitialize:299>: EGL 1.4 QUALCOMM build: (CL3050818)
06-07 05:50:01.659: I/Adreno200-EGL(4047): Build Date: 05/23/13 Thu
06-07 05:50:01.659: I/Adreno200-EGL(4047): Local Branch:
06-07 05:50:01.659: I/Adreno200-EGL(4047): Remote Branch: qrd/jb_rel_rb5_qrd
06-07 05:50:01.659: I/Adreno200-EGL(4047): Local Patches:
06-07 05:50:01.659: I/Adreno200-EGL(4047): Reconstruct Branch:
06-07 05:50:01.659: W/Adreno200-EGL(4047): <qeglDrvAPI_eglGetConfigAttrib:511>: EGL_BAD_ATTRIBUTE
06-07 05:50:01.659: W/Adreno200-EGL(4047): <qeglDrvAPI_eglGetConfigAttrib:511>: EGL_BAD_ATTRIBUTE
06-07 05:50:01.659: W/Adreno200-EGL(4047): <qeglDrvAPI_eglGetConfigAttrib:511>: EGL_BAD_ATTRIBUTE
06-07 05:50:01.669: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-07 05:50:01.669: W/memalloc(170): Falling back to system heap
06-07 05:50:01.669: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:50:01.699: D/Unity(4047): GL_EXT_debug_marker GL_AMD_compressed_ATC_texture GL_AMD_performance_monitor GL_AMD_program_binary_Z400 GL_EXT_robustness GL_EXT_texture_format_BGRA8888 GL_EXT_texture_type_2_10_10_10_REV GL_NV_fence GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth_texture GL_OES_depth24 GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_fragment_precision_high GL_OES_get_program_binary GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_OES_vertex_type_10_10_10_2 GL_OES_vertex_array_object GL_QCOM_alpha_test GL_QCOM_binning_control GL_QCOM_driver_control GL_QCOM_perfmon_global_mode GL_QCOM_extended_get GL_QCOM_extended_get2 GL_QCOM_tiled_rendering GL_QCOM_writeonly_rendering GL_AMD_compressed_3DC_texture GL_EXT_texture_filter_anisotropic
06-07 05:50:01.759: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:50:01.759: V/AudioPolicyManagerBase(173): getOutput() stream 3, samplingRate 0, format 0, channelMask 3, flags 0
06-07 05:50:01.759: V/AudioPolicyManagerBase(173): getOutput() returns output 2
06-07 05:50:01.759: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:50:01.759: V/AudioPolicyManagerBase(173): getOutput() stream 3, samplingRate 0, format 0, channelMask 3, flags 0
06-07 05:50:01.759: V/AudioPolicyManagerBase(173): getOutput() returns output 2
06-07 05:50:01.759: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:50:01.759: V/AudioPolicyManagerBase(173): getOutput() stream 3, samplingRate 0, format 0, channelMask 3, flags 0
06-07 05:50:01.759: V/AudioPolicyManagerBase(173): getOutput() returns output 2
06-07 05:50:01.759: D/PowerManagerService(559): [Acquire] AudioOut_2 pid=173 uid=1013
06-07 05:50:01.769: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:50:01.769: V/AudioPolicyManagerBase(173): getOutput() stream 3, samplingRate 0, format 0, channelMask 3, flags 0
06-07 05:50:01.769: V/AudioPolicyManagerBase(173): getOutput() returns output 2
06-07 05:50:01.769: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:50:01.769: V/AudioPolicyManagerBase(173): getOutput() stream 3, samplingRate 0, format 0, channelMask 3, flags 0
06-07 05:50:01.769: V/AudioPolicyManagerBase(173): getOutput() returns output 2
06-07 05:50:01.769: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:50:01.769: V/AudioPolicyManagerBase(173): getOutput() stream 3, samplingRate 24000, format 1, channelMask 3, flags 0
06-07 05:50:01.769: V/AudioPolicyManagerBase(173): getOutput() returns output 2
06-07 05:50:01.779: E/AudioFlinger(173): Track constructor name 4097, calling pid 4047
06-07 05:50:01.779: E/AudioFlinger(173): start(4097), calling pid 4047 session 16
06-07 05:50:01.779: V/AudioPolicyManager7627a(173): startOutput() output 2, stream 3, session 16
06-07 05:50:01.779: V/AudioPolicyManagerBase(173): changeRefCount() stream 3, count 1
06-07 05:50:01.779: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:50:01.779: V/AudioPolicyManagerBase(173): getNewDevice() selected device 2
06-07 05:50:01.779: V/AudioPolicyManager7627a(173): setOutputDevice() output 2 device 0002 delayMs 0
06-07 05:50:01.779: V/AudioPolicyManager7627a(173): setOutputDevice() prevDevice 0002
06-07 05:50:01.779: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:50:01.779: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 1, device 1
06-07 05:50:01.779: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 2, device 2
06-07 05:50:01.779: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:50:01.779: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 3, device 2
06-07 05:50:01.779: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:50:01.789: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 4, device 2
06-07 05:50:01.789: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 5, device 2
06-07 05:50:01.789: V/AudioPolicyManager7627a(173): getDeviceForStrategy(). STRATEGY_VIDEOCALL. mForceUse[AudioSystem::FOR_COMMUNICATION]:0.
06-07 05:50:01.789: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 6, device 1
06-07 05:50:01.789: E/AudioPolicyManager7627a(173): setOutputDevice() Call routing with same device with zero delay
06-07 05:50:01.789: E/AudioPolicyManager7627a(173): setOutputDevice() changing device 2
06-07 05:50:01.789: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:50:01.789: V/WindowManager(559): Resize reasons: contentInsetsChanged=false visibleInsetsChanged=true surfaceResized=false configChanged=false
06-07 05:50:01.799: V/AudioPolicyManager7627a(173): checkAndSetVolume() cannot set stream 6 volume with force use = 0 for comm
06-07 05:50:01.799: V/AudioPolicyManager7627a(173): getDeviceForStrategy() from cache strategy 3, device 2
06-07 05:50:01.799: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:50:01.799: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 3, device 2
06-07 05:50:01.799: V/AudioPolicyManager7627a(173): getDeviceForStrategy() from cache strategy 0, device 2
06-07 05:50:01.799: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:50:01.799: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:50:01.799: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 1, device 1
06-07 05:50:01.799: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 2, device 2
06-07 05:50:01.799: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:50:01.799: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 3, device 2
06-07 05:50:01.799: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 0, device 2
06-07 05:50:01.799: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 4, device 2
06-07 05:50:01.799: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 5, device 2
06-07 05:50:01.799: V/AudioPolicyManager7627a(173): getDeviceForStrategy(). STRATEGY_VIDEOCALL. mForceUse[AudioSystem::FOR_COMMUNICATION]:0.
06-07 05:50:01.799: V/AudioPolicyManager7627a(173): getDeviceForStrategy() strategy 6, device 1
06-07 05:50:01.799: V/WindowManager(559): Resizing window Window{420a1da0 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false} to 480.0x800.0
06-07 05:50:01.799: V/WindowManager(559): Reporting new frame to Window{420a1da0 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity paused=false}: Rect(0, 0 - 480, 800)
06-07 05:50:01.799: D/SWIPE(559): setAppScreenRect 480 800
06-07 05:50:02.079: V/WindowManager(559): Checking app orientation: AppWindowToken{42095bd0 token=Token{42019380 ActivityRecord{41fb4158 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}}
06-07 05:50:02.079: V/WindowManager(559): Done at AppWindowToken{42095bd0 token=Token{42019380 ActivityRecord{41fb4158 com.test.openiab/com.unity3d.player.UnityPlayerNativeActivity}}} -- full screen, return 1
06-07 05:50:02.079: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(mRealDisplayMetrics, 480, 800)
06-07 05:50:02.079: D/WindowManager(559): Set app display size: 480x800
06-07 05:50:02.079: D/WindowManager(559): computeScreenConfigurationLocked:mDisplay.getMetricsWithSize(dm, 480, 800)
06-07 05:50:02.079: D/WindowManager(559): computeScreenConfigurationLocked:ret:config.orientation=1
06-07 05:50:02.169: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-07 05:50:02.169: W/memalloc(170): Falling back to system heap
06-07 05:50:02.199: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-07 05:50:02.199: W/memalloc(170): Falling back to system heap
06-07 05:50:02.209: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-07 05:50:02.209: W/memalloc(170): Falling back to system heap
06-07 05:50:02.249: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-07 05:50:02.249: W/memalloc(170): Falling back to system heap
06-07 05:50:02.269: D/dalvikvm(4047): GC_CONCURRENT freed 321K, 7% free 8489K/9031K, paused 2ms+3ms, total 37ms
06-07 05:50:02.289: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-07 05:50:02.289: W/memalloc(170): Falling back to system heap
06-07 05:50:03.019: W/PowerManager(4047): accept Wake release,start process. the mTag is:Unity-StartupWakeLock, the mFlags is:26
06-07 05:50:03.029: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-07 05:50:03.039: W/memalloc(170): Falling back to system heap
06-07 05:50:03.179: I/Unity(4047): ********** Android OpenIAB plugin initialized **********
06-07 05:50:03.179: I/Unity(4047):
06-07 05:50:03.179: I/Unity(4047): (Filename: ./artifacts/AndroidManagedGenerated/UnityEngineDebug.cpp Line: 49)
06-07 05:50:03.779: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-07 05:50:03.779: W/memalloc(170): Falling back to system heap
06-07 05:50:03.819: E/memalloc(170): ION_IOC_ALLOC failed with error - Out of memory
06-07 05:50:03.819: W/memalloc(170): Falling back to system heap
Hi @oorlov ,
I found the cause of the problem. The problem is not in the openIAB code, but actually in the settings of the Nokia-X itself.
In Nokia-X, settings, developer options, there is an option with the name "Don't Keep Activities". The description is that "Destroy every activity as soon as the user leaves it". The Nokia-X I guess thinks that opening the payment screen is leaving the app (though if it replaced by the lock screen is seems to be not counted as leaving the app). This makes the app destroyed when it goes to the payment screen, so when the app finishes on the payment screen and want to go back, the app handler becomes null, thus throwing null pointer exception and make the app crashed as described. The "Don't keep activities" option is mistakenly turned on in my Nokia-X device, and when I turned it off, everything work nicely.
Sorry for the false alarm and thanks for the great support ! :)
Hi @yuandra!
Not a problem and I will appreciate if you can help us to make OpenIAB more popular!
Ditto, I've noticed this exception in Google play crash logs from client: Android version Android 4.11 Device Galaxy Star (mint)
Are we saying that this error is specific to device setting and nothing need to be done, please confirm?
java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=10001, result=0, data=Intent { (has extras) }} to activity {app/org.onepf.openiab.UnityProxyActivity}: java.lang.NullPointerException at android.app.ActivityThread.deliverResults(ActivityThread.java:3219) at android.app.ActivityThread.handleSendResult(ActivityThread.java:3262) at android.app.ActivityThread.access$1200(ActivityThread.java:140) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1286) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:137) at android.app.ActivityThread.main(ActivityThread.java:4944) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:511) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1038) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:805) at dalvik.system.NativeStart.main(Native Method) Caused by: java.lang.NullPointerException at org.onepf.openiab.UnityProxyActivity.onActivityResult(UnityProxyActivity.java:41) at android.app.Activity.dispatchActivityResult(Activity.java:5372) at android.app.ActivityThread.deliverResults(ActivityThread.java:3215)
Using OpenIAB 0.9.6 - Unity Plugin 4.0
Using OpenIAB-demo test scene, Unity 4.5, Nokia - X RM-980 Software version 1.1.2.2
Checked on the source code, seems to be resulting in this lines
here is the android manifest