question

ubiamazonian avatar image
ubiamazonian asked

GameCircle get friend error with lastest tablet Fire HD 8

Hello, I m retrieving friends from my app with the given snippet found here : https://developer.amazon.com/public/apis/engage/gamecircle/docs/friends-api#getfriends On my Kindle Fire HDX, no issue, everything is working just fine, but on the new fire HD 8, i got a error message : - Exception encountered while executing request: com.amazon.ags.AGSClientException: Network request requires authentication - com.amazon.ags.AGSClientException: Network request requires authentication this is from the exact same apk than the one executed in the HDX tablet, Any information or suggestions is welcomed Thanks for the read, Bastien
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

phosphor-jwaldron avatar image
phosphor-jwaldron answered
I am using the JNI API and testing on a Kindle Fire HD 10 (KFTBWI). My application is crashing when getBatchFriends is called. I was getting the same exception that ubiamazonian mentions earlier today. I am no longer seeing that however I no longer see that in the logs after changing my implementation up a bit. However I do see a WebView crash followed by a Signal 11. Relevant logs follow: D/ProfileToJavaInterface( 6650): requestFriendIds - called D/GC_HttpNetworkClient( 6650): Request: PUT https://ags-ext.amazon.com/services/social/getMyFriends D/GC_HttpNetworkClient( 6650): Result:HTTP/1.1 200 OK D/RequestFriendIdsJniResponseHandler( 6650): jniRequestFriendIds response - onSuccess I/AmazonInsightsSDK( 6650): Event: 'GameC...' recorded to local filestore D/AGSProfileJni( 6650): getFriendIdsResponseSuccess called D/ProfileToJavaInterface( 6650): requestBatchFriends - called E/chromium( 6650): ### WebView crash. Version 41.51020.2250.0246 (code 1650210) D/UE4 ( 6650): Signal 11 caught!
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

phosphor-jwaldron avatar image
phosphor-jwaldron answered
One more piece of information, I am using SDK version 2.4.2
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Nick Gardner avatar image
Nick Gardner answered
Hi, Is there any chance the tablet is not registered to an Amazon account? That might explain the delta in behavior, but there should be no reason that gamecircle does not work on the newer Fire HD 8 or 10 tablets. I personally have tested several games which implement it on the Fire HD 8 and 10, and I didn't notice any issues when doing so. Thanks, Nick
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

phosphor-jwaldron avatar image
phosphor-jwaldron answered
I am now back to getting the authentication error mentioned when I call getBatchFriends. The callback now receives an UNRECOVERABLE ErrorCode. My Fire 10 is registered to an Amazon account and I checked also to make sure that my Game Circle profile is not set to hidden. My user is welcomed when GameCircle is initialized and getFriendIds does return a valid PlayerId for the one friend that my test account has.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Jamie Grossman avatar image
Jamie Grossman answered
Hi there, Is this local to your app? It might be worth trying out the sample app to see if you can reproduce the issue there. There may be something else weird happening in your code. Otherwise, please also post a full log/code as there might be other errors there that can help point to the issue. Thanks! Jamie
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Jamie Grossman avatar image
Jamie Grossman answered
Hi there, Were you able to solve this issue in the end? Happy to help if you are still experiencing any issues. Thanks! Jamie
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

phosphor-jwaldron avatar image
phosphor-jwaldron answered
I have not been able to track down this issue yet. I just moved on to other things for now. The problem continues to be that for some reason GameCircle does not seem to think my user is authenticated, but I am in fact signed in and my profile is not set to hidden. I will copy a full log here with extra debug logging turned on: --------- beginning of system D/WifiService( 495): New client listening to asynchronous messages D/WifiService( 495): acquireWifiLockLocked: WifiLock{TokenRefreshService type=1 binder=android.os.BinderProxy@3b2b0784} D/WifiService( 495): acquireWifiLockLocked: WifiLock{FeatureConfigRefreshService type=1 binder=android.os.BinderProxy@48f93a2} D/WifiService( 495): acquireWifiLockLocked: WifiLock{MASClientLocker.LockerSyncService type=1 binder=android.os.BinderProxy@270c8169} D/WifiService( 495): acquireWifiLockLocked: WifiLock{BlockedAppsService type=1 binder=android.os.BinderProxy@1448548f} D/WifiService( 495): releaseWifiLockLocked: WifiLock{FeatureConfigRefreshService type=1 binder=android.os.BinderProxy@48f93a2} D/WifiService( 495): releaseWifiLockLocked: WifiLock{BlockedAppsService type=1 binder=android.os.BinderProxy@1448548f} D/WifiService( 495): releaseWifiLockLocked: WifiLock{TokenRefreshService type=1 binder=android.os.BinderProxy@3b2b0784} D/WifiService( 495): releaseWifiLockLocked: WifiLock{MASClientLocker.LockerSyncService type=1 binder=android.os.BinderProxy@270c8169} I/ActivityManager( 495): Waited long enough for: ServiceRecord{2b7dcbd2 u0 com.amazon.kindle.cms/.MaintenanceService} I/ActivityManager( 495): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 cmp=com.jwaldron.StrategyGame/com.epicgames.ue4.SplashActivity} from uid 32063 on display 0 W/ActivityManager( 495): Input dispatching paused for current ActivityRecord: ActivityRecord{2229c31c u0 com.jwaldron.StrategyGame/com.epicgames.ue4.SplashActivity t201} V/WindowManager( 495): addAppToken: AppWindowToken{2613f4fa token=Token{8e2cb25 ActivityRecord{2229c31c u0 com.jwaldron.StrategyGame/com.epicgames.ue4.SplashActivity t201}}} to stack=1 task=201 at 0 --------- beginning of main V/GameCircleVendorCallback( 495): getImpliedSystemUiVisibility V/WindowManager( 495): Based on layer: Adding window Window{1919f4a1 u0 Starting com.jwaldron.StrategyGame} at 3 of 9 W/art ( 212): PreZygoteFork called when we already have a zygote space. I/art ( 7782): Late-enabling -Xcheck:jni I/ActivityManager( 495): Start proc 7782:com.jwaldron.StrategyGame/u0a14 for activity com.jwaldron.StrategyGame/com.epicgames.ue4.SplashActivity D/ActivityManager( 7782): default service binder = android.os.BinderProxy@2b6c0f85 D/ActivityManager( 7782): default service = android.app.ActivityManagerProxy@2f9b51da D/BatteryStatsExtension.VitalEmitterBatteryAndTime( 495): VitalEmitterBatteryAndTime.start(-): not runnable D/VendorDisplayManagerGlobalCallback( 7782): callGetInstance: nil I/ContextImpl( 7782): com.amazon.client.metrics.api registered service at i = 69 D/ProfileManager( 7782): Create ProfileManager instance I/FrameworkJumpTable( 7782): Successfully loaded all classes I/FrameworkJumpTable( 7782): Successfully loaded all methods I/FrameworkJumpTable( 7782): Successfully loaded all fields I/ActivityManager( 495): START u0 {flg=0x10000 cmp=com.jwaldron.StrategyGame/com.epicgames.ue4.GameActivity (has extras)} from uid 10014 on display 0 W/ActivityManager( 495): Input dispatching paused for current ActivityRecord: ActivityRecord{b4039dd u0 com.jwaldron.StrategyGame/com.epicgames.ue4.GameActivity t201} V/WindowManager( 495): addAppToken: AppWindowToken{2bdcc423 token=Token{39e82952 ActivityRecord{b4039dd u0 com.jwaldron.StrategyGame/com.epicgames.ue4.GameActivity t201}}} to stack=1 task=201 at 1 V/WindowManager( 495): Based on layer: Adding window Window{1919f4a1 u0 Starting com.jwaldron.StrategyGame} at 3 of 9 I/JniUtils( 7782): Using caller's JNIEnv D/AGSJni ( 7782): JNI_OnLoad called D/AGSLeaderboardJni( 7782): JNI_OnLoad called D/LeaderboardToJavaInterface( 7782): initializeClient - called D/LeaderboardToJavaInterface( 7782): initializeMethodIDs - called D/LeaderboardToJavaInterface( 7782): initializeMethodIDs - initialized D/AGSAchievementJni( 7782): JNI_OnLoad called D/AchievementToJavaInterface( 7782): initializeClient - called D/AchievementToJavaInterface( 7782): initializeMethodIDs - called D/AchievementToJavaInterface( 7782): initializeMethodIDs - initialized D/AGSProfileJni( 7782): JNI_OnLoad called D/ProfileToJavaInterface( 7782): initializeClient - called D/ProfileToJavaInterface( 7782): initializeMethodIDs - called D/ProfileToJavaInterface( 7782): initializeMethodIDs - initialized D/GC_Whispersync( 7782): JNI_OnLoad called D/GC_Whispersync( 7782): initializeMethodIDs - called D/GameCircleToJavaInterface( 7782): initializeClient - called D/GameCircleToJavaInterface( 7782): initializeMethodIDs - called D/GameCircleToJavaInterface( 7782): initializeMethodIDs - initialized D/UE4 ( 7782): In the JNI_OnLoad function D/UE4 ( 7782): Path found as '/storage/emulated/0' D/UE4 ( 7782): Font Path found as '/system/fonts/' D/UE4 ( 7782): In the JNI_OnLoad function 5 I/AmazonStorageUtil( 495): Secondary Storage not mounted. Do not create directory at:/storage/sdcard1/Android/obb/com.jwaldron.StrategyGame W/ContextImpl( 7782): Failed to ensure directory: /storage/sdcard1/Android/obb/com.jwaldron.StrategyGame I/AmazonStorageUtil( 495): Secondary Storage not mounted. Do not create directory at:/storage/sdcard1/Android/data/com.jwaldron.StrategyGame/files W/ContextImpl( 7782): Failed to ensure directory: /storage/sdcard1/Android/data/com.jwaldron.StrategyGame/files D/UE4 ( 7782): Entering native app glue main function D/UE4 ( 7782): Created event thread D/UE4 ( 7782): Entered AndroidMain() D/UE4 ( 7782): Entering event processing thread engine entry point D/UE4 ( 7782): Prepared looper for event thread D/UE4 ( 7782): Passed callback initialization D/UE4 ( 7782): Controller interface supported D/UE4 ( 7782): Passed sensor initialization V/GameCircleVendorCallback( 7782): getImpliedSystemUiVisibility V/WindowManager( 495): Adding window Window{13722b4c u0 com.jwaldron.StrategyGame/com.epicgames.ue4.GameActivity} at 3 of 10 (before Window{1919f4a1 u0 Starting com.jwaldron.StrategyGame}) D/UE4 ( 7782): Found DepthBufferPreference = 0 D/UE4 ( 7782): Found bPackageDataInsideApk = 1 D/UE4 ( 7782): Found ProjectName = StrategyGame D/UE4 ( 7782): Found bHasOBBFiles = 1 D/UE4 ( 7782): Found bVerifyOBBOnStartUp = false D/UE4 ( 7782): UI hiding set to false D/UE4 ( 7782): Amazon Games Services Support is set to true D/UE4 ( 7782): No GearVR mode detected. D/UE4 ( 7782): Asking if osOBBInAPK? true I/AmazonStorageUtil( 495): Secondary Storage not mounted. Do not create directory at:/storage/sdcard1/Android/data/com.jwaldron.StrategyGame/files W/ContextImpl( 7782): Failed to ensure directory: /storage/sdcard1/Android/data/com.jwaldron.StrategyGame/files D/UE4 ( 7782): ExternalFilePath found as '/storage/emulated/0/Android/data/com.jwaldron.StrategyGame/files' D/UE4 ( 7782): App is running in Landscape D/UE4 ( 7782): Android version is 5.1.1 D/UE4 ( 7782): Android manufacturer is Amazon D/UE4 ( 7782): Android model is KFTBWI D/UE4 ( 7782): OS language is set to en_US W/ResourceType( 7782): Attempt to retrieve bag 0x0103003e which is invalid or in a cycle. D/UE4 ( 7782): ==============> GameActive.onCreate complete! D/UE4 ( 7782): OnAppCommandCB cmd: 10 D/UE4 ( 7782): LogAndroidEvents: EnqueueAppEvent : 9, 0 D/UE4 ( 7782): ==================================> Inside onStart function in GameActivity D/UE4 ( 7782): OnAppCommandCB cmd: 11 D/UE4 ( 7782): LogAndroidEvents: EnqueueAppEvent : 7, 0 D/AGSJni ( 7782): Jni is loaded I/AGSJniHandler( 7782): AmazonGamesJni is already loaded D/GameCircleClient( 7782): SDK Version: 2.4.2 D/com.amazon.identity.auth.device.utils.MAPLog.PII( 7782): Extracting verison incremental: D/com.amazon.identity.auth.device.utils.MAPLog.PII( 7782): Extracting flavor: D/com.amazon.identity.auth.device.authorization.api.AmazonAuthorizationManager.PII( 7782): AmazonAuthorizationManager:sdkVer=1.0.0 libVer=3.3.0: I/com.amazon.identity.auth.device.authorization.api.AmazonAuthorizationManager( 7782): Options bundle is null I/com.amazon.identity.auth.device.appid.AbstractAppIdentifier( 7782): getAppInfo : packageName=com.jwaldron.StrategyGame I/com.amazon.identity.auth.device.appid.AbstractAppIdentifier( 7782): Finding API Key for com.jwaldron.StrategyGame I/com.amazon.identity.auth.device.utils.ThirdPartyResourceParser( 7782): Attempting to parse API Key from assets directory I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): Begin decoding API Key for packageName=com.jwaldron.StrategyGame D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII( 7782): APIKey: I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): num sigs = 1 D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII( 7782): Signature checking.: D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII( 7782): Fingerpirint checking: I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): scopes has no mapping in json, returning null array I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): perm has no mapping in json, returning null array I/com.amazon.identity.auth.device.appid.AbstractAppIdentifier( 7782): isAPIKeyValid : packageName=com.jwaldron.StrategyGame I/com.amazon.identity.auth.device.appid.AbstractAppIdentifier( 7782): getAppInfo : packageName=com.jwaldron.StrategyGame I/com.amazon.identity.auth.device.appid.AbstractAppIdentifier( 7782): Finding API Key for com.jwaldron.StrategyGame I/com.amazon.identity.auth.device.utils.ThirdPartyResourceParser( 7782): Attempting to parse API Key from assets directory I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): Begin decoding API Key for packageName=com.jwaldron.StrategyGame D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII( 7782): APIKey: I/art ( 7782): Background partial concurrent mark sweep GC freed 2108(193KB) AllocSpace objects, 2(32KB) LOS objects, 40% free, 2MB/3MB, paused 6.109ms total 40.531ms I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): num sigs = 1 D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII( 7782): Signature checking.: D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII( 7782): Fingerpirint checking: I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): scopes has no mapping in json, returning null array I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): perm has no mapping in json, returning null array I/com.amazon.identity.auth.device.authorization.api.AmazonAuthorizationManager( 7782): com.jwaldron.StrategyGame calling getAppId I/com.amazon.identity.auth.device.appid.AbstractAppIdentifier( 7782): getAppInfo : packageName=com.jwaldron.StrategyGame I/com.amazon.identity.auth.device.appid.AbstractAppIdentifier( 7782): Finding API Key for com.jwaldron.StrategyGame I/com.amazon.identity.auth.device.utils.ThirdPartyResourceParser( 7782): Attempting to parse API Key from assets directory I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): Begin decoding API Key for packageName=com.jwaldron.StrategyGame D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII( 7782): APIKey: I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): num sigs = 1 D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII( 7782): Signature checking.: D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII( 7782): Fingerpirint checking: I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): scopes has no mapping in json, returning null array I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): perm has no mapping in json, returning null array I/GameCircleClient( 7782): AmazonGamesClient not yet initialized. Initializing. D/com.amazon.identity.auth.device.authorization.api.AmazonAuthorizationManager.PII( 7782): AmazonAuthorizationManager:sdkVer=1.0.0 libVer=3.3.0: I/com.amazon.identity.auth.device.authorization.api.AmazonAuthorizationManager( 7782): Options bundle is null I/com.amazon.identity.auth.device.appid.AbstractAppIdentifier( 7782): getAppInfo : packageName=com.jwaldron.StrategyGame I/com.amazon.identity.auth.device.appid.AbstractAppIdentifier( 7782): Finding API Key for com.jwaldron.StrategyGame I/com.amazon.identity.auth.device.utils.ThirdPartyResourceParser( 7782): Attempting to parse API Key from assets directory I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): Begin decoding API Key for packageName=com.jwaldron.StrategyGame D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII( 7782): APIKey: I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): num sigs = 1 D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII( 7782): Signature checking.: D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII( 7782): Fingerpirint checking: I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): scopes has no mapping in json, returning null array I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): perm has no mapping in json, returning null array I/com.amazon.identity.auth.device.appid.AbstractAppIdentifier( 7782): isAPIKeyValid : packageName=com.jwaldron.StrategyGame I/com.amazon.identity.auth.device.appid.AbstractAppIdentifier( 7782): getAppInfo : packageName=com.jwaldron.StrategyGame I/com.amazon.identity.auth.device.appid.AbstractAppIdentifier( 7782): Finding API Key for com.jwaldron.StrategyGame I/com.amazon.identity.auth.device.utils.ThirdPartyResourceParser( 7782): Attempting to parse API Key from assets directory I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): Begin decoding API Key for packageName=com.jwaldron.StrategyGame D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII( 7782): APIKey: I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): num sigs = 1 D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII( 7782): Signature checking.: D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII( 7782): Fingerpirint checking: I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): scopes has no mapping in json, returning null array I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): perm has no mapping in json, returning null array I/com.amazon.identity.auth.device.authorization.api.AmazonAuthorizationManager( 7782): com.jwaldron.StrategyGame calling getAppId I/com.amazon.identity.auth.device.appid.AbstractAppIdentifier( 7782): getAppInfo : packageName=com.jwaldron.StrategyGame I/com.amazon.identity.auth.device.appid.AbstractAppIdentifier( 7782): Finding API Key for com.jwaldron.StrategyGame I/com.amazon.identity.auth.device.utils.ThirdPartyResourceParser( 7782): Attempting to parse API Key from assets directory I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): Begin decoding API Key for packageName=com.jwaldron.StrategyGame D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII( 7782): APIKey: I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): num sigs = 1 D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII( 7782): Signature checking.: D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII( 7782): Fingerpirint checking: I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): scopes has no mapping in json, returning null array I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): perm has no mapping in json, returning null array V/AmazonInsightsSDK( 7782): Firing Session Event: _session.start I/AmazonInsightsSDK( 7782): Amazon Insights SDK(2.1.26.0) initialization successfully completed D/GameCircleClient( 7782): initialize_internal() executing on thread:pool-1-thread-1 W/Settings( 7782): Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. D/GC_Whispersync( 7782): Initial load from disk started I/AmazonInsightsSDK( 7782): Event: '_sess...' recorded to local filestore V/GC_Whispersync( 7782): Retrieved JSON string [{"gameData":{}}] of game data map from disk I/AmazonInsightsSDK( 7782): Attempting to retrieve variation(s) for project(s):'Universal Experiment List' W/GC_Whispersync( 7782): GameDataMap - Unable to merge from an invalid/unset GameDataMap com.amazon.ags.client.whispersync.GameDataSingleMap@3a4ea5cb D/GC_Whispersync( 7782): Initial load from disk completed in 24 msec. D/UE4 ( 7782): App is running in Landscape D/UE4 ( 7782): ==============> Resuming main init I/AmazonInsightsSDK( 7782): Resolved unexpired variation: 'TEST' for project: 'Universal Experiment List' from cache I/AmazonInsightsSDK( 7782): Attempting to retrieve variation(s) for project(s):'InitSigninAlertTest','ManifestSrc' I/AmazonInsightsSDK( 7782): Event: 'WHISP...' recorded to local filestore I/AmazonInsightsSDK( 7782): Resolved unexpired variation: 'CONTROL' for project: 'ManifestSrc' from cache I/AmazonInsightsSDK( 7782): Resolved unexpired variation: 'TEST' for project: 'InitSigninAlertTest' from cache D/UE4 ( 7782): Final commandline: D/UE4 ( 7782): Created sync event D/UE4 ( 7782): ==============> GameActive.onResume complete! V/GameCircleVendorCallback( 7782): getImpliedSystemUiVisibility V/WindowManager( 495): Adding window Window{ad84811 u0 com.jwaldron.StrategyGame/com.epicgames.ue4.GameActivity} at 3 of 11 (before Window{13722b4c u0 com.jwaldron.StrategyGame/com.epicgames.ue4.GameActivity}) D/UE4 ( 7782): OnAppCommandCB cmd: 0 D/UE4 ( 7782): Mounted OBB 'main.obb.png' I/art ( 7782): Background sticky concurrent mark sweep GC freed 7944(964KB) AllocSpace objects, 18(298KB) LOS objects, 27% free, 2MB/3MB, paused 5.965ms total 51.874ms V/WindowManager( 495): Adding window Window{1eaddf77 u0 SurfaceView} at 3 of 12 (before Window{ad84811 u0 com.jwaldron.StrategyGame/com.epicgames.ue4.GameActivity}) D/UE4 ( 7782): OnAppCommandCB cmd: 1 D/UE4 ( 7782): LogAndroidEvents: EnqueueAppEvent : 0, 1509449744 I/GC_ContentManager( 7782): Upgrade zip does not exist. D/GC_ContentManager( 7782): Current JavaScript content version: 2.4.5 D/GC_ContentManager( 7782): Default JavaScript content version: 2.4.2 D/GC_ContentManager( 7782): Upgrade JavaScript content version: -1.-1.-1 I/HAL ( 7782): loaded HAL id=hwcomposer path=/system/lib/hw/ hwcomposer.mt8135.so hmi=0x0 handle=0x42ad97e4 I/HAL ( 7782): loaded HAL id=gralloc path=/vendor/lib/hw/ gralloc.mt8135.so hmi=0x401573b9 handle=0x42ad9694 I/ActivityManager( 495): Displayed com.jwaldron.StrategyGame/com.epicgames.ue4.GameActivity: +1s335ms (total +1s567ms) D/CRLSetManager( 7782): getInstance binder: android.os.BinderProxy@3e372c4a D/CRLSetManager( 7782): getInstance binder: android.os.BinderProxy@3e372c4a D/com.amazon.identity.auth.device.authorization.api.AmazonAuthorizationManager.PII( 7782): AmazonAuthorizationManager:sdkVer=1.0.0 libVer=3.3.0: I/com.amazon.identity.auth.device.authorization.api.AmazonAuthorizationManager( 7782): Options bundle is null I/com.amazon.identity.auth.device.appid.AbstractAppIdentifier( 7782): getAppInfo : packageName=com.jwaldron.StrategyGame I/com.amazon.identity.auth.device.appid.AbstractAppIdentifier( 7782): Finding API Key for com.jwaldron.StrategyGame I/com.amazon.identity.auth.device.utils.ThirdPartyResourceParser( 7782): Attempting to parse API Key from assets directory I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): Begin decoding API Key for packageName=com.jwaldron.StrategyGame D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII( 7782): APIKey: I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): num sigs = 1 D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII( 7782): Signature checking.: D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII( 7782): Fingerpirint checking: I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): scopes has no mapping in json, returning null array I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): perm has no mapping in json, returning null array W/PackageManager( 495): com.amazon.webview.chromium is not installed for user 0 I/WebViewFactory( 7782): Loading com.android.webview version 41.51020.2250.0246 (code 1650210) I/GC_FileUtils( 7782): Beginning download of /data/data/com.jwaldron.StrategyGame/files/.ags/download/agsmanifest.txt I/GC_FileUtils( 7782): Download of /data/data/com.jwaldron.StrategyGame/files/.ags/download/agsmanifest.txt was successful: true I/LibraryLoader( 7782): Time to load native libraries: 41 ms (timestamps 1548-1589) I/LibraryLoader( 7782): Expected native library version number "",actual native library version number "" I/AmazonInsightsSDK( 7782): Successful submission of 13 events I/AmazonInsightsSDK( 7782): Event: '_http...' recorded to local filestore V/WebViewChromiumFactoryProvider( 7782): Binding Chromium to main looper Looper (main, tid 1) {a3fa02d} I/LibraryLoader( 7782): Expected native library version number "",actual native library version number "" I/HAL ( 7782): loaded HAL id=gralloc path=/vendor/lib/hw/ gralloc.mt8135.so hmi=0x0 handle=0x42ad9694 I/chromium( 7782): [INFO: library_loader_hooks.cc(116)] Chromium logging enabled: level = 0, default verbosity = 0 I/BrowserStartupController( 7782): Initializing chromium process, singleProcess=true W/art ( 7782): Attempt to remove local handle scope entry from IRT, ignoring D/UE4 ( 7782): EGL Extensions: D/UE4 ( 7782): EGL_KHR_get_all_proc_addresses EGL_ANDROID_presentation_time EGL_KHR_image EGL_KHR_image_base EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_fence_sync EGL_KHR_create_context EGL_EXT_create_context_robustness EGL_ANDROID_image_native_buffer EGL_KHR_wait_sync EGL_ANDROID_recordable W/chromium( 7782): [WARNING: resource_bundle.cc(304)] locale_file_path.empty() I/chromium( 7782): [INFO: aw_browser_main_parts.cc(63)] Load from apk succesful, fd=83 off=62336 len=3333 W/AudioManagerAndroid( 7782): Requires BLUETOOTH permission I/chromium( 7782): [INFO: aw_browser_main_parts.cc(76)] Loading webviewchromium.pak from, fd:82 off:257772 len:5373509 W/chromium( 7782): [WARNING: data_reduction_proxy_settings.cc(334)] SPDY proxy OFF at startup W/art ( 7782): Attempt to remove local handle scope entry from IRT, ignoring W/AwContents( 7782): onDetachedFromWindow called when already detached. Ignoring W/art ( 7782): Attempt to remove local handle scope entry from IRT, ignoring W/AwContents( 7782): onDetachedFromWindow called when already detached. Ignoring W/art ( 7782): Attempt to remove local handle scope entry from IRT, ignoring W/art ( 7782): Attempt to remove local handle scope entry from IRT, ignoring I/com.amazon.identity.auth.device.appid.AbstractAppIdentifier( 7782): isAPIKeyValid : packageName=com.jwaldron.StrategyGame I/com.amazon.identity.auth.device.appid.AbstractAppIdentifier( 7782): getAppInfo : packageName=com.jwaldron.StrategyGame I/com.amazon.identity.auth.device.appid.AbstractAppIdentifier( 7782): Finding API Key for com.jwaldron.StrategyGame I/com.amazon.identity.auth.device.utils.ThirdPartyResourceParser( 7782): Attempting to parse API Key from assets directory I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): Begin decoding API Key for packageName=com.jwaldron.StrategyGame D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII( 7782): APIKey: I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): num sigs = 1 D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII( 7782): Signature checking.: D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII( 7782): Fingerpirint checking: I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): scopes has no mapping in json, returning null array I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): perm has no mapping in json, returning null array I/com.amazon.identity.auth.device.authorization.api.AmazonAuthorizationManager( 7782): com.jwaldron.StrategyGame calling getAppId I/com.amazon.identity.auth.device.appid.AbstractAppIdentifier( 7782): getAppInfo : packageName=com.jwaldron.StrategyGame I/com.amazon.identity.auth.device.appid.AbstractAppIdentifier( 7782): Finding API Key for com.jwaldron.StrategyGame I/com.amazon.identity.auth.device.utils.ThirdPartyResourceParser( 7782): Attempting to parse API Key from assets directory I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): Begin decoding API Key for packageName=com.jwaldron.StrategyGame D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII( 7782): APIKey: I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): num sigs = 1 D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII( 7782): Signature checking.: D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII( 7782): Fingerpirint checking: I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): scopes has no mapping in json, returning null array I/com.amazon.identity.auth.device.appid.APIKeyDecoder( 7782): perm has no mapping in json, returning null array D/KindleFireIPCProxy( 7782): Device appears to be a Kindle Fire. Attempting to connect to Amazon Game Services D/KindleFireIPCProxy( 7782): binding result:true I/Choreographer( 7782): Skipped 43 frames! The application may be doing too much work on its main thread. E/SysUtils( 7782): ApplicationContext is null in ApplicationStatus W/ActivityManager( 495): Service attempted to set foreground with invalid notification V/KindleFireIPCProxy( 7782): synchronousBinder:null serviceMessengerClient:android.os.Messenger@bca28e0 D/KindleFireIPCProxy( 7782): Client is bound to service D/KindleFireIPCProxy( 7782): Device has compatible version of Amazon Game Services. D/KindleFireIPCProxy( 7782): Attempting to Authorize D/KindleFireIPCProxy( 7782): Handling authorize callback D/KindleFireIPCProxy( 7782): authResult: AUTHORIZED D/KindleFireIPCProxy( 7782): Client is bound to service D/KindleFireIPCProxy( 7782): Attempting to check is authenticated D/KindleFireIPCProxy( 7782): Changing Status from:INITIALIZING to: SERVICE_CONNECTED W/BindingManager( 7782): Cannot call determinedVisibility() - never saw a connection for the pid: 7782 W/BindingManager( 7782): Cannot call determinedVisibility() - never saw a connection for the pid: 7782 W/AmazonGidPackageManagerCallback( 495): Launching com.amazon.identity.auth.device.authorization (32068) with AMZ_APP_GID W/art ( 212): PreZygoteFork called when we already have a zygote space. I/ActivityManager( 495): Start proc 7864:com.amazon.identity.auth.device.authorization/u0a22068 for service com.amazon.identity.auth.device.authorization/.AmazonCredentialManagerService I/art ( 212): Explicit concurrent mark sweep GC freed 8686(369KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1569KB/2MB, paused 185us total 120.429ms I/art ( 212): Explicit concurrent mark sweep GC freed 5(160B) AllocSpace objects, 0(0B) LOS objects, 39% free, 1569KB/2MB, paused 167us total 12.557ms I/art ( 212): Explicit concurrent mark sweep GC freed 5(160B) AllocSpace objects, 0(0B) LOS objects, 39% free, 1569KB/2MB, paused 156us total 13.041ms D/VendorDisplayManagerGlobalCallback( 7864): callGetInstance: nil D/UE4 ( 7782): FOnlineSubsystemAndroid::Init D/UE4 ( 7782): Found receiver indicating Amazon IAP is enabled: com.amazon.device.iap.ResponseReceiver D/UE4 ( 7782): Registering PurchasingListener D/d ( 7782): In App Purchasing SDK - Sandbox Mode: PurchasingListener registered: com.epicgames.ue4.AmazonStoreHelper@1e58f30c D/d ( 7782): In App Purchasing SDK - Sandbox Mode: PurchasingListener Context: android.app.Application@34fd75d6 D/UE4 ( 7782): IS_SANDBOX_MODE = true D/UE4 ( 7782): ***** RequestedContentScaleFactor different 1.000000 != -1.000000, not using res cache D/UE4 ( 7782): ***** Window different, not using res cache D/UE4 ( 7782): ***** WindowWidth is -1, not using res cache D/UE4 ( 7782): Registering volume receiver D/UE4 ( 7782): startVolumeReceiver: 0 D/UE4 ( 7782): Registering battery receiver D/UE4 ( 7782): Registering headset receiver D/UE4 ( 7782): Battery: status = 2, rawlevel = 79, scale = 100 D/UE4 ( 7782): nativeBatteryEvent(stat = 2, lvl = 79, t = 25.00) D/UE4 ( 7782): startHeadsetReceiver: 0 D/UE4 ( 7782): nativeHeadsetEvent(0) D/UE4 ( 7782): headsetReceiver::onReceive D/UE4 ( 7782): nativeHeadsetEvent(0) D/TaskPersister( 495): removeObsoleteFile: deleting file=200_task.xml D/UE4 ( 7782): [JAVA] - SetDesiredViewSize width=1225 and height=720 D/GC_NativeKindleFireStateCallHandler( 7782): Processing request [backgroundwebview-6] for call type [isKindleRegistered] D/GC_NativeKindleFireStateCallHandler( 7782): Processing request [backgroundwebview-8] for call type [hasOptedIn] D/KindleFireIPCProxy( 7782): Client is bound to service D/KindleFireIPCProxy( 7782): Attempting to check is authenticated D/GC_NativeKindleFireStateCallHandler( 7782): Processing request [backgroundwebview-5] for call type [isKindle] D/GC_NativeKindleFireStateCallHandler( 7782): Returning reply [{"value":true}] for request [backgroundwebview-5] D/GC_NativeKindleFireStateCallHandler( 7782): Processing request [backgroundwebview-7] for call type [isGCServiceReady] D/GC_NativeKindleFireStateCallHandler( 7782): Returning reply [{"value":true}] for request [backgroundwebview-8] D/GC_NativeKindleFireStateCallHandler( 7782): Returning reply [{"value":true}] for request [backgroundwebview-7] D/GC_NativeKindleFireStateCallHandler( 7782): Returning reply [{"value":true}] for request [backgroundwebview-6] D/GC_HttpNetworkClient( 7782): Request: PUT https://ags-ext.amazon.com/service/achievements/getAchievementsPublic D/GC_HttpNetworkClient( 7782): Request: PUT https://ags-ext.amazon.com/service/leaderboards/getLeaderboardsForGamePublic E/GC_NetworkCallFactory( 7782): Exception encountered while executing request: com.amazon.ags.AGSClientException: Network request requires authentication E/GC_NetworkCallFactory( 7782): com.amazon.ags.AGSClientException: Network request requires authentication E/GC_NetworkCallFactory( 7782): at com.amazon.ags.html5.comm.HttpNetworkClient.addADPTokenHeaders(HttpNetworkClient.java:177) E/GC_NetworkCallFactory( 7782): at com.amazon.ags.html5.comm.HttpNetworkClient.addAuthenticationHeaders(HttpNetworkClient.java:153) E/GC_NetworkCallFactory( 7782): at com.amazon.ags.html5.comm.HttpNetworkClient.execute(HttpNetworkClient.java:89) E/GC_NetworkCallFactory( 7782): at com.amazon.ags.html5.comm.NetworkCallFactory.handleServiceRequest(NetworkCallFactory.java:152) E/GC_NetworkCallFactory( 7782): at com.amazon.ags.html5.comm.NetworkCallFactory.handleMessage(NetworkCallFactory.java:114) E/GC_NetworkCallFactory( 7782): at com.amazon.ags.html5.javascript.CallHandlerBase.handleMessage(CallHandlerBase.java:61) E/GC_NetworkCallFactory( 7782): at com.amazon.ags.html5.javascript.domain.JavascriptInterface$8.run(JavascriptInterface.java:254) E/GC_NetworkCallFactory( 7782): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112) E/GC_NetworkCallFactory( 7782): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587) E/GC_NetworkCallFactory( 7782): at java.lang.Thread.run(Thread.java:818) D/CRLSetManager( 7782): getInstance binder: android.os.BinderProxy@3e372c4a D/CRLSetManager( 7782): getInstance binder: android.os.BinderProxy@3e372c4a D/GC_HttpNetworkClient( 7782): Result:HTTP/1.1 200 OK D/GC_HttpNetworkClient( 7782): Result:HTTP/1.1 200 OK I/AmazonInsightsSDK( 7782): Event: 'GameC...' recorded to local filestore D/GC_HttpNetworkClient( 7782): Request: GET https://ags-ext.amazon.com/services/featuredetection/getFeaturesUsage?gameId=amzn1.application.8f697174011d411c85109ac72e5efd89&GameId=amzn1.application.8f697174011d411c85109ac72e5efd89&locale=en_US I/AmazonInsightsSDK( 7782): Event: 'GameC...' recorded to local filestore I/art ( 7782): Background sticky concurrent mark sweep GC freed 18665(1073KB) AllocSpace objects, 3(48KB) LOS objects, 14% free, 4MB/5MB, paused 8.013ms total 125.601ms D/GC_HttpNetworkClient( 7782): Result:HTTP/1.1 200 OK I/AmazonInsightsSDK( 7782): Event: 'GameC...' recorded to local filestore D/GC_NativeKindleFireStateCallHandler( 7782): Processing request [backgroundwebview-31] for call type [isGCServiceReady] D/GC_NativeKindleFireStateCallHandler( 7782): Returning reply [{"value":true}] for request [backgroundwebview-31] I/AmazonInsightsSDK( 7782): Event: 'GameC...' recorded to local filestore I/AGSJniHandler( 7782): Initializing Native Handlers D/GC_Whispersync( 7782): Starting write to file system V/GC_Whispersync( 7782): GameDataMap - Deep copy of GameDataMap with name: null V/GC_Whispersync( 7782): GameDataMap copy took 0 msec. V/GC_Whispersync( 7782): Writing game data to disk: [{"gameData":{}}] D/GC_Whispersync( 7782): Completed write of 25 bytes to file system D/GC_Whispersync( 7782): posting event: DISK_WRITE_COMPLETE D/GC_Whispersync( 7782): Checking whether Whispersync is enabled D/GC_HttpNetworkClient( 7782): Request: GET https://cortana-gateway.amazon.com/cortana/gateway/profile/getDefaultProfile?gameId=amzn1.application.8f697174011d411c85109ac72e5efd89&playerId=1f2ddeae-2c37-435c-8eff-c39871c85ea5&PlayerId=1f2ddeae-2c37-435c-8eff-c39871c85ea5&GameId=amzn1.application.8f697174011d411c85109ac72e5efd89&locale=en_US D/UE4 ( 7782): Amazon Games Client Service Is Ready D/UE4 ( 7782): Requesting UserData from PurchasingService D/c ( 7782): In App Purchasing SDK - Sandbox Mode: sendGetUserDataRequest W/AmazonGidPackageManagerCallback( 495): Launching com.amazon.sdktestclient (32014) with AMZ_APP_GID D/CRLSetManager( 7782): getInstance binder: android.os.BinderProxy@3e372c4a W/art ( 212): PreZygoteFork called when we already have a zygote space. I/ActivityManager( 495): Start proc 7896:com.amazon.sdktestclient/u0a22014 for service com.amazon.sdktestclient/.command.CommandBroker D/UE4 ( 7782): [2016.02.01-17.36.01:890][ 0]LogEngine:Display: Android Version Make Model Language: 5.1.1 Amazon KFTBWI en_US D/UE4 ( 7782): [2016.02.01-17.36.01:890][ 0]LogAndroid: Case APP_CMD_START D/UE4 ( 7782): [2016.02.01-17.36.01:891][ 0]LogAndroid: Case APP_CMD_RESUME D/UE4 ( 7782): [2016.02.01-17.36.01:891][ 0]LogAndroid: Case APP_CMD_INPUT_CHANGED D/UE4 ( 7782): [2016.02.01-17.36.01:891][ 0]LogModuleManager:Warning: ModuleManager: Module 'HTTPChunkInstaller' not found - its StaticallyLinkedModuleInitializers function is null. D/UE4 ( 7782): [2016.02.01-17.36.01:891][ 0]LogModuleManager:Warning: ModuleManager: Module 'HTTPChunkInstaller' not found - its StaticallyLinkedModuleInitializers function is null. D/UE4 ( 7782): [2016.02.01-17.36.01:892][ 0]LogModuleManager:Warning: ModuleManager: Module 'HTTPChunkInstaller' not found - its StaticallyLinkedModuleInitializers function is null. D/UE4 ( 7782): [2016.02.01-17.36.01:892][ 0]LogModuleManager:Warning: ModuleManager: Module 'HTTPChunkInstaller' not found - its StaticallyLinkedModuleInitializers function is null. D/UE4 ( 7782): [2016.02.01-17.36.01:892][ 0]LogModuleManager:Warning: ModuleManager: Module 'HTTPChunkInstaller' not found - its StaticallyLinkedModuleInitializers function is null. D/UE4 ( 7782): [2016.02.01-17.36.01:892][ 0]LogModuleManager:Warning: ModuleManager: Module 'HTTPChunkInstaller' not found - its StaticallyLinkedModuleInitializers function is null. D/UE4 ( 7782): [2016.02.01-17.36.01:893][ 0]LogAndroid: Case APP_CMD_INIT_WINDOW D/UE4 ( 7782): [2016.02.01-17.36.01:893][ 0]LogInit:Display: RandInit(-782399004) SRandInit(-782399003). D/UE4 ( 7782): [2016.02.01-17.36.01:893][ 0]LogTaskGraph: Started task graph with 4 named threads and 7 total threads. D/UE4 ( 7782): [2016.02.01-17.36.01:893][ 0]LogStats: Stats thread started at 0.843829 D/UE4 ( 7782): [2016.02.01-17.36.01:894][ 0]LogInit: Version: 4.12.0-0+UE4 D/UE4 ( 7782): [2016.02.01-17.36.01:894][ 0]LogInit: API Version: 0 D/UE4 ( 7782): [2016.02.01-17.36.01:894][ 0]LogDevObjectVersion: Number of dev versions registered: 13 D/UE4 ( 7782): [2016.02.01-17.36.01:894][ 0]LogDevObjectVersion: Dev-Blueprints (B0D832E4-1F89-4F0D-ACCF-7EB736FD4AA2): 0 D/UE4 ( 7782): [2016.02.01-17.36.01:895][ 0]LogDevObjectVersion: Dev-Build (E1C64328-A22C-4D53-A36C-8E866417BD8C): 0 D/UE4 ( 7782): [2016.02.01-17.36.01:895][ 0]LogDevObjectVersion: Dev-Core (375EC13C-06E4-48FB-B500-84F0262A717E): 0 D/UE4 ( 7782): [2016.02.01-17.36.01:895][ 0]LogDevObjectVersion: Dev-Editor (E4B068ED-F494-42E9-A231-DA0B2E46BB41): 0 D/UE4 ( 7782): [2016.02.01-17.36.01:895][ 0]LogDevObjectVersion: Dev-Framework (CFFC743F-43B0-4480-9391-14DF171D2073): 0 D/UE4 ( 7782): [2016.02.01-17.36.01:896][ 0]LogDevObjectVersion: Dev-Mobile (B02B49B5-BB20-44E9-A304-32B752E40360): 0 D/UE4 ( 7782): [2016.02.01-17.36.01:896][ 0]LogDevObjectVersion: Dev-Networking (A4E4105C-59A1-49B5-A7C5-40C4547EDFEE): 0 D/UE4 ( 7782): [2016.02.01-17.36.01:896][ 0]LogDevObjectVersion: Dev-Online (39C831C9-5AE6-47DC-9A44-9C173E1C8E7C): 0 D/UE4 ( 7782): [2016.02.01-17.36.01:896][ 0]LogDevObjectVersion: Dev-Physics (78F01B33-EBEA-4F98-B9B4-84EACCB95AA2): 0 D/UE4 ( 7782): [2016.02.01-17.36.01:897][ 0]LogDevObjectVersion: Dev-Platform (6631380F-2D4D-43E0-8009-CF276956A95A): 0 D/UE4 ( 7782): [2016.02.01-17.36.01:897][ 0]LogDevObjectVersion: Dev-Rendering (12F88B9F-8875-4AFC-A67C-D90C383ABD29): 0 D/UE4 ( 7782): [2016.02.01-17.36.01:897][ 0]LogDevObjectVersion: Dev-Sequencer (7B5AE74C-D270-4C10-A958-57980B212A5A): 0 D/UE4 ( 7782): [2016.02.01-17.36.01:897][ 0]LogDevObjectVersion: Dev-VR (D7296918-1DD6-4BDD-9DE2-64A83CC13884): 0 D/UE4 ( 7782): [2016.02.01-17.36.01:898][ 0]LogInit: Compiled (32-bit): Jan 27 2016 16:44:58 D/UE4 ( 7782): [2016.02.01-17.36.01:898][ 0]LogInit: Compiled with Clang: 3.6 D/UE4 ( 7782): [2016.02.01-17.36.01:898][ 0]LogInit: Build Configuration: Development D/UE4 ( 7782): [2016.02.01-17.36.01:898][ 0]LogInit: Branch Name: UE4 D/UE4 ( 7782): [2016.02.01-17.36.01:899][ 0]LogInit: Command line: D/UE4 ( 7782): [2016.02.01-17.36.01:899][ 0]LogInit: Base directory: D/UE4 ( 7782): [2016.02.01-17.36.01:899][ 0]LogInit: Installed Engine Build: 0 D/UE4 ( 7782): [2016.02.01-17.36.01:899][ 0]LogInit: Using libcurl 7.34.0 D/UE4 ( 7782): [2016.02.01-17.36.01:900][ 0]LogInit: - built for arm-unknown-linux-androideabi D/UE4 ( 7782): [2016.02.01-17.36.01:900][ 0]LogInit: - supports SSL with OpenSSL/1.0.1f D/UE4 ( 7782): [2016.02.01-17.36.01:900][ 0]LogInit: - supports HTTP deflate (compression) using libz 1.2.8 D/UE4 ( 7782): [2016.02.01-17.36.01:901][ 0]LogInit: - other features: D/UE4 ( 7782): [2016.02.01-17.36.01:901][ 0]LogInit: CURL_VERSION_SSL D/UE4 ( 7782): [2016.02.01-17.36.01:902][ 0]LogInit: CURL_VERSION_LIBZ D/UE4 ( 7782): [2016.02.01-17.36.01:902][ 0]LogInit: CURL_VERSION_TLSAUTH_SRP D/UE4 ( 7782): [2016.02.01-17.36.01:902][ 0]LogInit: CurlRequestOptions (configurable via config and command line): D/UE4 ( 7782): [2016.02.01-17.36.01:902][ 0]LogInit: - bVerifyPeer = true - Libcurl will verify peer certificate D/UE4 ( 7782): [2016.02.01-17.36.01:903][ 0]LogInit: - bUseHttpProxy = false - Libcurl will NOT use HTTP proxy D/UE4 ( 7782): [2016.02.01-17.36.01:903][ 0]LogInit: - bDontReuseConnections = false - Libcurl will reuse connections D/UE4 ( 7782): [2016.02.01-17.36.01:903][ 0]LogInit: - CertBundlePath = nullptr - Libcurl will use whatever was configured at build time. D/UE4 ( 7782): [2016.02.01-17.36.01:903][ 0]LogOnline:Display: OnlineSubsystemGameCircleModule::StartupModule() D/UE4 ( 7782): [2016.02.01-17.36.01:904][ 0]LogOnline:Display: FOnlineIdentityGameCircle::FOnlineIdentityAndroid() D/UE4 ( 7782): [2016.02.01-17.36.01:904][ 0]LogOnline:Display: FOnlineStoreGameCircle::FOnlineStoreGameCircle D/UE4 ( 7782): [2016.02.01-17.36.01:904][ 0]LogOnline:Display: OnlineSubsystemGooglePlayModule::StartupModule() D/UE4 ( 7782): [2016.02.01-17.36.01:905][ 0]LogOnline:Warning: FOnlineSubsystemGooglePlayModule was disabled D/UE4 ( 7782): [2016.02.01-17.36.01:905][ 0]LogInit: Presizing for max 2097152 objects, including 0 objects not considered by GC, pre-allocating 0 bytes for permanent pool. D/UE4 ( 7782): [2016.02.01-17.36.01:905][ 0]LogInit: Object subsystem initialized D/UE4 ( 7782): [2016.02.01-17.36.01:905][ 0]LogAndroid: Requires 32BPP Encoding: YES D/UE4 ( 7782): [2016.02.01-17.36.01:906][ 0]LogAndroid: Requires Mosaic: no D/UE4 ( 7782): [2016.02.01-17.36.01:906][ 0]LogAndroid: Setting Width=1225 and Height=720 (requested scale = 1.000000) D/UE4 ( 7782): [2016.02.01-17.36.01:906][ 0]LogAndroid: Checking 17 rules from DeviceProfile ini file. D/UE4 ( 7782): [2016.02.01-17.36.01:906][ 0]LogAndroid: Default profile: Android_Default D/UE4 ( 7782): [2016.02.01-17.36.01:906][ 0]LogAndroid: GpuFamily: PowerVR Rogue G6200 D/UE4 ( 7782): [2016.02.01-17.36.01:907][ 0]LogAndroid: GlVersion: OpenGL ES 3.1 build 1.4@3573678 D/UE4 ( 7782): [2016.02.01-17.36.01:907][ 0]LogAndroid: AndroidVersion: 5.1.1 D/UE4 ( 7782): [2016.02.01-17.36.01:907][ 0]LogAndroid: DeviceMake: Amazon D/UE4 ( 7782): [2016.02.01-17.36.01:908][ 0]LogAndroid: DeviceModel: KFTBWI D/UE4 ( 7782): [2016.02.01-17.36.01:908][ 0]LogAndroid: Selected Device Profile: [Android_Mid] D/UE4 ( 7782): [2016.02.01-17.36.01:908][ 0]LogInit: Applying CVar settings loaded from the selected device profile: [Android_Mid] D/UE4 ( 7782): [2016.02.01-17.36.01:908][ 0]LogInit: Setting Device Profile CVar: [[r.BloomQuality:1]] D/UE4 ( 7782): [2016.02.01-17.36.01:909][ 0]LogInit: Setting Device Profile CVar: [[r.MobileContentScaleFactor:1.0]] D/UE4 ( 7782): [2016.02.01-17.36.01:909][ 0]LogInit: Setting Device Profile CVar: [[r.DepthOfFieldQuality:0]] D/UE4 ( 7782): [2016.02.01-17.36.01:909][ 0]LogInit: Setting Device Profile CVar: [[r.LightShaftQuality:0]] D/UE4 ( 7782): [2016.02.01-17.36.01:909][ 0]LogInit: Setting Device Profile CVar: [[r.RefractionQuality:0]] D/UE4 ( 7782): [2016.02.01-17.36.01:909][ 0]LogInit: Setting Device Profile CVar: [[r.ShadowQuality:2]] D/UE4 ( 7782): [2016.02.01-17.36.01:909][ 0]LogInit: Memory total: Physical=885.06MB (1GB approx) Available=885.06MB PageSize=4.0KB D/UE4 ( 7782): [2016.02.01-17.36.01:909][ 0]LogTextLocalizationManager: No specific translations for ('en-US') exist, so ('en') translations will be used. D/UE4 ( 7782): [2016.02.01-17.36.01:910][ 0]LogRHI: Initializing OpenGL RHI D/UE4 ( 7782): [2016.02.01-17.36.01:910][ 0]LogRHI: GL_VENDOR: Imagination Technologies D/UE4 ( 7782): [2016.02.01-17.36.01:910][ 0]LogRHI: GL_RENDERER: PowerVR Rogue G6200 D/UE4 ( 7782): [2016.02.01-17.36.01:910][ 0]LogRHI: GL_VERSION: OpenGL ES 3.1 build 1.4@3573678 D/UE4 ( 7782): [2016.02.01-17.36.01:910][ 0]LogRHI: GL_SHADING_LANGUAGE_VERSION: OpenGL ES GLSL ES 3.10 build 1.4@3573678 D/UE4 ( 7782): [2016.02.01-17.36.01:910][ 0]LogRHI: OpenGL Extensions: D/UE4 ( 7782): [2016.02.01-17.36.01:910][ 0]LogRHI: GL_EXT_debug_marker D/UE4 ( 7782): [2016.02.01-17.36.01:911][ 0]LogRHI: GL_EXT_blend_minmax D/UE4 ( 7782): [2016.02.01-17.36.01:911][ 0]LogRHI: GL_EXT_color_buffer_float D/UE4 ( 7782): [2016.02.01-17.36.01:911][ 0]LogRHI: GL_EXT_discard_framebuffer D/UE4 ( 7782): [2016.02.01-17.36.01:911][ 0]LogRHI: GL_EXT_draw_buffers D/UE4 ( 7782): [2016.02.01-17.36.01:911][ 0]LogRHI: GL_EXT_multi_draw_arrays D/UE4 ( 7782): [2016.02.01-17.36.01:912][ 0]LogRHI: GL_EXT_multisampled_render_to_texture D/UE4 ( 7782): [2016.02.01-17.36.01:912][ 0]LogRHI: GL_EXT_occlusion_query_boolean D/UE4 ( 7782): [2016.02.01-17.36.01:912][ 0]LogRHI: GL_EXT_read_format_bgra D/UE4 ( 7782): [2016.02.01-17.36.01:912][ 0]LogRHI: GL_EXT_robustness D/UE4 ( 7782): [2016.02.01-17.36.01:912][ 0]LogRHI: GL_EXT_separate_shader_objects D/UE4 ( 7782): [2016.02.01-17.36.01:913][ 0]LogRHI: GL_EXT_shader_framebuffer_fetch D/UE4 ( 7782): [2016.02.01-17.36.01:913][ 0]LogRHI: GL_EXT_shader_texture_lod D/UE4 ( 7782): [2016.02.01-17.36.01:913][ 0]LogRHI: GL_EXT_texture_filter_anisotropic D/UE4 ( 7782): [2016.02.01-17.36.01:913][ 0]LogRHI: GL_EXT_texture_format_BGRA8888 D/UE4 ( 7782): [2016.02.01-17.36.01:913][ 0]LogRHI: GL_EXT_texture_rg D/UE4 ( 7782): [2016.02.01-17.36.01:913][ 0]LogRHI: GL_EXT_texture_sRGB_decode D/UE4 ( 7782): [2016.02.01-17.36.01:913][ 0]LogRHI: GL_IMG_multisampled_render_to_texture D/UE4 ( 7782): [2016.02.01-17.36.01:914][ 0]LogRHI: GL_IMG_program_binary D/UE4 ( 7782): [2016.02.01-17.36.01:914][ 0]LogRHI: GL_IMG_read_format D/UE4 ( 7782): [2016.02.01-17.36.01:914][ 0]LogRHI: GL_IMG_shader_binary D/UE4 ( 7782): [2016.02.01-17.36.01:914][ 0]LogRHI: GL_IMG_texture_compression_pvrtc D/UE4 ( 7782): [2016.02.01-17.36.01:914][ 0]LogRHI: GL_IMG_texture_compression_pvrtc2 D/UE4 ( 7782): [2016.02.01-17.36.01:914][ 0]LogRHI: GL_IMG_texture_format_BGRA8888 D/UE4 ( 7782): [2016.02.01-17.36.01:914][ 0]LogRHI: GL_IMG_texture_npot D/UE4 ( 7782): [2016.02.01-17.36.01:915][ 0]LogRHI: GL_KHR_blend_equation_advanced D/UE4 ( 7782): [2016.02.01-17.36.01:915][ 0]LogRHI: GL_KHR_blend_equation_advanced_coherent D/UE4 ( 7782): [2016.02.01-17.36.01:915][ 0]LogRHI: GL_KHR_debug D/UE4 ( 7782): [2016.02.01-17.36.01:915][ 0]LogRHI: GL_OES_compressed_ETC1_RGB8_texture D/UE4 ( 7782): [2016.02.01-17.36.01:915][ 0]LogRHI: GL_OES_depth24 D/UE4 ( 7782): [2016.02.01-17.36.01:915][ 0]LogRHI: GL_OES_depth_texture D/UE4 ( 7782): [2016.02.01-17.36.01:916][ 0]LogRHI: GL_OES_EGL_image D/UE4 ( 7782): [2016.02.01-17.36.01:916][ 0]LogRHI: GL_OES_EGL_image_external D/UE4 ( 7782): [2016.02.01-17.36.01:916][ 0]LogRHI: GL_OES_EGL_sync D/UE4 ( 7782): [2016.02.01-17.36.01:916][ 0]LogRHI: GL_OES_element_index_uint D/UE4 ( 7782): [2016.02.01-17.36.01:916][ 0]LogRHI: GL_OES_fragment_precision_high D/UE4 ( 7782): [2016.02.01-17.36.01:916][ 0]LogRHI: GL_OES_get_program_binary D/UE4 ( 7782): [2016.02.01-17.36.01:917][ 0]LogRHI: GL_OES_mapbuffer D/UE4 ( 7782): [2016.02.01-17.36.01:917][ 0]LogRHI: GL_OES_packed_depth_stencil D/UE4 ( 7782): [2016.02.01-17.36.01:917][ 0]LogRHI: GL_OES_required_internalformat D/UE4 ( 7782): [2016.02.01-17.36.01:917][ 0]LogRHI: GL_OES_rgb8_rgba8 D/UE4 ( 7782): [2016.02.01-17.36.01:917][ 0]LogRHI: GL_OES_shader_image_atomic D/UE4 ( 7782): [2016.02.01-17.36.01:917][ 0]LogRHI: GL_OES_standard_derivatives D/UE4 ( 7782): [2016.02.01-17.36.01:918][ 0]LogRHI: GL_OES_surfaceless_context D/UE4 ( 7782): [2016.02.01-17.36.01:918][ 0]LogRHI: GL_OES_texture_float D/UE4 ( 7782): [2016.02.01-17.36.01:918][ 0]LogRHI: GL_OES_texture_half_float D/UE4 ( 7782): [2016.02.01-17.36.01:918][ 0]LogRHI: GL_OES_texture_npot D/UE4 ( 7782): [2016.02.01-17.36.01:923][ 0]LogRHI: GL_OES_texture_stencil8 D/UE4 ( 7782): [2016.02.01-17.36.01:923][ 0]LogRHI: GL_OES_texture_storage_multisample_2d_array D/UE4 ( 7782): [2016.02.01-17.36.01:924][ 0]LogRHI: GL_OES_vertex_array_object D/UE4 ( 7782): [2016.02.01-17.36.01:924][ 0]LogRHI: GL_OES_vertex_half_float D/UE4 ( 7782): [2016.02.01-17.36.01:924][ 0]LogRHI: GL_MAX_VERTEX_ATTRIBS: 16 D/UE4 ( 7782): [2016.02.01-17.36.01:924][ 0]LogRHI: GL_MAX_VARYING_VECTORS: 15 D/UE4 ( 7782): [2016.02.01-17.36.01:925][ 0]LogRHI: GL_MAX_VERTEX_UNIFORM_VECTORS: 256 D/UE4 ( 7782): [2016.02.01-17.36.01:925][ 0]LogRHI: GL_MAX_FRAGMENT_UNIFORM_VECTORS: 224 D/UE4 ( 7782): [2016.02.01-17.36.01:925][ 0]LogRHI: Fragment shader lowp precision: 8 D/VendorDisplayManagerGlobalCallback( 7896): callGetInstance: nil D/UE4 ( 7782): [2016.02.01-17.36.01:931][ 0]LogRHI: Fragment shader mediump precision: 10 D/UE4 ( 7782): [2016.02.01-17.36.01:932][ 0]LogRHI: Fragment shader highp precision: 23 D/UE4 ( 7782): [2016.02.01-17.36.01:932][ 0]LogRHI: GL_MAX_TEXTURE_SIZE: 8192 D/UE4 ( 7782): [2016.02.01-17.36.01:932][ 0]LogRHI: GL_MAX_CUBE_MAP_TEXTURE_SIZE: 8192 D/UE4 ( 7782): [2016.02.01-17.36.01:933][ 0]LogRHI: GL_MAX_ARRAY_TEXTURE_LAYERS: 2048 D/UE4 ( 7782): [2016.02.01-17.36.01:933][ 0]LogRHI: GL_MAX_RENDERBUFFER_SIZE: 8192 D/UE4 ( 7782): [2016.02.01-17.36.01:933][ 0]LogRHI: GL_MAX_TEXTURE_IMAGE_UNITS: 16 D/UE4 ( 7782): [2016.02.01-17.36.01:933][ 0]LogRHI: GL_MAX_COLOR_ATTACHMENTS: 1 D/UE4 ( 7782): [2016.02.01-17.36.01:934][ 0]LogRHI: GL_MAX_SAMPLES: 1 D/UE4 ( 7782): [2016.02.01-17.36.01:934][ 0]LogRHI: GL_MAX_COLOR_TEXTURE_SAMPLES: 1 D/UE4 ( 7782): [2016.02.01-17.36.01:934][ 0]LogRHI: GL_MAX_DEPTH_TEXTURE_SAMPLES: 1 D/UE4 ( 7782): [2016.02.01-17.36.01:935][ 0]LogRHI: GL_MAX_INTEGER_SAMPLES: 1 D/UE4 ( 7782): [2016.02.01-17.36.01:935][ 0]LogRHI: GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS: 48 D/UE4 ( 7782): [2016.02.01-17.36.01:935][ 0]LogRHI: GL_MAX_VERTEX_ATTRIBS: 16 D/UE4 ( 7782): [2016.02.01-17.36.01:935][ 0]LogRHI: GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT: 16 D/UE4 ( 7782): [2016.02.01-17.36.01:936][ 0]LogRHI: OpenGL MajorVersion = 2, MinorVersion = 0, ShaderPlatform = GLSL_ES2, FeatureLevel = ES2 D/UE4 ( 7782): [2016.02.01-17.36.01:936][ 0]LogRHI: PLATFORM_ANDROID D/UE4 ( 7782): [2016.02.01-17.36.01:936][ 0]LogRHI:Display: Testing for shader compiler compatibility D/UE4 ( 7782): [2016.02.01-17.36.01:936][ 0]LogRHI:Display: Shaders compile fine no need to enable hacks D/UE4 ( 7782): [2016.02.01-17.36.01:937][ 0]LogOnline:Display: Requesting local player info from Amazon D/ProfileToJavaInterface( 7782): requestLocalPlayer - called I/AmazonInsightsSDK( 7782): Session Resume Failed: Session is already running. D/GC_WebViewFactory( 7782): JS(line 2): LeaderboardOfflineCache: cacheLeaderboards complete D/GC_WebViewFactory( 7782): JS(line 2): UPDATED LEADERBOARDS CACHE cacheLeaderboards D/GC_WebViewFactory( 7782): JS(line 2): LeaderboardOfflineCache: cacheLeaderboards D/GC_HttpNetworkClient( 7782): Result:HTTP/1.1 200 OK D/GC_NativeCacheCallHandler( 7782): Cache call: {"nativeCall":"setCacheItems","target":"LeaderboardsCache","parameters":{"cacheRequests":[{"primaryKey":"leaderMeta-STRAT_TESTLEADERBOARD_1","secondaryKey":"leaderMeta-STRAT_TESTLEADERBOARD_1","jsonData":{"DataFormat":"NUMERIC","DisplayText":"Units","GameId":"amzn1.application.8f697174011d411c85109ac72e5efd89","IconId":"StartTest","IconUrl":"http:\/\/ ecx.images-amazon.com\/images\/I\/21FRPCPbt3L._SY128_SX128_FMPNG_.png","IconVersion":1,"LeaderboardId":"STRAT_TESTLEADERBOARD_1","MetaData":"Test leaderboard number 1.","Name":"TestLeaderboard1","Position":"1","ScopesEnabled":["GLOBAL_ALL_TIME","GLOBAL_DAY","GLOBAL_WEEK"],"ScoreThreshold":null,"SortOrder":"DESCENDING","TotalNumRanks":2,"Unpublished":false,"locale":"en_US"}}]},"rid":34} D/DEBUG ( 7782): Network response: HTTP/1.1 200 OK D/DEBUG ( 7782): Network request ID: 445ccc4f-4221-4bd7-9837-109898a3e24c V/GameCircleVendorCallback( 7782): getImpliedSystemUiVisibility D/DEBUG ( 7782): Network response: HTTP/1.1 200 OK --> {"termsOfServiceAccepted":true,"avatarId":"na40","hidden":false,"avatarUrl":" https://images-na.ssl-images-amazon.com/images/I/81JXnp8tghL._AA114_.png","alias":"Bagelzon","fields":{"avatarLocation":"https://images-na.ssl-images-amazon.com/images/I/81JXnp8tghL._AA114_.png"},"creationDate":"Dec 22, 2015 5:15:10 AM","child":false,"playerId":"1f2ddeae-2c37-435c-8eff-c39871c85ea5","isNewProfile":false} I/AmazonInsightsSDK( 7782): Event: 'GameC...' recorded to local filestore D/GC_NativeCacheCallHandler( 7782): Cache call: {"nativeCall":"getCacheItem","target":"PlayerProfileCache","parameters":{"primaryKey":"SELF"},"rid":35} D/GC_SQLiteOfflineDataCache( 7782): getCacheItem - primaryKey(SELF) D/GC_SQLiteOfflineDataCache( 7782): getCacheItem - primaryKey(game:featuresUsed) V/GameCircleVendorCallback( 7782): getImpliedSystemUiVisibility D/GC_WebViewFactory( 7782): JS(line 2): RequestRouter: handleRequest: Handler type selected: ProfileRequest D/GC_WebViewFactory( 7782): JS(line 2): ProfileHandler: handleRequest: message is: "ProfileRequest" D/GC_WebViewFactory( 7782): JS(line 2): ProfileOfflineCache: getCachedProfile D/GC_WebViewFactory( 7782): JS(line 2): ProfileHandler: handleRequest: end of call D/GC_WebViewFactory( 7782): JS(line 2): RequestRouter: handleRequest: Handler type selected: FeatureDetectionRequest D/GC_WebViewFactory( 7782): JS(line 2): handleRequest: message type is "FeatureDetectionRequest" D/GC_WebViewFactory( 7782): JS(line 2): AchievementOfflineCache: cacheAchievements complete D/GC_WebViewFactory( 7782): JS(line 2): UPDATED ACHIEVEMENTS CACHE D/GC_WebViewFactory( 7782): JS(line 2): staging: handleMessage called: nativeRequestData: {"ACTION_CODE":"IS_WHISPERSYNC_ENABLED","REQUEST_ID":"10c7d224-b1d2-4448-9bbe-9beb71e308f1"} D/GC_WebViewFactory( 7782): JS(line 2): RequestRouter: handleRequest: Handler type selected: APICall D/GC_WebViewFactory( 7782): JS(line 2): APICallHandler: handleRequest: message is: {"ACTION_CODE":"IS_WHISPERSYNC_ENABLED","REQUEST_ID":"10c7d224-b1d2-4448-9bbe-9beb71e308f1"} D/GC_WebViewFactory( 7782): JS(line 2): End of API handler call D/GC_WebViewFactory( 7782): JS(line 2): staging: handleMessage called: nativeRequestData: {"ACTION_CODE":18,"REQUEST_ID":"f2b4697c-d4b2-4623-b026-8890a75ca21b"} D/GC_WebViewFactory( 7782): JS(line 2): RequestRouter: handleRequest: Handler type selected: APICall D/GC_WebViewFactory( 7782): JS(line 2): APICallHandler: handleRequest: message is: {"ACTION_CODE":18,"REQUEST_ID":"f2b4697c-d4b2-4623-b026-8890a75ca21b"} D/GC_WebViewFactory( 7782): JS(line 2): End of API handler call D/GC_WebViewFactory( 7782): JS(line 2): staging: handleMessage called: nativeRequestData: {"ACTION_CODE":"START_SESSION","REQUEST_TIMESTAMP":1454348158331,"REQUEST_ID":"386691ef-d929-498e-ac27-8fabfedb004b"} D/GC_WebViewFactory( 7782): JS(line 2): RequestRouter: handleRequest: Handler type selected: APICall D/GC_WebViewFactory( 7782): JS(line 2): APICallHandler: handleRequest: message is: {"ACTION_CODE":"START_SESSION","REQUEST_TIMESTAMP":1454348158331,"REQUEST_ID":"386691ef-d929-498e-ac27-8fabfedb004b"} D/GC_WebViewFactory( 7782): JS(line 2): TimePlayed: Start D/GC_WebViewFactory( 7782): JS(line 2): End of API handler call D/GC_WebViewFactory( 7782): JS(line 2): staging: handleMessage: callback called D/GC_WebViewFactory( 7782): JS(line 2): staging: Would have ended with: {"REQUEST_ID":"386691ef-d929-498e-ac27-8fabfedb004b","RESPONSE_CODE":"17"} D/GC_JavascriptInterface( 7782): JS Log: ProfileHandler: getProfile result: {"termsOfServiceAccepted":true,"avatarId":"na40","hidden":false,"avatarUrl":" https://images-na.ssl-images-amazon.com/images/I/81JXnp8tghL._AA114_.png","alias":"Bagelzon","fields":{"avatarLocation":"https://images-na.ssl-images-amazon.com/images/I/81JXnp8tghL._AA114_.png"},"creationDate":"Dec 22, 2015 5:15:10 AM","child":false,"playerId":"1f2ddeae-2c37-435c-8eff-c39871c85ea5","isNewProfile":false} D/GC_WebViewFactory( 7782): JS(line 2): ProfileOfflineCache: cacheProfile D/GC_NativeCacheCallHandler( 7782): Cache call: {"nativeCall":"setCacheItem","target":"PlayerProfileCache","parameters":{"cacheRequest":{"primaryKey":"SELF","secondaryKey":"SELF","jsonData":{"termsOfServiceAccepted":true,"avatarId":"na40","hidden":false,"avatarUrl":"https:\/\/ images-na.ssl-images-amazon.com\/images\/I\/81JXnp8tghL._AA114_.png","alias":"Bagelzon","fields":{"avatarLocation":"https:\/\/ images-na.ssl-images-amazon.com\/images\/I\/81JXnp8tghL._AA114_.png"},"creationDate":"Dec 22, 2015 5:15:10 AM","child":false,"playerId":"1f2ddeae-2c37-435c-8eff-c39871c85ea5","isNewProfile":false}}},"rid":41} D/GC_SQLiteOfflineDataCache( 7782): setCacheItem - Storing primaryKey(SELF),secondaryKey(SELF) D/GC_NativeKindleFireStateCallHandler( 7782): Processing request [backgroundwebview-42] for call type [isKindle] D/GC_NativeKindleFireStateCallHandler( 7782): Returning reply [{"value":true}] for request [backgroundwebview-42] D/GC_WebViewFactory( 7782): JS(line 2): ProfileOfflineCache: getCachedProfile complete: {"termsOfServiceAccepted":true,"avatarId":"na40","hidden":false,"avatarUrl":" https://images-na.ssl-images-amazon.com/images/I/81JXnp8tghL._AA114_.png","alias":"Bagelzon","fields":{"avatarLocation":"https://images-na.ssl-images-amazon.com/images/I/81JXnp8tghL._AA114_.png"},"creationDate":"Dec 22, 2015 5:15:10 AM","child":false,"playerId":"1f2ddeae-2c37-435c-8eff-c39871c85ea5","isNewProfile":false} D/GC_JavascriptInterface( 7782): JS Log: ProfileHandler: getProfile result: {"termsOfServiceAccepted":true,"avatarId":"na40","hidden":false,"avatarUrl":" https://images-na.ssl-images-amazon.com/images/I/81JXnp8tghL._AA114_.png","alias":"Bagelzon","fields":{"avatarLocation":"https://images-na.ssl-images-amazon.com/images/I/81JXnp8tghL._AA114_.png"},"creationDate":"Dec 22, 2015 5:15:10 AM","child":false,"playerId":"1f2ddeae-2c37-435c-8eff-c39871c85ea5","isNewProfile":false} D/GC_WebViewFactory( 7782): JS(line 2): RequestRouter: handleRequest: Handler type selected: ProfileRequest D/GC_WebViewFactory( 7782): JS(line 2): ProfileHandler: handleRequest: message is: "ProfileRequest" D/GC_WebViewFactory( 7782): JS(line 2): ProfileOfflineCache: getCachedProfile D/GC_NativeCacheCallHandler( 7782): Cache call: {"nativeCall":"getCacheItem","target":"PlayerProfileCache","parameters":{"primaryKey":"SELF"},"rid":44} D/GC_WebViewFactory( 7782): JS(line 2): ProfileHandler: handleRequest: end of call D/GC_SQLiteOfflineDataCache( 7782): getCacheItem - primaryKey(timePlayed) D/GC_WebViewFactory( 7782): JS(line 2): FTUEHandler.startSession: PlayerId found. D/GC_NativeKindleFireStateCallHandler( 7782): Processing request [backgroundwebview-46] for call type [isWhispersyncEnabled] D/KindleFireIPCProxy( 7782): Checking isWhispersyncEnabled: true D/GC_NativeKindleFireStateCallHandler( 7782): Returning reply [{"value":true}] for request [backgroundwebview-46] D/GC_SQLiteOfflineDataCache( 7782): getCacheItem - primaryKey(SELF) D/ProxyReceiver( 495): received intent amazon.intent.action.TASK_SWITCHED W/GC_WebViewFactory( 7782): JS(line 2): onResume() called twice in a row: please call onPause() D/GC_SQLiteOfflineDataCache( 7782): setCacheItem - Storing primaryKey(timePlayed),secondaryKey(timePlayed) D/GC_ClickableToastImpl( 7782): Entering addToWindow... V/GameCircleVendorCallback( 7782): getImpliedSystemUiVisibility V/WindowManager( 495): not Base app: Adding window Window{16ed2036 u0 com.jwaldron.StrategyGame/com.epicgames.ue4.GameActivity} at 6 of 12 D/GC_WebViewFactory( 7782): JS(line 2): LeaderboardOfflineCache: cacheLeaderboardInfoItems complete D/GC_WebViewFactory( 7782): JS(line 2): staging: handleMessage: callback called D/GC_WebViewFactory( 7782): JS(line 2): staging: Would have ended with: {"WHISPERSYNC_ENABLED":true,"REQUEST_ID":"10c7d224-b1d2-4448-9bbe-9beb71e308f1","RESPONSE_CODE":"17"} D/GC_Whispersync( 7782): Whispersync is ENABLED D/GC_Whispersync( 7782): Upload to cloud started D/GC_WebViewFactory( 7782): JS(line 2): ProfileOfflineCache: cacheProfile complete D/GC_WebViewFactory( 7782): JS(line 2): UPDATED PROFILE CACHE V/GC_Whispersync( 7782): GameDataMap - Deep copy of GameDataMap with name: null V/GC_Whispersync( 7782): GameDataMap copy took 0 msec. V/GC_Whispersync( 7782): Uploading document to cloud: [{"gameData":{}}] D/GC_WebViewFactory( 7782): JS(line 2): ProfileOfflineCache: getCachedProfile complete: {"termsOfServiceAccepted":true,"avatarId":"na40","hidden":false,"avatarUrl":" https://images-na.ssl-images-amazon.com/images/I/81JXnp8tghL._AA114_.png","alias":"Bagelzon","fields":{"avatarLocation":"https://images-na.ssl-images-amazon.com/images/I/81JXnp8tghL._AA114_.png"},"creationDate":"Dec 22, 2015 5:15:10 AM","child":false,"playerId":"1f2ddeae-2c37-435c-8eff-c39871c85ea5","isNewProfile":false} D/ProxyReceiver( 495): firing intent with action amazon.intent.action.TASK_SWITCHED_CMS_PROXY by proxy D/GC_HttpNetworkClient( 7782): Request: POST https://ags-ext.amazon.com/service/gamedata/WhisperData?gameId=amzn1.application.8f697174011d411c85109ac72e5efd89 V/GameCircleVendorCallback( 7782): getImpliedSystemUiVisibility D/GC_WebViewFactory( 7782): JS(line 2): staging: handleMessage called: nativeRequestData: {"ACTION_CODE":"HANDLE_TOAST_DISPLAY_METRIC","REQUEST_ID":"f69e6784-73df-4d31-8114-ed747c87d88d","toastRequestDisplayed":{"type":"WelcomeBack","dedupeTypes":["WelcomeBack"],"showFeatures":"true","titleString":"toast_welcome_repeatuser_headline_welcome","titleStringArgs":{"nickname":"Bagelzon"},"descriptionString":"toast_welcome_repeatuser_desc","descriptionStringArgs":{},"icon":"","showButton":"false","buttonTextString":"passthrough","buttonTextStringArgs":{"content":""},"toastDurationFadeIn":500,"toastDurationShow":4000,"toastDurationFadeOut":1000,"canBeDisabled":"false","features":[],"locationIsGCDefault":"true","isGuest":"false","toastTypeMetric":"WelcomeToast","ACTION_MAPPINGS":[{"actionType":"toastClicked","actionRequest":{"ACTION_CODE":"36"},"actionName":"SummaryPage","toastTypeMetric":"WelcomeToast"}]}} D/GC_WebViewFactory( 7782): JS(line 2): RequestRouter: handleRequest: Handler type selected: APICall D/GC_WebViewFactory( 7782): JS(line 2): APICallHandler: handleRequest: message is: {"ACTION_CODE":"HANDLE_TOAST_DISPLAY_METRIC","REQUEST_ID":"f69e6784-73df-4d31-8114-ed747c87d88d","toastRequestDisplayed":{"type":"WelcomeBack","dedupeTypes":["WelcomeBack"],"showFeatures":"true","titleString":"toast_welcome_repeatuser_headline_welcome","titleStringArgs":{"nickname":"Bagelzon"},"descriptionString":"toast_welcome_repeatuser_desc","descriptionStringArgs":{},"icon":"","showButton":"false","buttonTextString":"passthrough","buttonTextStringArgs":{"content":""},"toastDurationFadeIn":500,"toastDurationShow":4000,"toastDurationFadeOut":1000,"canBeDisabled":"false","features":[],"locationIsGCDefault":"true","isGuest":"false","toastTypeMetric":"WelcomeToast","ACTION_MAPPINGS":[{"actionType":"toastClicked","actionRequest":{"ACTION_CODE":"36"},"actionName":"SummaryPage","toastTypeMetric":"WelcomeToast"}]}} D/GC_WebViewFactory( 7782): JS(line 2): RequestRouter: handleRequest: Handler type selected: ToastRequest D/GC_NetworkCallFactory( 7782): Service call: {"nativeCall":"makeServiceCall","target":"ProfilesService","httpMethod":"GET","endPoint":"https:\/\/ cortana-gateway.amazon.com\/cortana\/gateway\/profile\/","method":"getDefaultProfile","parameters":{},"rid":51,"authenticate":true} I/AmazonInsightsSDK( 7782): Event: 'PageV...' recorded to local filestore D/GC_HttpNetworkClient( 7782): Result:HTTP/1.1 200 OK D/GC_Whispersync( 7782): Received HTTP Status Code [200] and content [{}] when saving data to the cloud I/AmazonInsightsSDK( 7782): Event: 'GameC...' recorded to local filestore D/GC_Whipsersync( 7782): Measured clock skew as: 1 D/GC_Whispersync( 7782): posting event: DATA_UPLOADED_TO_CLOUD D/GC_Whispersync( 7782): posting event: ALREADY_SYNCED D/GC_Whispersync( 7782): Upload to cloud completed D/GC_HttpNetworkClient( 7782): Request: GET https://cortana-gateway.amazon.com/cortana/gateway/profile/getDefaultProfile?gameId=amzn1.application.8f697174011d411c85109ac72e5efd89&playerId=1f2ddeae-2c37-435c-8eff-c39871c85ea5&PlayerId=1f2ddeae-2c37-435c-8eff-c39871c85ea5&GameId=amzn1.application.8f697174011d411c85109ac72e5efd89&locale=en_US I/AmazonInsightsSDK( 7782): Event: 'WHISP...' recorded to local filestore D/GC_WebViewFactory( 7782): JS(line 2): ToastHandler: handleRequest: message is: "ToastRequest" D/GC_WebViewFactory( 7782): JS(line 2): ToastHandler: handleRequest: end of call D/GC_WebViewFactory( 7782): JS(line 2): End of API handler call D/c ( 7782): In App Purchasing SDK - Sandbox Mode: handleResponse D/UE4 ( 7782): localUserData = { D/UE4 ( 7782): "userId": "l3HL7XppEMhrOGDnur9-ulvqomrSg6qyODKmah76lJU=", D/UE4 ( 7782): "marketplace": "US" D/UE4 ( 7782): } D/GC_HttpNetworkClient( 7782): Result:HTTP/1.1 200 OK D/DEBUG ( 7782): Network response: HTTP/1.1 200 OK D/DEBUG ( 7782): Network request ID: a0be55a2-5803-4e78-b6c0-e0aa76bed5ed D/DEBUG ( 7782): Network response: HTTP/1.1 200 OK --> {"termsOfServiceAccepted":true,"avatarId":"na40","hidden":false,"avatarUrl":" https://images-na.ssl-images-amazon.com/images/I/81JXnp8tghL._AA114_.png","alias":"Bagelzon","fields":{"avatarLocation":"https://images-na.ssl-images-amazon.com/images/I/81JXnp8tghL._AA114_.png"},"creationDate":"Dec 22, 2015 5:15:10 AM","child":false,"playerId":"1f2ddeae-2c37-435c-8eff-c39871c85ea5","isNewProfile":false} I/AmazonInsightsSDK( 7782): Event: 'GameC...' recorded to local filestore D/GC_JavascriptInterface( 7782): JS Log: ProfileHandler: getProfile result: {"termsOfServiceAccepted":true,"avatarId":"na40","hidden":false,"avatarUrl":" https://images-na.ssl-images-amazon.com/images/I/81JXnp8tghL._AA114_.png","alias":"Bagelzon","fields":{"avatarLocation":"https://images-na.ssl-images-amazon.com/images/I/81JXnp8tghL._AA114_.png"},"creationDate":"Dec 22, 2015 5:15:10 AM","child":false,"playerId":"1f2ddeae-2c37-435c-8eff-c39871c85ea5","isNewProfile":false} D/GC_WebViewFactory( 7782): JS(line 2): ProfileOfflineCache: cacheProfile D/GC_NativeCacheCallHandler( 7782): Cache call: {"nativeCall":"setCacheItem","target":"PlayerProfileCache","parameters":{"cacheRequest":{"primaryKey":"SELF","secondaryKey":"SELF","jsonData":{"termsOfServiceAccepted":true,"avatarId":"na40","hidden":false,"avatarUrl":"https:\/\/ images-na.ssl-images-amazon.com\/images\/I\/81JXnp8tghL._AA114_.png","alias":"Bagelzon","fields":{"avatarLocation":"https:\/\/ images-na.ssl-images-amazon.com\/images\/I\/81JXnp8tghL._AA114_.png"},"creationDate":"Dec 22, 2015 5:15:10 AM","child":false,"playerId":"1f2ddeae-2c37-435c-8eff-c39871c85ea5","isNewProfile":false}}},"rid":53} D/GC_SQLiteOfflineDataCache( 7782): getCacheItem - primaryKey(timePlayed) D/GC_SQLiteOfflineDataCache( 7782): setCacheItem - Storing primaryKey(SELF),secondaryKey(SELF) D/GC_SQLiteOfflineDataCache( 7782): getCacheItem - primaryKey(timePlayed) D/GC_WebViewFactory( 7782): JS(line 2): ProfileOfflineCache: cacheProfile complete D/GC_WebViewFactory( 7782): JS(line 2): UPDATED PROFILE CACHE D/RequestLocalPlayerProfileJniResponseHandler( 7782): jniRequestPlayerProfile response - onSuccess D/AGSProfileJni( 7782): getLocalPlayerProfileResponseSuccess called D/UE4 ( 7782): [2016.02.01-17.36.02:460][ 0]LogOnline:Display: Received player info for local player with playerId "1f2ddeae-2c37-435c-8eff-c39871c85ea5" D/ProfileToJavaInterface( 7782): isSignedIn - called D/GC_NetworkCallFactory( 7782): Service call: {"nativeCall":"makeServiceCall","target":"TimePlayedService","httpMethod":"PUT","endPoint":"https:\/\/ ags-ext.amazon.com\/service\/gamedata\/","method":"getGameTimePlayed","parameters":{"packageName":"com.jwaldron.StrategyGame"},"rid":59,"authenticate":true} D/GC_HttpNetworkClient( 7782): Request: PUT https://ags-ext.amazon.com/service/gamedata/getGameTimePlayed D/GC_HttpNetworkClient( 7782): Result:HTTP/1.1 200 OK D/DEBUG ( 7782): Network response: HTTP/1.1 200 OK D/DEBUG ( 7782): Network request ID: 43998b12-c90a-11e5-856d-fb3c9195da54 D/DEBUG ( 7782): Network response: HTTP/1.1 200 OK --> {"lastTimePlayed":1454348069715,"totalTimePlayed":9804041} I/AmazonInsightsSDK( 7782): Event: 'GameC...' recorded to local filestore D/GC_SQLiteOfflineDataCache( 7782): getCacheItem - primaryKey(timePlayed) D/GC_SQLiteOfflineDataCache( 7782): setCacheItem - Storing primaryKey(timePlayed),secondaryKey(timePlayed) D/GC_WebViewFactory( 7782): JS(line 2): TimePlayed: Synced from cloud, totalTimePlayed=9804041 D/ActivityManager( 495): single user service: com.amazon.device.messaging D/ActivityManager( 495): app = com.amazon.device.messaging, has single user service, setting process record. D/ActivityManager( 495): single user service: com.amazon.kindle.cms D/ActivityManager( 495): app = com.amazon.kindle.cms, has single user service, setting process record. D/ActivityManager( 495): single user service: com.amazon.kindle.cms D/ActivityManager( 495): app = com.amazon.kindle.cms, has single user service, setting process record. W/AccountManagerService( 495): insertAccountIntoDatabase: Account {name=default_account, type=com.amazon.firelauncher.account}, skipping since the account already exists D/ActivityManager( 495): single user service: com.amazon.kindle.cms D/ActivityManager( 495): app = com.amazon.kindle.cms, has single user service, setting process record. W/AccountManagerService( 495): insertAccountIntoDatabase: Account {name=default_account, type=com.amazon.firelauncher.account}, skipping since the account already exists W/AccountManagerService( 495): insertAccountIntoDatabase: Account {name=default_account, type=com.amazon.firelauncher.account}, skipping since the account already exists W/AccountManagerService( 495): insertAccountIntoDatabase: Account {name=default_account, type=com.amazon.firelauncher.account}, skipping since the account already exists E/libEGL ( 7782): called unimplemented OpenGL ES API W/AccountManagerService( 495): insertAccountIntoDatabase: Account {name=default_account, type=com.amazon.firelauncher.account}, skipping since the account already exists W/AccountManagerService( 495): insertAccountIntoDatabase: Account {name=default_account, type=com.amazon.firelauncher.account}, skipping since the account already exists I/art ( 495): Background sticky concurrent mark sweep GC freed 31511(1585KB) AllocSpace objects, 11(176KB) LOS objects, 7% free, 20MB/22MB, paused 2.239ms total 212.598ms E/libEGL ( 7782): called unimplemented OpenGL ES API D/ActivityManager( 495): single user service: com.amazon.imp D/ActivityManager( 495): app = com.amazon.imp, has single user service, setting process record. D/ActivityManager( 495): single user service: com.amazon.imp D/ActivityManager( 495): app = com.amazon.imp, has single user service, setting process record. E/libEGL ( 7782): called unimplemented OpenGL ES API D/GC_JavascriptInterface( 7782): JS Log: AchievementHandler request timed out D/GC_JavascriptInterface( 7782): JS Log: LeaderboardHandler request timed out D/UE4 ( 7782): Battery: status = 2, rawlevel = 79, scale = 100 D/UE4 ( 7782): nativeBatteryEvent(stat = 2, lvl = 79, t = 26.00) D/BatteryStatsExtension.VitalEmitterBatteryAndTime( 495): VitalEmitterBatteryAndTime.start(-): not runnable I/HAL ( 7782): loaded HAL id=gralloc path=/vendor/lib/hw/ gralloc.mt8135.so hmi=0x401573b9 handle=0x42ad9694 D/UE4 ( 7782): [2016.02.01-17.36.06:891][ 0]LogSlate: SlateFontCache - WITH_FREETYPE: 1, WITH_HARFBUZZ: 0 D/UE4 ( 7782): [2016.02.01-17.36.06:891][ 0]LogSlate: SlateFontCache - WITH_FREETYPE: 1, WITH_HARFBUZZ: 0 D/UE4 ( 7782): OnAppCommandCB cmd: 6 D/UE4 ( 7782): LogAndroidEvents: EnqueueAppEvent : 11, 0 E/libEGL ( 7782): called unimplemented OpenGL ES API I/Sensors ( 495): HAL:resetDataRates mEnabled=4 I/Sensors ( 495): HAL:resetDataRates wanted=5000000 I/Sensors ( 495): HAL:final wanted=4545000 id=2 I/Sensors ( 495): HAL:resetDataRates mEnabled=4 I/Sensors ( 495): HAL:resetDataRates wanted=5000000 I/Sensors ( 495): HAL:final wanted=4545000 id=2 I/Sensors ( 495): HAL:resetDataRates mEnabled=5 I/Sensors ( 495): HAL:resetDataRates wanted=5000000 I/Sensors ( 495): HAL:final wanted=4545000 id=0 I/Sensors ( 495): HAL:final wanted=4545000 id=2 I/Sensors ( 495): HAL:resetDataRates mEnabled=5 I/Sensors ( 495): HAL:resetDataRates wanted=5000000 I/Sensors ( 495): HAL:final wanted=4545000 id=0 I/Sensors ( 495): HAL:final wanted=4545000 id=2 D/UE4 ( 7782): [2016.02.01-17.36.07:414][ 0]LogAndroid: Case APP_CMD_GAINED_FOCUS D/UE4 ( 7782): [2016.02.01-17.36.07:414][ 0]LogObj: 26615 objects as part of root set at end of initial load. D/UE4 ( 7782): [2016.02.01-17.36.07:414][ 0]LogUObjectAllocator: 3823368 out of 0 bytes used by permanent object pool. D/UE4 ( 7782): [2016.02.01-17.36.07:415][ 0]LogAndroid:Display: Passed PreInit() D/UE4 ( 7782): [2016.02.01-17.36.07:425][ 0]LogEngine: Initializing Engine... D/UE4 ( 7782): [2016.02.01-17.36.07:622][ 0]LogAndroidAudio:Warning: SL Entered Init HW D/UE4 ( 7782): [2016.02.01-17.36.07:622][ 0]LogAndroidAudio:Warning: OpenSLES Initializing HW D/UE4 ( 7782): [2016.02.01-17.36.07:629][ 0]LogAndroidAudio:Warning: OpenSLES Initialized D/UE4 ( 7782): [2016.02.01-17.36.07:630][ 0]LogAndroidAudio:Warning: OpenSLAudioDevice: Allocated 12 sources D/UE4 ( 7782): [2016.02.01-17.36.07:640][ 0]LogInit: FAudioDevice initialized. D/UE4 ( 7782): [2016.02.01-17.36.07:656][ 0]LogInit: Texture streaming: Disabled D/UE4 ( 7782): [2016.02.01-17.36.07:664][ 0]LogOnline:Warning: FOnlineSubsystemGooglePlayModule was disabled D/GC_ClickableToastImpl( 7782): Entering runnable for hide() V/GameCircleVendorCallback( 7782): getImpliedSystemUiVisibility D/UE4 ( 7782): [2016.02.01-17.36.08:063][ 0]LogNet: Browse: /Game/Maps/StrategyMenu?Name=Player D/UE4 ( 7782): [2016.02.01-17.36.08:071][ 0]LogLoad: LoadMap: /Game/Maps/StrategyMenu?Name=Player D/UE4 ( 7782): [2016.02.01-17.36.08:433][ 0]LogMemory: Platform Memory Stats for Android D/UE4 ( 7782): [2016.02.01-17.36.08:433][ 0]LogMemory: Process Physical Memory: 0.00 MB used, 0.00 MB peak D/UE4 ( 7782): [2016.02.01-17.36.08:433][ 0]LogMemory: Process Virtual Memory: 0.00 MB used, 0.00 MB peak D/UE4 ( 7782): [2016.02.01-17.36.08:434][ 0]LogMemory: Physical Memory: 0.00 MB used, 885.06 MB total D/UE4 ( 7782): [2016.02.01-17.36.08:434][ 0]LogMemory: Virtual Memory: 0.00 MB used, 0.00 MB total D/UE4 ( 7782): [2016.02.01-17.36.08:434][ 0]LogMemory: D/UE4 ( 7782): [2016.02.01-17.36.08:443][ 0]LogMemory: Allocator Stats for binned: D/UE4 ( 7782): [2016.02.01-17.36.08:443][ 0]LogMemory: Current Memory 82.93 MB used, plus 2.89 MB waste D/UE4 ( 7782): [2016.02.01-17.36.08:443][ 0]LogMemory: Peak Memory 82.94 MB used, plus 2.83 MB waste D/UE4 ( 7782): [2016.02.01-17.36.08:443][ 0]LogMemory: Current OS Memory 85.82 MB, peak 85.77 MB D/UE4 ( 7782): [2016.02.01-17.36.08:444][ 0]LogMemory: Current Waste 0.93 MB, peak 1.33 MB D/UE4 ( 7782): [2016.02.01-17.36.08:444][ 0]LogMemory: Current Used 82.93 MB, peak 82.94 MB D/UE4 ( 7782): [2016.02.01-17.36.08:444][ 0]LogMemory: Current Slack 0.43 MB D/UE4 ( 7782): [2016.02.01-17.36.08:444][ 0]LogMemory: Allocs 127480 Current / 612447 Total D/UE4 ( 7782): [2016.02.01-17.36.08:445][ 0]LogMemory: D/UE4 ( 7782): [2016.02.01-17.36.08:445][ 0]LogMemory: Block Size Num Pools Max Pools Cur Allocs Total Allocs Min Req Max Req Mem Used Mem Slack Mem Waste Efficiency D/UE4 ( 7782): [2016.02.01-17.36.08:445][ 0]LogMemory: ---------- --------- --------- ---------- ------------ ------- ------- -------- --------- --------- ---------- D/UE4 ( 7782): [2016.02.01-17.36.08:445][ 0]LogMemory: 8 1 1 6057 14030 8 8 47K 17K 0K 100.00% D/UE4 ( 7782): [2016.02.01-17.36.08:446][ 0]LogMemory: 16 5 5 19820 138871 9 16 309K 11K 4K 98.75% D/UE4 ( 7782): [2016.02.01-17.36.08:446][ 0]LogMemory: 32 3 3 5045 16677 17 32 157K 35K 29K 84.90% D/UE4 ( 7782): [2016.02.01-17.36.08:447][ 0]LogMemory: 48 12 12 15117 28856 33 48 708K 60K 42K 94.53% D/UE4 ( 7782): [2016.02.01-17.36.08:447][ 0]LogMemory: 64 12 12 11791 30009 49 64 736K 32K 45K 94.14% D/UE4 ( 7782): [2016.02.01-17.36.08:447][ 0]LogMemory: 80 7 7 5017 16252 65 80 391K 57K 21K 95.31% D/UE4 ( 7782): [2016.02.01-17.36.08:448][ 0]LogMemory: 96 33 33 22404 44780 81 96 2100K 10K 80K 96.21% D/UE4 ( 7782): [2016.02.01-17.36.08:448][ 0]LogMemory: 112 10 14 5529 43354 97 112 604K 36K 42K 93.44% D/UE4 ( 7782): [2016.02.01-17.36.08:448][ 0]LogMemory: 128 15 15 7497 37292 116 128 937K 23K 50K 94.79% D/UE4 ( 7782): [2016.02.01-17.36.08:449][ 0]LogMemory: 160 11 12 4146 48169 129 160 647K 56K 55K 92.19% D/UE4 ( 7782): [2016.02.01-17.36.08:449][ 0]LogMemory: 192 8 8 2526 35819 161 192 473K 39K 35K 93.16% D/UE4 ( 7782): [2016.02.01-17.36.08:449][ 0]LogMemory: 224 6 8 1675 19476 193 224 366K 18K 23K 94.01% D/UE4 ( 7782): [2016.02.01-17.36.08:449][ 0]LogMemory: 256 24 45 6110 38251 225 256 1527K 9K 87K 94.34% D/UE4 ( 7782): [2016.02.01-17.36.08:449][ 0]LogMemory: 288 11 11 2400 15221 257 288 675K 28K 43K 93.89% D/UE4 ( 7782): [2016.02.01-17.36.08:449][ 0]LogMemory: 320 6 6 1028 8475 290 320 321K 62K 14K 96.35% D/UE4 ( 7782): [2016.02.01-17.36.08:449][ 0]LogMemory: 384 13 13 2061 24036 322 384 772K 57K 67K 91.95% D/UE4 ( 7782): [2016.02.01-17.36.08:449][ 0]LogMemory: 448 18 18 2447 15701 385 448 1070K 80K 83K 92.80% D/UE4 ( 7782): [2016.02.01-17.36.08:450][ 0]LogMemory: 512 7 7 792 8948 452 512 396K 52K 24K 94.64% D/UE4 ( 7782): [2016.02.01-17.36.08:450][ 0]LogMemory: 576 8 8 826 6325 513 576 464K 45K 32K 93.75% D/UE4 ( 7782): [2016.02.01-17.36.08:450][ 0]LogMemory: 640 10 10 941 3845 580 640 588K 50K 31K 95.16% D/UE4 ( 7782): [2016.02.01-17.36.08:450][ 0]LogMemory: 704 16 16 1440 3116 641 704 990K 33K 48K 95.31% D/UE4 ( 7782): [2016.02.01-17.36.08:450][ 0]LogMemory: 768 4 4 260 986 708 768 195K 60K 8K 96.88% D/UE4 ( 7782): [2016.02.01-17.36.08:450][ 0]LogMemory: 896 5 5 333 1649 769 896 291K 29K 25K 92.19% D/UE4 ( 7782): [2016.02.01-17.36.08:450][ 0]LogMemory: 1024 5 6 279 2053 900 1024 279K 41K 3K 99.06% D/UE4 ( 7782): [2016.02.01-17.36.08:450][ 0]LogMemory: 1168 8 8 348 1140 1025 1168 396K 115K 14K 97.27% D/UE4 ( 7782): [2016.02.01-17.36.08:450][ 0]LogMemory: 1360 5 5 193 311 1172 1360 256K 63K 17K 94.69% D/UE4 ( 7782): [2016.02.01-17.36.08:451][ 0]LogMemory: 1632 10 10 151 721 1364 1632 240K 398K 17K 97.34% D/UE4 ( 7782): [2016.02.01-17.36.08:452][ 0]LogMemory: 2048 5 5 156 482 1634 2048 312K 8K 26K 91.88% D/UE4 ( 7782): [2016.02.01-17.36.08:452][ 0]LogMemory: 2336 3 4 83 263 2056 2324 189K 3K 10K 94.79% D/UE4 ( 7782): [2016.02.01-17.36.08:452][ 0]LogMemory: 2720 3 4 69 543 2339 2720 183K 9K 9K 95.31% D/UE4 ( 7782): [2016.02.01-17.36.08:452][ 0]LogMemory: 3264 4 4 60 1067 2732 3264 191K 64K 12K 95.31% D/UE4 ( 7782): [2016.02.01-17.36.08:453][ 0]LogMemory: 4096 8 9 112 413 3272 4096 448K 64K 36K 92.97% D/UE4 ( 7782): [2016.02.01-17.36.08:453][ 0]LogMemory: 4672 6 6 68 1674 4098 4660 310K 74K 34K 91.15% D/UE4 ( 7782): [2016.02.01-17.36.08:453][ 0]LogMemory: 5456 6 7 72 202 4684 5444 383K 1K 29K 92.45% D/UE4 ( 7782): [2016.02.01-17.36.08:453][ 0]LogMemory: 6544 9 9 86 263 5461 6528 549K 27K 40K 93.06% D/UE4 ( 7782): [2016.02.01-17.36.08:453][ 0]LogMemory: 8192 15 16 116 1134 6556 8192 928K 32K 69K 92.81% D/UE4 ( 7782): [2016.02.01-17.36.08:453][ 0]LogMemory: 9360 15 15 101 203 8200 9360 923K 37K 59K 93.85% D/UE4 ( 7782): [2016.02.01-17.36.08:453][ 0]LogMemory: 10912 17 17 97 193 9366 10906 1033K 54K 88K 91.91% D/UE4 ( 7782): [2016.02.01-17.36.08:453][ 0]LogMemory: 13104 11 12 55 134 10928 13068 703K 1K 57K 91.90% D/UE4 ( 7782): [2016.02.01-17.36.08:454][ 0]LogMemory: 16384 5 8 20 228 13120 16384 320K 0K 25K 92.19% D/UE4 ( 7782): [2016.02.01-17.36.08:454][ 0]LogMemory: 21840 8 9 20 93 16392 21736 426K 86K 64K 87.50% D/UE4 ( 7782): [2016.02.01-17.36.08:454][ 0]LogMemory: 32768 3 7 5 54 21904 32640 160K 32K 35K 81.77% D/UE4 ( 7782): [2016.02.01-17.36.08:454][ 0]LogMemory: D/UE4 ( 7782): [2016.02.01-17.36.08:454][ 0]LogMemory: 25024K allocated in pools (with 2008K slack and 1532K waste). Efficiency 93.88% D/UE4 ( 7782): [2016.02.01-17.36.08:454][ 0]LogMemory: Allocations 127354 Current / 611310 Total (in 391 pools) D/UE4 ( 7782): [2016.02.01-17.36.08:454][ 0]LogMemory: D/ActivityManager( 495): single user service: com.amazon.imp D/ActivityManager( 495): app = com.amazon.imp, has single user service, setting process record. D/UE4 ( 7782): [2016.02.01-17.36.08:488][ 0]LogModuleManager:Warning: ModuleManager: Module 'GameplayDebugger' not found - its StaticallyLinkedModuleInitializers function is null. D/UE4 ( 7782): [2016.02.01-17.36.08:488][ 0]LogAIModule: Creating AISystem for world StrategyMenu D/UE4 ( 7782): [2016.02.01-17.36.08:499][ 0]LogWorld: Game class is 'StrategyMenuGameMode' D/UE4 ( 7782): [2016.02.01-17.36.08:514][ 0]LogWorld: Bringing World /Game/Maps/StrategyMenu.StrategyMenu up for play (max tick rate 0) at 2016.02.01-11.36.08 D/UE4 ( 7782): [2016.02.01-17.36.08:525][ 0]LogWorld: Bringing up level for play took: 0.018748 D/UE4 ( 7782): [2016.02.01-17.36.08:535][ 0]LogOnline:Warning: FOnlineSubsystemGooglePlayModule was disabled D/UE4 ( 7782): [2016.02.01-17.36.08:537][ 0]LogOnline:Display: FOnlineIdentityGameCircle::GetPlayerNickname returning "?+?o" D/UE4 ( 7782): [2016.02.01-17.36.08:546][ 0]LogGameMode: Warning - PATHS NOT DEFINED or NO PLAYERSTART with positive rating D/UE4 ( 7782): [2016.02.01-17.36.08:650][ 0]LogEngine: Took 0.579035 seconds to LoadMap(/Game/Maps/StrategyMenu) D/UE4 ( 7782): [2016.02.01-17.36.08:650][ 0]LogInit:Display: Game Engine Initialized. E/MediaPlayer( 7782): stop called in state 1 E/MediaPlayer( 7782): error (-38, 0) E/MediaPlayer( 7782): Error (-38,0) D/UE4 ( 7782): [2016.02.01-17.36.08:890][ 0]LogAndroid: Passed GEngineLoop.Init() D/UE4 ( 7782): [2016.02.01-17.36.08:890][ 0]LogAndroidEvents:Display: DequeueAppEvent : 9, 0 D/UE4 ( 7782): [2016.02.01-17.36.08:891][ 0]LogAndroidEvents:Display: DequeueAppEvent : 7, 0 D/UE4 ( 7782): [2016.02.01-17.36.08:891][ 0]LogAndroidEvents:Display: DequeueAppEvent : 0, 1509449744 D/UE4 ( 7782): [2016.02.01-17.36.08:891][ 0]LogAndroidEvents:Display: DequeueAppEvent : 11, 0 D/UE4 ( 7782): [2016.02.01-17.36.08:892][ 0]LogAndroidEvents:Display: ExecWindowCreated D/UE4 ( 7782): [2016.02.01-17.36.08:894][ 0]LogExternalProfiler: No external profilers were discovered. External profiling features will not be available. D/UE4 ( 7782): [2016.02.01-17.36.08:944][ 0]LogAndroidAudio:Display: Init: Using decompression type: 3 D/AudioPolicyManager( 206): shouldOverWriteForced persist.sys.amazon-account-cor value is US I/AudioPolicyManager( 206): DOLBY_ENDPOINT = speaker D/BatteryStatsExtension.VitalEmitterBatteryAndTime( 495): VitalEmitterBatteryAndTime.start(-): not runnable D/BatteryStatsExtension.VitalEmitterBatteryAndTime( 495): VitalEmitterBatteryAndTime.start(-): not runnable E/libEGL ( 7782): called unimplemented OpenGL ES API D/UE4 ( 7782): [2016.02.01-17.36.09:127][ 0]LogRenderer: Reallocating scene render targets to support 1228x720 (Frame:2). I/ActivityManager( 495): Process com.amazon.mw (pid 7453) has died I/ActivityManager( 495): Process com.amazon.photos (pid 7505) has died I/ActivityManager( 495): Process com.android.providers.downloads (pid 7412) has died I/ActivityManager( 495): Process com.amazon.avod (pid 7525) has died W/DrmManagerService(Native)( 200): One client died!!! Looking for it for proper termination D/WifiService( 495): Client connection lost with reason: 4 D/Playready25( 200): DrmPlayreadyPlugIn::onTerminate : 3140 D/Playready25( 200): DrmPlayreadyPlugIn::onTerminate : 3140, 0xb80bb638 I/DsService( 1000): DsService.onTrimMemory() level 10 D/Playready25( 200): Call MTTZ_Oem_Hal_FreeRegister f_eKeyType 4 0 D/Playready25( 200): Call MTTZ_Oem_Hal_FreeRegister f_eKeyType 4 1 D/Playready25( 200): Call MTTZ_Oem_Hal_FreeRegister f_eKeyType 4 2 D/Playready25( 200): Call MTTZ_Oem_Hal_FreeRegister f_eKeyType 4 3 D/Playready25( 200): Call MTTZ_Oem_Hal_FreeRegister f_eKeyType 4 4 D/Playready25( 200): Call MTTZ_Oem_Hal_FreeRegister f_eKeyType 4 5 D/Playready25( 200): Call MTTZ_Oem_Hal_FreeRegister f_eKeyType 10 0 D/Playready25( 200): Call MTTZ_Oem_Hal_FreeRegister f_eKeyType 11 0 I/ActivityManager( 495): Process com.amazon.device.settings (pid 6706) has died I/ActivityManager( 495): Process com.amazon.sdktestclient (pid 7896) has died I/ActivityManager( 495): Process com.amazon.alta.h2clientservice (pid 7626) has died I/DsService( 1000): DsService.onTrimMemory() level 15 I/ActivityManager( 495): Process com.amazon.kindle.unifiedSearch (pid 7648) has died I/ActivityManager( 495): Process com.amazon.device.messaging (pid 6680) has died D/BatteryStatsExtension.VitalEmitterBatteryAndTime( 495): VitalEmitterBatteryAndTime.start(-): not runnable D/BatteryStatsExtension.VitalEmitterBatteryAndTime( 495): VitalEmitterBatteryAndTime.start(-): not runnable D/AudioPolicyManager( 206): shouldOverWriteForced persist.sys.amazon-account-cor value is US W/AmazonGidPackageManagerCallback( 495): Launching com.amazon.device.messaging (32011) with AMZ_APP_GID W/art ( 212): PreZygoteFork called when we already have a zygote space. I/ActivityManager( 495): Start proc 7991:com.amazon.device.messaging/u0a22011 for service com.amazon.device.messaging/.OdotService D/VendorDisplayManagerGlobalCallback( 7991): callGetInstance: nil W/AmazonGidPackageManagerCallback( 495): Launching com.amazon.device.settings (32035) with AMZ_APP_GID W/art ( 212): PreZygoteFork called when we already have a zygote space. I/ActivityManager( 495): Start proc 8014:com.amazon.device.settings/u0a22035 for content provider com.amazon.device.settings/.SettingsProvider D/VendorDisplayManagerGlobalCallback( 8014): callGetInstance: nil I/ActivityManager( 495): Process com.amazon.identity.auth.device.authorization (pid 7864) has died W/GC_AsynchronousReplyMessenger( 7782): Request d6bb87cf-0675-42d9-9fbb-5bf5499010f6 timed out. D/WifiService( 495): acquireWifiLockLocked: WifiLock{com.amazon.dcp.framework.iuc.ConnectionEstablisherWithConnectivityEnforcement type=1 binder=android.os.BinderProxy@3c5d5391} D/ActivityManager( 495): single user service: com.amazon.imp D/ActivityManager( 495): app = com.amazon.imp, has single user service, setting process record. D/BatteryStatsExtension.VitalEmitterBatteryAndTime( 495): VitalEmitterBatteryAndTime.start(-): not runnable D/WifiService( 495): releaseWifiLockLocked: WifiLock{com.amazon.dcp.framework.iuc.ConnectionEstablisherWithConnectivityEnforcement type=1 binder=android.os.BinderProxy@3c5d5391} D/UE4 ( 7782): --------------------TestReadFriendLeaderboards D/UE4 ( 7782): --------------------Online Sub Exists D/UE4 ( 7782): [2016.02.01-17.36.15:632][ 0]LogOnline:Display: OSS: Requesting Friend Ids From AmazonGames Interface D/UE4 ( 7782): FOnlineFriendsInterfaceGameCircle::ReadFriendsList D/UE4 ( 7782): FOnlineFriendsInterfaceGameCircle::ReadFriendsList getFriendIds D/ProfileToJavaInterface( 7782): requestFriendIds - called D/UE4 ( 7782): [2016.02.01-17.36.15:687][ 0]LogAndroidAudio:Display: Init: Using decompression type: 3 D/AudioPolicyManager( 206): shouldOverWriteForced persist.sys.amazon-account-cor value is US I/AudioPolicyManager( 206): DOLBY_ENDPOINT = speaker D/UE4 ( 7782): [2016.02.01-17.36.15:693][ 0]LogAndroidAudio:Display: Init: Using decompression type: 3 D/BatteryStatsExtension.VitalEmitterBatteryAndTime( 495): VitalEmitterBatteryAndTime.start(-): not runnable I/AudioPolicyManager( 206): DOLBY_ENDPOINT = speaker D/BatteryStatsExtension.VitalEmitterBatteryAndTime( 495): VitalEmitterBatteryAndTime.start(-): not runnable D/BatteryStatsExtension.VitalEmitterBatteryAndTime( 495): VitalEmitterBatteryAndTime.start(-): not runnable D/GC_WebViewFactory( 7782): JS(line 2): staging: handleMessage called: nativeRequestData: {"ACTION_CODE":19,"REQUEST_ID":"568fd212-32e9-4790-99f3-fbc5181ec876"} D/GC_WebViewFactory( 7782): JS(line 2): RequestRouter: handleRequest: Handler type selected: APICall D/GC_WebViewFactory( 7782): JS(line 2): APICallHandler: handleRequest: message is: {"ACTION_CODE":19,"REQUEST_ID":"568fd212-32e9-4790-99f3-fbc5181ec876"} I/ActivityManager( 495): Process com.amazon.kindle.cms (pid 7432) has died D/GC_WebViewFactory( 7782): JS(line 2): RequestRouter: handleRequest: Handler type selected: UserExperienceRequest D/GC_WebViewFactory( 7782): JS(line 2): UserExperienceHandler: handleRequest: message is: "UserExperienceRequest" D/GC_WebViewFactory( 7782): JS(line 2): UserExperienceServiceProxy: friendsForGame D/GC_WebViewFactory( 7782): JS(line 2): UserExperienceHandler: handleRequest: end of call D/GC_WebViewFactory( 7782): JS(line 2): End of API handler call D/GC_NetworkCallFactory( 7782): Service call: {"nativeCall":"makeServiceCall","target":"UserExperiencesService","httpMethod":"POST","httpPayload":[{"type":"FriendsForGame","version":1,"packageName":"com.jwaldron.StrategyGame","resultSize":1000000,"continuationKey":"NOT_USED_BY_CLIENT"}],"endPoint":"https:\/\/ ags-ext.amazon.com\/services\/ux\/v1\/","method":"getQueryData","parameters":{},"rid":63,"authenticate":true} E/GC_NetworkCallFactory( 7782): Exception encountered while executing request: com.amazon.ags.AGSClientException: Network request requires authentication E/GC_NetworkCallFactory( 7782): com.amazon.ags.AGSClientException: Network request requires authentication E/GC_NetworkCallFactory( 7782): at com.amazon.ags.html5.comm.HttpNetworkClient.addADPTokenHeaders(HttpNetworkClient.java:177) E/GC_NetworkCallFactory( 7782): at com.amazon.ags.html5.comm.HttpNetworkClient.addAuthenticationHeaders(HttpNetworkClient.java:153) E/GC_NetworkCallFactory( 7782): at com.amazon.ags.html5.comm.HttpNetworkClient.execute(HttpNetworkClient.java:89) E/GC_NetworkCallFactory( 7782): at com.amazon.ags.html5.comm.NetworkCallFactory.handleServiceRequest(NetworkCallFactory.java:152) E/GC_NetworkCallFactory( 7782): at com.amazon.ags.html5.comm.NetworkCallFactory.handleMessage(NetworkCallFactory.java:114) E/GC_NetworkCallFactory( 7782): at com.amazon.ags.html5.javascript.CallHandlerBase.handleMessage(CallHandlerBase.java:61) E/GC_NetworkCallFactory( 7782): at com.amazon.ags.html5.javascript.domain.JavascriptInterface$8.run(JavascriptInterface.java:254) E/GC_NetworkCallFactory( 7782): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112) E/GC_NetworkCallFactory( 7782): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587) E/GC_NetworkCallFactory( 7782): at java.lang.Thread.run(Thread.java:818) D/GC_WebViewFactory( 7782): JS(line 2): UserExperienceServiceProxy: friendsForGame complete: {} D/GC_WebViewFactory( 7782): JS(line 2): UserExperieceHandler: friendsForGame promise: SERVICE RESULT NOT OK D/GC_WebViewFactory( 7782): JS(line 2): staging: handleMessage: callback called D/GC_WebViewFactory( 7782): JS(line 2): staging: Would have ended with: {"REQUEST_ID":"568fd212-32e9-4790-99f3-fbc5181ec876","RESPONSE_CODE":"29"} E/GC_PlayerClientImpl( 7782): Request friends failure response: {"REQUEST_ID":"568fd212-32e9-4790-99f3-fbc5181ec876","RESPONSE_CODE":"29"} D/RequestFriendIdsJniResponseHandler( 7782): jniRequestFriendIds response - onFailure D/AGSProfileJni( 7782): getFriendIdsResponseFailure called D/UE4 ( 7782): OnGetFriendIdsCallback Error 1 D/UE4 ( 7782): [2016.02.01-17.36.15:913][ 0]LogOnline:Warning: OSS: ReadFriendsList was unsuccessful - AmazonGames::PlayerClientInterface::getFriendIds returned ErrorCode 1 I/art ( 495): Explicit concurrent mark sweep GC freed 26433(1515KB) AllocSpace objects, 18(288KB) LOS objects, 16% free, 20MB/24MB, paused 1.703ms total 232.585ms D/UE4 ( 7782): Battery: status = 2, rawlevel = 79, scale = 100 D/UE4 ( 7782): nativeBatteryEvent(stat = 2, lvl = 79, t = 25.00) D/BatteryStatsExtension.VitalEmitterBatteryAndTime( 495): VitalEmitterBatteryAndTime.start(-): not runnable D/BatteryStatsExtension.VitalEmitterBatteryAndTime( 495): VitalEmitterBatteryAndTime.start(-): not runnable D/AudioPolicyManager( 206): shouldOverWriteForced persist.sys.amazon-account-cor value is US
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Jamie Grossman avatar image
Jamie Grossman answered
Hi there, Thanks for sharing the relevant information as well as the logs attributed to your app. Let us investigate and we'll get back to you as soon as we have more information on the matter. Thanks, Jamie
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Jamie Grossman avatar image
Jamie Grossman answered
Hi there, Thanks for your patience. If you could let me know the following information, that would be greatly appreciated: - What version of the Gamecircle SDK are you using? I believe you said SDK 2.4.2, but I just wanted to clarify. - Did you try the APK on any other amazon devices? Do you see the same error on another amazon device? I know the OP said they were fine on the HDX, so if you were also able to confirm it working on another device, please let us know. - Can you launch Appstore on their HD8 / HD10? Are you able to purchase / download / install apps without any problem? If you could get back to me with the above information, that would be greatly appreciated. Regards, Jamie
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.