question

azzaramazda avatar image
azzaramazda asked

GameCircleSocialExample: serviceNotReady

Hi, I'm trying to get the GameCircleSocialExample from the Unity plugin to work. I've setup the manifest as instructed and copied the api_key.txt I get a log message saying "serviceNotReady". I'm not sure what this means. What service is not ready? Is this service running on the client (Kindle Fire) or on the server (Amazon)? Ivo Message was edited by: Ivo
10 |5000

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

Sujoy@Amazon avatar image
Sujoy@Amazon answered
serviceNotReady means GameCircle client is failed to initialize. Can you please provide the complete log?
10 |5000

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

azzaramazda avatar image
azzaramazda answered
C:\Users\Ivaylo>adb logcat -c C:\Users\Ivaylo>adb logcat --------- beginning of /dev/log/amazon_main 07-18 17:33:51.805 7704 7724 D AbstractMetricsFactoryImpl: record : No data points in metrics event --------- beginning of /dev/log/main 07-18 17:33:52.383 396 409 E Looper : MSG TIMEOUT: time to handle message=0, time from orig schedule time = 0 , message = { what=2718 when=0 target Handler (com.android.server.Watchdog$HeartbeatHandler) {42008838} } 07-18 17:34:06.805 7704 7724 D AbstractMetricsFactoryImpl: record : No data points in metrics event 07-18 17:34:21.805 7704 7724 D AbstractMetricsFactoryImpl: record : No data points in metrics event 07-18 17:34:22.375 396 409 E Looper : MSG TIMEOUT: time to handle message=0, time from orig schedule time = 0 , message = { what=2718 when=0 target Handler (com.android.server.Watchdog$HeartbeatHandler) {42008838} } 07-18 17:34:23.875 8267 8267 D skia : SkGraphics::Init() - BLTsville (CPU) dlopen success 07-18 17:34:23.875 8267 8267 D AndroidRuntime: 07-18 17:34:23.875 8267 8267 D AndroidRuntime: >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<< 07-18 17:34:23.875 8267 8267 D AndroidRuntime: CheckJNI is OFF 07-18 17:34:23.922 8267 8267 D dalvikvm: Trying to load lib libjavacore.so 0x0 07-18 17:34:23.930 8267 8267 D dalvikvm: Added shared lib libjavacore.so 0x0 07-18 17:34:23.937 8267 8267 D dalvikvm: Trying to load lib libnativehelper.so 0x0 07-18 17:34:23.937 8267 8267 D dalvikvm: Added shared lib libnativehelper.so 0x0 07-18 17:34:24.023 8267 8267 E android.os.Build: /proc/idme/serial: open failed: ENOENT (No such file or directory) 07-18 17:34:24.234 8267 8267 D AndroidRuntime: Calling main entry com.android.commands.pm.Pm --------- beginning of /dev/log/system 07-18 17:34:24.266 396 416 W ActivityManager: No content provider found for permission revoke: file:///data/local/tmp/Package.apk 07-18 17:34:24.508 396 416 W ActivityManager: No content provider found for permission revoke: file:///data/local/tmp/Package.apk 07-18 17:34:24.508 396 416 I PackageManager: Copying native libraries to /data/app-lib/vmdl524717829 07-18 17:34:25.141 396 416 W PackageParser: Unknown element under : activity at /data/app/vmdl524717829.tmp Binary XML file line #45 07-18 17:34:26.742 396 416 I PackageManager: Removing non-system package:com.damselgames.biteful 07-18 17:34:26.742 396 413 I ActivityManager: Force stopping package com.damselgames.biteful appid=10002 user=-1 07-18 17:34:26.742 396 413 I ActivityManager: Killing proc 8056:com.damselgames.biteful/u0a10002: force stop com.damselgames.biteful 07-18 17:34:26.750 396 413 I ActivityManager: Force finishing activity ActivityRecord{42027af0 u0 com.damselgames.biteful/com.unity3d.player.UnityPlayerProxyActivity} 07-18 17:34:26.781 396 439 W InputDispatcher: channel '42655e88 com.damselgames.biteful/com.unity3d.player.UnityPlayerProxyActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9 07-18 17:34:26.789 396 439 E InputDispatcher: channel '42655e88 com.damselgames.biteful/com.unity3d.player.UnityPlayerProxyActivity (server)' ~ Channel is unrecoverably broken and will be disposed! 07-18 17:34:26.789 396 439 W InputDispatcher: channel '4271ea80 com.damselgames.biteful/com.unity3d.player.UnityPlayerNativeActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9 07-18 17:34:26.789 396 439 E InputDispatcher: channel '4271ea80 com.damselgames.biteful/com.unity3d.player.UnityPlayerNativeActivity (server)' ~ Channel is unrecoverably broken and will be disposed! 07-18 17:34:26.789 396 944 W InputDispatcher: Attempted to unregister already unregistered input channel '4271ea80 com.damselgames.biteful/com.unity3d.player.UnityPlayerNativeActivity (server)' 07-18 17:34:26.789 396 413 I ActivityManager: Force finishing activity ActivityRecord{4215ea98 u0 com.damselgames.biteful/com.unity3d.player.UnityPlayerNativeActivity} 07-18 17:34:26.789 396 944 I WindowState: WIN DEATH: Window{4271ea80 u0 com.damselgames.biteful/com.unity3d.player.UnityPlayerNativeActivity} 07-18 17:34:26.789 396 944 W WindowManager: Force-removing child win Window{4279ab18 u0 SurfaceView} from container Window{4271ea80 u0 com.damselgames.biteful/com.unity3d.player.UnityPlayerNativeActivity} 07-18 17:34:26.828 396 6863 W WindowManager: Failed looking up window 07-18 17:34:26.828 396 6863 W WindowManager: java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@422ed6d8 does not exist 07-18 17:34:26.828 396 6863 W WindowManager: at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9493) 07-18 17:34:26.828 396 6863 W WindowManager: at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9484) 07-18 17:34:26.828 396 6863 W WindowManager: at com.android.server.wm.WindowState$DeathRecipient.binderDied(WindowState.java:960) 07-18 17:34:26.828 396 6863 W WindowManager: at android.os.BinderProxy.sendDeathNotice(Binder.java:433) 07-18 17:34:26.828 396 6863 W WindowManager: at dalvik.system.NativeStart.run(Native Method) 07-18 17:34:26.828 396 6863 I WindowState: WIN DEATH: null 07-18 17:34:26.828 396 960 W InputDispatcher: Attempted to unregister already unregistered input channel '42655e88 com.damselgames.biteful/com.unity3d.player.UnityPlayerProxyActivity (server)' 07-18 17:34:26.828 396 960 I WindowState: WIN DEATH: Window{42655e88 u0 com.damselgames.biteful/com.unity3d.player.UnityPlayerProxyActivity} 07-18 17:34:26.851 396 409 V DoNotDisturb: Top component: com.amazon.kindle.otter/com.amazon.kindle.otter.Launcher 07-18 17:34:26.851 396 409 V DoNotDisturb: Top component: com.amazon.kindle.otter/com.amazon.kindle.otter.Launcher 07-18 17:34:26.937 396 416 I PackageManager: Package com.damselgames.biteful codePath changed from /data/app/com.damselgames.biteful-2.apk to /data/app/com.damselgames.biteful-1.apk; Retaining data and using new 07-18 17:34:27.031 396 416 I PackageManager: Running dexopt on: com.damselgames.biteful 07-18 17:34:27.695 8278 8278 D dalvikvm: DexOpt: load 173ms, verify+opt 336ms, 1430260 bytes 07-18 17:34:27.781 396 416 W PackageManager: Code path for pkg : com.damselgames.biteful changing from /data/app/com.damselgames.biteful-2.apk to /data/app/com.damselgames.biteful-1.apk 07-18 17:34:27.781 396 413 I ActivityManager: Force stopping package com.damselgames.biteful appid=10002 user=-1 07-18 17:34:27.781 396 416 W PackageManager: Resource path for pkg : com.damselgames.biteful changing from /data/app/com.damselgames.biteful-2.apk to /data/app/com.damselgames.biteful-1.apk 07-18 17:34:27.781 705 1940 D liblogmanager: Flushing the buffer, with remaining bytes: 97 and bytes to be written: 190 07-18 17:34:27.945 396 416 E Looper : MSG TIMEOUT: time to handle message=1398, time from orig schedule time = 0 , message = { what=0 when=-2s823ms target Handler (com.android.server.pm.PackageManagerService$Package Handler) {42030338} } 07-18 17:34:27.945 396 416 I ActivityManager: Force stopping package com.damselgames.biteful appid=10002 user=0 07-18 17:34:27.961 859 859 D BinderInternal: GC called due to : bg 07-18 17:34:27.992 694 694 E com.amazon.imp/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryer[0]: Notified by action android.intent.action.PACKAGE_REMOVED to invalidate app cache 07-18 17:34:28.016 396 413 I ActivityManager: Start proc com.amazon.venezia for broadcast com.amazon.venezia/com.amazon.mas.client.locker.LockerBroadcastReceiver: pid=8279 uid=32004 gids={72004, 3003, 1015, 1007, 102 8, 9001} 07-18 17:34:28.016 8279 8279 D dalvikvm: Late-enabling CheckJNI 07-18 17:34:28.023 726 726 E com.amazon.tcomm/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryer: Notified by action android.intent.action.PACKAGE_REMOVED to invalidate app cache 07-18 17:34:28.023 19941 19941 E com.amazon.dcp/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryer: Notified by action android.intent.action.PACKAGE_REMOVED to invalidate app cache 07-18 17:34:28.031 396 431 W Settings: Setting default_input_method has moved from android.provider.Settings.Secure to android.provider.Settings.Global. 07-18 17:34:28.031 694 694 E com.amazon.imp/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryer[0]: Notified by action android.intent.action.PACKAGE_ADDED to invalidate app cache 07-18 17:34:28.031 726 726 E com.amazon.tcomm/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryer: Notified by action android.intent.action.PACKAGE_ADDED to invalidate app cache 07-18 17:34:28.031 19941 19941 E com.amazon.dcp/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryer: Notified by action android.intent.action.PACKAGE_ADDED to invalidate app cache 07-18 17:34:28.039 396 473 I RegisteredPolicyManager: Package removed:com.damselgames.biteful 07-18 17:34:28.039 396 473 I DevicePolicyManagerService: Notified isValidMDM=true 07-18 17:34:28.039 396 473 I DevicePolicyManagerService: Notified isValidMDM=true 07-18 17:34:28.039 396 473 I DevicePolicyManagerService: Notified isValidMDM=true 07-18 17:34:28.039 396 473 I DevicePolicyManagerService: Notified isValidMDM=true 07-18 17:34:28.039 396 473 I DevicePolicyManagerService: Notified isValidMDM=true 07-18 17:34:28.039 396 473 I DevicePolicyManagerService: Notified isValidMDM=true 07-18 17:34:28.047 726 726 E com.amazon.tcomm/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryer: Notified by action android.intent.action.PACKAGE_REPLACED to invalidate app cache 07-18 17:34:28.047 694 694 E com.amazon.imp/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryer[0]: Notified by action android.intent.action.PACKAGE_REPLACED to invalidate app cache 07-18 17:34:28.047 19941 19941 E com.amazon.dcp/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryer: Notified by action android.intent.action.PACKAGE_REPLACED to invalidate app cache 07-18 17:34:28.094 396 473 I RegisteredPolicyManager: Package removed:com.damselgames.biteful 07-18 17:34:28.094 396 473 I DevicePolicyManagerService: Notified isValidMDM=true 07-18 17:34:28.094 396 473 I DevicePolicyManagerService: Notified isValidMDM=true 07-18 17:34:28.094 396 473 I DevicePolicyManagerService: Notified isValidMDM=true 07-18 17:34:28.094 396 473 I DevicePolicyManagerService: Notified isValidMDM=true 07-18 17:34:28.094 396 473 I DevicePolicyManagerService: Notified isValidMDM=true 07-18 17:34:28.094 396 473 I DevicePolicyManagerService: Notified isValidMDM=true 07-18 17:34:28.094 7704 7704 E com.amazon.kindle/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryer: Notified by action android.intent.action.PACKAGE_REMOVED to invalidate app cache 07-18 17:34:28.109 705 705 E com.amazon.device.logmanager/com.amazon.identity.auth.device.framework.MAPApplicationInformatiNotified by action android.intent.action.PACKAGE_REMOVED to invalidate app cache 07-18 17:34:28.109 705 705 E com.amazon.device.logmanager/com.amazon.identity.auth.device.framework.MAPApplicationInformatiNotified by action android.intent.action.PACKAGE_ADDED to invalidate app cache 07-18 17:34:28.109 705 705 E com.amazon.device.logmanager/com.amazon.identity.auth.device.framework.MAPApplicationInformatiNotified by action android.intent.action.PACKAGE_REPLACED to invalidate app cache 07-18 17:34:28.117 819 819 E com.amazon.device.settings/com.amazon.identity.auth.device.framework.MAPApplicationInformationNotified by action android.intent.action.PACKAGE_REMOVED to invalidate app cache 07-18 17:34:28.117 819 819 E com.amazon.device.settings/com.amazon.identity.auth.device.framework.MAPApplicationInformationNotified by action android.intent.action.PACKAGE_ADDED to invalidate app cache 07-18 17:34:28.117 819 819 E com.amazon.device.settings/com.amazon.identity.auth.device.framework.MAPApplicationInformationNotified by action android.intent.action.PACKAGE_REPLACED to invalidate app cache 07-18 17:34:28.125 20170 20170 E com.android.settings/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryeNotified by action android.intent.action.PACKAGE_REMOVED to invalidate app cache 07-18 17:34:28.125 20170 20170 E com.android.settings/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryeNotified by action android.intent.action.PACKAGE_ADDED to invalidate app cache 07-18 17:34:28.125 20170 20170 E com.android.settings/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryeNotified by action android.intent.action.PACKAGE_REPLACED to invalidate app cache 07-18 17:34:28.148 715 715 E com.amazon.client.metrics/com.amazon.identity.auth.device.framework.MAPApplicationInformationQNotified by action android.intent.action.PACKAGE_REMOVED to invalidate app cache 07-18 17:34:28.148 715 715 E com.amazon.client.metrics/com.amazon.identity.auth.device.framework.MAPApplicationInformationQNotified by action android.intent.action.PACKAGE_ADDED to invalidate app cache 07-18 17:34:28.148 715 715 E com.amazon.client.metrics/com.amazon.identity.auth.device.framework.MAPApplicationInformationQNotified by action android.intent.action.PACKAGE_REPLACED to invalidate app cache 07-18 17:34:28.164 1933 1933 E com.amazon.csapp/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryer: Notified by action android.intent.action.PACKAGE_REMOVED to invalidate app cache 07-18 17:34:28.164 1933 1933 E com.amazon.csapp/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryer: Notified by action android.intent.action.PACKAGE_ADDED to invalidate app cache 07-18 17:34:28.164 1869 1869 E com.amazon.csapp/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryer: Notified by action android.intent.action.PACKAGE_REMOVED to invalidate app cache 07-18 17:34:28.164 1900 1900 E com.amazon.csapp/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryer: Notified by action android.intent.action.PACKAGE_REMOVED to invalidate app cache 07-18 17:34:28.164 1950 1950 E com.amazon.csapp/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryer: Notified by action android.intent.action.PACKAGE_REMOVED to invalidate app cache 07-18 17:34:28.164 1900 1900 E com.amazon.csapp/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryer: Notified by action android.intent.action.PACKAGE_ADDED to invalidate app cache 07-18 17:34:28.164 1900 1900 E com.amazon.csapp/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryer: Notified by action android.intent.action.PACKAGE_REPLACED to invalidate app cache 07-18 17:34:28.164 1869 1869 E com.amazon.csapp/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryer: Notified by action android.intent.action.PACKAGE_ADDED to invalidate app cache 07-18 17:34:28.164 1933 1933 E com.amazon.csapp/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryer: Notified by action android.intent.action.PACKAGE_REPLACED to invalidate app cache 07-18 17:34:28.164 1950 1950 E com.amazon.csapp/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryer: Notified by action android.intent.action.PACKAGE_ADDED to invalidate app cache 07-18 17:34:28.164 1950 1950 E com.amazon.csapp/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryer: Notified by action android.intent.action.PACKAGE_REPLACED to invalidate app cache 07-18 17:34:28.164 1869 1869 E com.amazon.csapp/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryer: Notified by action android.intent.action.PACKAGE_REPLACED to invalidate app cache 07-18 17:34:28.180 396 473 I DevicePolicyManagerService: isAdmin ComponentInfo{com.android.email/com.android.email.SecurityPolicy$PolicyAdmin} whiteListed true 07-18 17:34:28.180 396 473 I DevicePolicyManagerService: isAdmin ComponentInfo{com.amazon.kor.demo/com.amazon.kor.demo.receiver.BindDeviceAdminReceiver} whiteListed true 07-18 17:34:28.180 396 473 I DevicePolicyManagerService: isAdmin ComponentInfo{com.amazon.webview/com.amazon.webview.AWVAdminReceiver} whiteListed true 07-18 17:34:28.180 396 473 I DevicePolicyManagerService: isAdmin ComponentInfo{com.amazon.parentalcontrols/com.amazon.parentalcontrols.receivers.ParentalAdminReceiver} whiteListed true 07-18 17:34:28.180 396 473 I DevicePolicyManagerService: isAdmin ComponentInfo{com.amazon.kindle.rdmdeviceadmin/com.amazon.rdmdeviceadmin.DeviceControlsAdminReceiver} whiteListed true 07-18 17:34:28.180 396 473 I DevicePolicyManagerService: isAdmin ComponentInfo{com.amazon.kindle.devicecontrols/com.amazon.kindle.devicecontrols.receivers.DeviceControlsAdminReceiver} whiteListed true 07-18 17:34:28.180 396 473 I DevicePolicyManagerService: isAdmin ComponentInfo{com.android.email/com.android.email.SecurityPolicy$PolicyAdmin} whiteListed true 07-18 17:34:28.180 396 473 I DevicePolicyManagerService: isAdmin ComponentInfo{com.amazon.kor.demo/com.amazon.kor.demo.receiver.BindDeviceAdminReceiver} whiteListed true 07-18 17:34:28.180 396 473 I DevicePolicyManagerService: isAdmin ComponentInfo{com.amazon.webview/com.amazon.webview.AWVAdminReceiver} whiteListed true 07-18 17:34:28.180 396 473 I DevicePolicyManagerService: isAdmin ComponentInfo{com.amazon.parentalcontrols/com.amazon.parentalcontrols.receivers.ParentalAdminReceiver} whiteListed true 07-18 17:34:28.180 396 473 I DevicePolicyManagerService: isAdmin ComponentInfo{com.amazon.kindle.rdmdeviceadmin/com.amazon.rdmdeviceadmin.DeviceControlsAdminReceiver} whiteListed true 07-18 17:34:28.180 396 473 I DevicePolicyManagerService: isAdmin ComponentInfo{com.amazon.kindle.devicecontrols/com.amazon.kindle.devicecontrols.receivers.DeviceControlsAdminReceiver} whiteListed true 07-18 17:34:28.180 396 473 I RegisteredPolicyManager: Package removed:com.damselgames.biteful 07-18 17:34:28.180 396 473 I DevicePolicyManagerService: Notified isValidMDM=true 07-18 17:34:28.187 396 473 I DevicePolicyManagerService: Notified isValidMDM=true 07-18 17:34:28.187 396 473 I DevicePolicyManagerService: Notified isValidMDM=true 07-18 17:34:28.187 396 473 I DevicePolicyManagerService: Notified isValidMDM=true 07-18 17:34:28.187 396 473 I DevicePolicyManagerService: Notified isValidMDM=true 07-18 17:34:28.187 396 473 I DevicePolicyManagerService: Notified isValidMDM=true 07-18 17:34:28.250 8003 8003 E com.amazon.dcp/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryer: Notified by action android.intent.action.PACKAGE_REMOVED to invalidate app cache 07-18 17:34:28.258 7704 7704 E com.amazon.kindle/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryer: Notified by action android.intent.action.PACKAGE_ADDED to invalidate app cache 07-18 17:34:28.258 7704 7704 E com.amazon.kindle/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryer: Notified by action android.intent.action.PACKAGE_REPLACED to invalidate app cache 07-18 17:34:28.281 8267 8267 D AndroidRuntime: Shutting down VM 07-18 17:34:28.320 396 440 I InputReader: Reconfiguring input devices. changes=0x00000010 07-18 17:34:28.320 396 440 I InputReader: Reconfiguring input devices. changes=0x00000010 07-18 17:34:28.328 8003 8003 E com.amazon.dcp/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryer: Notified by action android.intent.action.PACKAGE_ADDED to invalidate app cache 07-18 17:34:28.328 8003 8003 E com.amazon.dcp/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryer: Notified by action android.intent.action.PACKAGE_REPLACED to invalidate app cache 07-18 17:34:28.344 7401 7401 E com.amazon.device.messaging/com.amazon.identity.auth.device.framework.MAPApplicationInformatioNotified by action android.intent.action.PACKAGE_REMOVED to invalidate app cache 07-18 17:34:28.367 7401 7401 E com.amazon.device.messaging/com.amazon.identity.auth.device.framework.MAPApplicationInformatioNotified by action android.intent.action.PACKAGE_ADDED to invalidate app cache 07-18 17:34:28.367 7401 7401 E com.amazon.device.messaging/com.amazon.identity.auth.device.framework.MAPApplicationInformatioNotified by action android.intent.action.PACKAGE_REPLACED to invalidate app cache 07-18 17:34:28.406 396 473 I DevicePolicyManagerService: isAdmin ComponentInfo{com.android.email/com.android.email.SecurityPolicy$PolicyAdmin} whiteListed true 07-18 17:34:28.406 396 473 I DevicePolicyManagerService: isAdmin ComponentInfo{com.amazon.kor.demo/com.amazon.kor.demo.receiver.BindDeviceAdminReceiver} whiteListed true 07-18 17:34:28.406 396 473 I DevicePolicyManagerService: isAdmin ComponentInfo{com.amazon.webview/com.amazon.webview.AWVAdminReceiver} whiteListed true 07-18 17:34:28.414 396 473 I DevicePolicyManagerService: isAdmin ComponentInfo{com.amazon.parentalcontrols/com.amazon.parentalcontrols.receivers.ParentalAdminReceiver} whiteListed true 07-18 17:34:28.414 396 473 I DevicePolicyManagerService: isAdmin ComponentInfo{com.amazon.kindle.rdmdeviceadmin/com.amazon.rdmdeviceadmin.DeviceControlsAdminReceiver} whiteListed true 07-18 17:34:28.414 396 473 I DevicePolicyManagerService: isAdmin ComponentInfo{com.amazon.kindle.devicecontrols/com.amazon.kindle.devicecontrols.receivers.DeviceControlsAdminReceiver} whiteListed true 07-18 17:34:28.422 1432 1432 E com.amazon.photos/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryer: Notified by action android.intent.action.PACKAGE_REMOVED to invalidate app cache 07-18 17:34:28.422 1432 1432 E com.amazon.photos/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryer: Notified by action android.intent.action.PACKAGE_ADDED to invalidate app cache 07-18 17:34:28.422 1432 1432 E com.amazon.photos/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryer: Notified by action android.intent.action.PACKAGE_REPLACED to invalidate app cache 07-18 17:34:28.547 2796 2796 E com.amazon.cloud9/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryer: Notified by action android.intent.action.PACKAGE_REMOVED to invalidate app cache 07-18 17:34:28.578 8267 8267 D skia : SkGraphics::Term() dlclose() BLTsville (CPU) 07-18 17:34:28.633 7946 7946 E com.audible.application.kindle/com.amazon.identity.auth.device.framework.MAPApplicationInformaNotified by action android.intent.action.PACKAGE_REMOVED to invalidate app cache 07-18 17:34:28.680 2796 2796 I Choreographer: Skipped 40 frames! The application may be doing too much work on its main thread. 07-18 17:34:28.687 2796 2796 E com.amazon.cloud9/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryer: Notified by action android.intent.action.PACKAGE_ADDED to invalidate app cache 07-18 17:34:28.687 2796 2796 E com.amazon.cloud9/com.amazon.identity.auth.device.framework.MAPApplicationInformationQueryer: Notified by action android.intent.action.PACKAGE_REPLACED to invalidate app cache 07-18 17:34:28.719 7946 7946 E com.audible.application.kindle/com.amazon.identity.auth.device.framework.MAPApplicationInformaNotified by action android.intent.action.PACKAGE_ADDED to invalidate app cache 07-18 17:34:28.719 7946 7946 E com.audible.application.kindle/com.amazon.identity.auth.device.framework.MAPApplicationInformaNotified by action android.intent.action.PACKAGE_REPLACED to invalidate app cache 07-18 17:34:28.766 396 748 V IntentResolver: Resolving type null scheme null of intent Intent { act=com.amazon.whisperlink.actview.ui.SELECTION flg=0x8 } 07-18 17:34:28.766 396 748 V IntentResolver: Action list: [Landroid.content.pm.PackageParser$ServiceIntentInfo;@423170d8 07-18 17:34:28.766 396 748 V IntentResolver: Matching against filter ServiceIntentInfo{425e9a88 com.amazon.gallery.thor.whisperplay.ThorWhisperService} 07-18 17:34:28.766 396 748 V IntentResolver: Filter matched! match=0x108000 07-18 17:34:28.766 396 748 V IntentResolver: Matching against filter ServiceIntentInfo{42231bf0 com.amazon.messaging.common.whisperplay.internal.service.WhisperPlayPlaybackControlLocalService} 07-18 17:34:28.766 396 748 V IntentResolver: Filter matched! match=0x108000 07-18 17:34:28.766 396 748 V IntentResolver: Matching against filter ServiceIntentInfo{424f6ea8 com.amazon.mp3.wp.WpServicesHandler} 07-18 17:34:28.766 396 748 V IntentResolver: Filter matched! match=0x108000 07-18 17:34:28.766 396 748 V IntentResolver: Final result list: 07-18 17:34:28.773 396 748 V IntentResolver: ResolveInfo{41f98c80 com.amazon.gallery.thor.whisperplay.ThorWhisperService p=0 o=0 m=0x108000} 07-18 17:34:28.773 396 748 V IntentResolver: ResolveInfo{41fbbc18 com.amazon.messaging.common.whisperplay.internal.service.WhisperPlayPlaybackControlLocalService p=0 o=0 m=0x108000} 07-18 17:34:28.773 396 748 V IntentResolver: ResolveInfo{42048618 com.amazon.mp3.wp.WpServicesHandler p=0 o=0 m=0x108000} 07-18 17:34:28.773 396 6862 V IntentResolver: Resolving type null scheme null of intent Intent { act=com.amazon.whisperlink.actview.ui.SELECTION flg=0x8 } 07-18 17:34:28.773 396 6862 V IntentResolver: Action list: [Landroid.content.pm.PackageParser$ServiceIntentInfo;@423170d8 07-18 17:34:28.773 396 6862 V IntentResolver: Matching against filter ServiceIntentInfo{425e9a88 com.amazon.gallery.thor.whisperplay.ThorWhisperService} 07-18 17:34:28.773 396 6862 V IntentResolver: Filter matched! match=0x108000 07-18 17:34:28.773 396 6862 V IntentResolver: Matching against filter ServiceIntentInfo{42231bf0 com.amazon.messaging.common.whisperplay.internal.service.WhisperPlayPlaybackControlLocalService} 07-18 17:34:28.773 396 6862 V IntentResolver: Filter matched! match=0x108000 07-18 17:34:28.773 396 6862 V IntentResolver: Matching against filter ServiceIntentInfo{424f6ea8 com.amazon.mp3.wp.WpServicesHandler} 07-18 17:34:28.773 396 6862 V IntentResolver: Filter matched! match=0x108000 07-18 17:34:28.773 396 6862 V IntentResolver: Final result list: 07-18 17:34:28.773 396 6862 V IntentResolver: ResolveInfo{42271658 com.amazon.gallery.thor.whisperplay.ThorWhisperService p=0 o=0 m=0x108000} 07-18 17:34:28.773 396 6862 V IntentResolver: ResolveInfo{425d7058 com.amazon.messaging.common.whisperplay.internal.service.WhisperPlayPlaybackControlLocalService p=0 o=0 m=0x108000} 07-18 17:34:28.773 396 6862 V IntentResolver: ResolveInfo{4240b6a8 com.amazon.mp3.wp.WpServicesHandler p=0 o=0 m=0x108000} 07-18 17:34:28.773 396 732 V IntentResolver: Resolving type null scheme null of intent Intent { act=com.amazon.whisperlink.actview.ui.SELECTION flg=0x8 } 07-18 17:34:28.773 396 732 V IntentResolver: Action list: [Landroid.content.pm.PackageParser$ServiceIntentInfo;@423170d8 07-18 17:34:28.773 396 732 V IntentResolver: Matching against filter ServiceIntentInfo{425e9a88 com.amazon.gallery.thor.whisperplay.ThorWhisperService} 07-18 17:34:28.773 396 732 V IntentResolver: Filter matched! match=0x108000 07-18 17:34:28.773 396 732 V IntentResolver: Matching against filter ServiceIntentInfo{42231bf0 com.amazon.messaging.common.whisperplay.internal.service.WhisperPlayPlaybackControlLocalService} 07-18 17:34:28.773 396 732 V IntentResolver: Filter matched! match=0x108000 07-18 17:34:28.773 396 732 V IntentResolver: Matching against filter ServiceIntentInfo{424f6ea8 com.amazon.mp3.wp.WpServicesHandler} 07-18 17:34:28.773 396 732 V IntentResolver: Filter matched! match=0x108000 07-18 17:34:28.773 396 732 V IntentResolver: Final result list: 07-18 17:34:28.773 396 732 V IntentResolver: ResolveInfo{4230de10 com.amazon.gallery.thor.whisperplay.ThorWhisperService p=0 o=0 m=0x108000} 07-18 17:34:28.773 396 732 V IntentResolver: ResolveInfo{4240b260 com.amazon.messaging.common.whisperplay.internal.service.WhisperPlayPlaybackControlLocalService p=0 o=0 m=0x108000} 07-18 17:34:28.773 396 732 V IntentResolver: ResolveInfo{4240a4a8 com.amazon.mp3.wp.WpServicesHandler p=0 o=0 m=0x108000} 07-18 17:34:28.851 396 431 W Settings: Setting default_input_method has moved from android.provider.Settings.Secure to android.provider.Settings.Global. 07-18 17:34:28.976 8279 8279 I AmazonAppstore.AndroidProfiler: Creating AndroidProfiler 07-18 17:34:29.031 8279 8279 D ProfileManager: Create ProfileManager instance 07-18 17:34:29.062 8279 8279 I PlatformUtils: The platform has com.amazon.dcp.settings.SettingsCache 07-18 17:34:29.125 8279 8279 I com.amazon.dcp.settings.BackgroundSynchronizer: Requesting sync with content provider. 07-18 17:34:29.148 8279 8299 I com.amazon.dcp.settings.SettingsCacheUpdater: took 22 millis to get the SettingsProvider 07-18 17:34:29.148 8279 8299 I com.amazon.dcp.settings.SettingsCacheUpdater: Starting sync with content provider. 07-18 17:34:29.250 8279 8299 I com.amazon.dcp.settings.SettingsCacheUpdater: Sync with content provider complete. Values processed: 107 07-18 17:34:29.406 8279 8279 I AmazonAppstore.VeneziaAPK/Application: Oncreate for default process 07-18 17:34:29.516 396 431 W Searchables: No web search activity found 07-18 17:34:29.523 396 431 W Searchables: No web search activity found 07-18 17:34:29.523 396 431 W RecognitionManagerService: no available voice recognition services found for user 0 07-18 17:34:29.664 8279 8279 I AmazonAppstore.BasicBuildDetector: This is a release build 07-18 17:34:29.672 8279 8310 E AmazonAppstore.AccountSummaryProviderImpl: accountManager is null, didnt we call init? 07-18 17:34:29.703 8279 8310 E com.amazon.dcp.settings.SettingsCache: Attempted to set context on SettingsCache more than once. 07-18 17:34:29.703 8279 8310 I PlatformUtils: The platform has com.amazon.dcp.settings.SettingLong 07-18 17:34:29.750 770 770 V AmazonLauncher.BaseViewManager: Cache miss! 07-18 17:34:29.781 8279 8310 I Unknown/com.amazon.identity.auth.device.utils.VersionUtils: SSO was found in package com.amazon.imp 07-18 17:34:29.781 8279 8310 I com.amazon.venezia/com.amazon.identity.auth.device.api.MAPInit: Initalizing MAP (100065410) for app com.amazon.venezia 07-18 17:34:29.781 8279 8310 I PlatformUtils: The platform has com.amazon.dcp.settings.SettingBoolean 07-18 17:34:29.789 8279 8310 I com.amazon.venezia/com.amazon.identity.auth.device.api.MAPInit: Initalizing MAP SSO 07-18 17:34:29.805 8279 8310 I PlatformUtils: The platform has com.amazon.dcp.settings.SettingInteger 07-18 17:34:29.859 770 770 V AmazonLauncher.BaseViewManager: Cache miss! 07-18 17:34:29.875 770 770 V AmazonLauncher.BaseViewManager: Cache miss! 07-18 17:34:29.898 8279 8279 I com.amazon.android.webkit.embedded.ClientApiLevel: Client API Level:1 07-18 17:34:29.906 8279 8279 I com.amazon.android.webkit.AmazonWebKitFactories: Successfully create WebKitFactory by name: com.amazon.android.webkit.embedded.EmbeddedWebKitFactory 07-18 17:34:29.906 8307 8307 D skia : SkGraphics::Init() - BLTsville (CPU) dlopen success 07-18 17:34:29.906 8307 8307 D AndroidRuntime: 07-18 17:34:29.906 8307 8307 D AndroidRuntime: >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<< 07-18 17:34:29.906 8307 8307 D AndroidRuntime: CheckJNI is OFF 07-18 17:34:29.906 8279 8279 V AmazonWebView: AWV_launch:l:stage=initializeStart;DV;1:NR 07-18 17:34:29.937 8307 8307 D dalvikvm: Trying to load lib libjavacore.so 0x0 07-18 17:34:29.945 8307 8307 D dalvikvm: Added shared lib libjavacore.so 0x0 07-18 17:34:29.953 8279 8279 V AmazonWebView: AWV_launch:l:stage=initializeStartLoadLibrary;DV;1:NR 07-18 17:34:29.953 8279 8279 I LibraryLoader: loading: stlport_shared 07-18 17:34:29.953 8279 8279 D dalvikvm: Trying to load lib /data/app-lib/AmazonWebViewLib_1063810/ libstlport_shared.so 0x41f7cfa0 07-18 17:34:29.961 8307 8307 D dalvikvm: Trying to load lib libnativehelper.so 0x0 07-18 17:34:29.961 8307 8307 D dalvikvm: Added shared lib libnativehelper.so 0x0 07-18 17:34:29.976 8279 8279 D dalvikvm: Added shared lib /data/app-lib/AmazonWebViewLib_1063810/ libstlport_shared.so 0x41f7cfa0 07-18 17:34:29.976 8279 8279 D dalvikvm: No JNI_OnLoad found in /data/app-lib/AmazonWebViewLib_1063810/ libstlport_shared.so 0x41f7cfa0, skipping init 07-18 17:34:29.976 8279 8279 I LibraryLoader: loaded: stlport_shared 07-18 17:34:29.976 8279 8279 I LibraryLoader: loading: swev8 07-18 17:34:29.976 8279 8279 D dalvikvm: Trying to load lib /data/app-lib/AmazonWebViewLib_1063810/ libswev8.so 0x41f7cfa0 07-18 17:34:30.016 8279 8312 E com.amazon.venezia/com.amazon.identity.auth.device.api.MAPInit: MAP Components already initalized 07-18 17:34:30.016 8279 8314 E com.amazon.venezia/com.amazon.identity.auth.device.api.MAPInit: MAP Components already initalized 07-18 17:34:30.016 8279 8312 I PlatformUtils: The platform has com.amazon.dcp.settings.SettingString 07-18 17:34:30.023 8279 8279 D dalvikvm: Added shared lib /data/app-lib/AmazonWebViewLib_1063810/ libswev8.so 0x41f7cfa0 07-18 17:34:30.023 8279 8279 D dalvikvm: No JNI_OnLoad found in /data/app-lib/AmazonWebViewLib_1063810/ libswev8.so 0x41f7cfa0, skipping init 07-18 17:34:30.031 8279 8279 I LibraryLoader: loaded: swev8 07-18 17:34:30.031 8279 8279 I LibraryLoader: loading: fenet 07-18 17:34:30.031 8279 8279 D dalvikvm: Trying to load lib /data/app-lib/AmazonWebViewLib_1063810/ libfenet.so 0x41f7cfa0 07-18 17:34:30.055 8307 8307 E android.os.Build: /proc/idme/serial: open failed: ENOENT (No such file or directory) 07-18 17:34:30.070 8279 8279 D dalvikvm: Added shared lib /data/app-lib/AmazonWebViewLib_1063810/ libfenet.so 0x41f7cfa0 07-18 17:34:30.070 8279 8279 D dalvikvm: No JNI_OnLoad found in /data/app-lib/AmazonWebViewLib_1063810/ libfenet.so 0x41f7cfa0, skipping init 07-18 17:34:30.070 8279 8279 I LibraryLoader: loaded: fenet 07-18 17:34:30.070 8279 8279 I LibraryLoader: loading: fewebkit 07-18 17:34:30.070 8279 8279 D dalvikvm: Trying to load lib /data/app-lib/AmazonWebViewLib_1063810/ libfewebkit.so 0x41f7cfa0 07-18 17:34:30.203 8279 8314 E com.amazon.venezia/com.amazon.identity.auth.device.api.MAPInit: MAP Components already initalized 07-18 17:34:30.266 8279 8279 D dalvikvm: Added shared lib /data/app-lib/AmazonWebViewLib_1063810/ libfewebkit.so 0x41f7cfa0 07-18 17:34:30.266 8279 8279 D dalvikvm: No JNI_OnLoad found in /data/app-lib/AmazonWebViewLib_1063810/ libfewebkit.so 0x41f7cfa0, skipping init 07-18 17:34:30.266 8279 8279 I LibraryLoader: loaded: fewebkit 07-18 17:34:30.266 8279 8279 I LibraryLoader: loading: amazonwebcontent 07-18 17:34:30.266 8279 8279 D dalvikvm: Trying to load lib /data/app-lib/AmazonWebViewLib_1063810/ libamazonwebcontent.so 0x41f7cfa0 07-18 17:34:30.305 8307 8307 D AndroidRuntime: Calling main entry com.android.commands.am.Am 07-18 17:34:30.305 8307 8307 D dalvikvm: Note: class Landroid/app/ActivityManagerNative; has 158 unimplemented (abstract) methods 07-18 17:34:30.328 396 6862 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.damselgames.biteful/com.unity3d.player.UnityPlayerProxyActivity} fr om pid 8307 07-18 17:34:30.344 770 770 I AmazonLauncher.OtterActivity[AmazonLauncher.Launcher]: onPause 07-18 17:34:30.344 770 770 D AmazonLauncher.DTCPController: : to DTCPController.PausedState 07-18 17:34:30.351 8307 8307 D AndroidRuntime: Shutting down VM 07-18 17:34:30.351 396 6862 V DoNotDisturb: Top component: com.damselgames.biteful/com.unity3d.player.UnityPlayerProxyActivity 07-18 17:34:30.367 8334 8334 D dalvikvm: Late-enabling CheckJNI 07-18 17:34:30.367 396 406 I ActivityManager: Start proc com.damselgames.biteful for activity com.damselgames.biteful/com.unity3d.player.UnityPlayerProxyActivity: pid=8334 uid=10002 gids={50002, 3003, 1015, 1028} 07-18 17:34:30.437 8279 8279 D dalvikvm: Added shared lib /data/app-lib/AmazonWebViewLib_1063810/ libamazonwebcontent.so 0x41f7cfa0 07-18 17:34:30.562 8279 8279 I libEGL : Processor type: omap4470 07-18 17:34:30.562 8279 8279 I libEGL : egl.cfg: entry POWERVR_SGX540_120 omap4430 07-18 17:34:30.562 8279 8279 I libEGL : egl.cfg: entry POWERVR_SGX540_120 omap4460 07-18 17:34:30.562 8279 8279 I libEGL : egl.cfg: entry POWERVR_SGX544_112 omap4470 07-18 17:34:30.562 8307 8307 D skia : SkGraphics::Term() dlclose() BLTsville (CPU) 07-18 17:34:30.562 8279 8279 I libEGL : Picked EGL type 'POWERVR_SGX544_112' for processor 'omap4470' 07-18 17:34:30.578 8279 8279 D libEGL : loaded /vendor/lib/egl/ libEGL_POWERVR_SGX544_112.so 07-18 17:34:30.601 396 790 D ActivityStack: KRS: set prop to :0 07-18 17:34:30.601 8279 8279 D libEGL : loaded /vendor/lib/egl/ libGLESv1_CM_POWERVR_SGX544_112.so 07-18 17:34:30.609 8279 8279 D libEGL : loaded /vendor/lib/egl/ libGLESv2_POWERVR_SGX544_112.so 07-18 17:34:30.625 396 790 D WindowManager: openingActivityName = com.unity3d.player.UnityPlayerProxyActivity, animAttr = 8 07-18 17:34:30.648 396 790 D ActivityStack: KRS: set prop to :1 07-18 17:34:30.648 396 413 V DoNotDisturb: Top component: com.damselgames.biteful/com.unity3d.player.UnityPlayerProxyActivity 07-18 17:34:30.711 8334 8334 D ProfileManager: Create ProfileManager instance 07-18 17:34:30.719 8334 8334 I Activity: Constructing ActvityExender com.amazon.android.app.AmazonActivityExtender. 07-18 17:34:30.719 8334 8334 I Activity: Constructed ActvityExender com.amazon.android.app.AmazonActivityExtender. 07-18 17:34:30.719 396 396 I ActivityManager: START u0 {flg=0x10000 cmp=com.damselgames.biteful/com.unity3d.player.UnityPlayerNativeActivity} from pid 8334 07-18 17:34:30.726 396 396 V DoNotDisturb: Top component: com.damselgames.biteful/com.unity3d.player.UnityPlayerNativeActivity 07-18 17:34:30.758 8279 8279 I LibraryLoader: loaded: amazonwebcontent 07-18 17:34:30.789 8279 8279 V AmazonWebView: AWV_launch:l:stage=initializeReturnFromLoadLibrary;DV;1:NR 07-18 17:34:30.797 8279 8279 W BrowserProcessMain: Excessive maxRendererProcesses value: 6 07-18 17:34:30.797 8279 8279 I BrowserProcessMain: Initializing chromium process, renderers=3 hostIsChrome=false 07-18 17:34:30.812 396 748 I ActivityManager: Start proc com.amazon.venezia:sandboxed_process0 for service com.amazon.venezia/org.chromium.content.app.SandboxedProcessService0: pid=8349 uid=32004 gids={72004, 3003, 1 015, 1007, 1028, 9001} 07-18 17:34:30.812 8349 8349 D dalvikvm: Late-enabling CheckJNI 07-18 17:34:30.820 396 9578 D ActivityStack: KRS: set prop to :0 07-18 17:34:30.828 396 9578 D ActivityStack: KRS: set prop to :1 07-18 17:34:30.851 770 770 I AmazonLauncher.OtterActivity[AmazonLauncher.Launcher]: Clearing crash flag 07-18 17:34:30.851 705 1939 D liblogmanager: Flushing the buffer, with remaining bytes: 33 and bytes to be written: 108 07-18 17:34:30.937 8334 8334 I Activity: Constructing ActvityExender com.amazon.android.app.AmazonActivityExtender. 07-18 17:34:30.937 8334 8334 I Activity: Constructed ActvityExender com.amazon.android.app.AmazonActivityExtender. 07-18 17:34:30.984 8334 8334 D dalvikvm: Trying to load lib /data/app-lib/com.damselgames.biteful-1/libmain.so 0x41f77130 07-18 17:34:30.984 8334 8334 D dalvikvm: Added shared lib /data/app-lib/com.damselgames.biteful-1/libmain.so 0x41f77130 07-18 17:34:30.984 8334 8334 I Unity : gles_mode = 0 (integer) 07-18 17:34:30.984 8334 8334 I Unity : splash_mode = 2 (integer) 07-18 17:34:30.984 8334 8334 I Unity : hide_status_bar = True (bool) 07-18 17:34:30.984 8334 8334 I Unity : useObb = False (bool) 07-18 17:34:30.984 8334 8334 I Unity : development_player = True (bool) 07-18 17:34:30.992 8349 8349 I AmazonAppstore.AndroidProfiler: Creating AndroidProfiler 07-18 17:34:31.016 8279 8368 W chromium: [8279:8368:0718/173431:57924806335:WARNING: proxy_service.cc(890)] PAC support disabled because there is no system implementation 07-18 17:34:31.039 8349 8349 D ProfileManager: Create ProfileManager instance 07-18 17:34:31.070 8349 8349 I SandboxedProcessService: Creating new SandboxedProcessService pid=8349 07-18 17:34:31.078 8349 8373 V AmazonWebView: AWV_launch:l:stage=sandboxStartLoadLibrary;DV;1:NR 07-18 17:34:31.078 8349 8373 I LibraryLoader: loading: stlport_shared 07-18 17:34:31.078 8349 8373 D dalvikvm: Trying to load lib /data/app-lib/AmazonWebViewLib_1063810/ libstlport_shared.so 0x41f795b0 07-18 17:34:31.078 8349 8373 D dalvikvm: Added shared lib /data/app-lib/AmazonWebViewLib_1063810/ libstlport_shared.so 0x41f795b0 07-18 17:34:31.086 120 258 D SurfaceTexture: [Starting com.damselgames.biteful] setFilteringEnabled called with mCurrentTextureBuf == NULL 07-18 17:34:31.086 8349 8373 D dalvikvm: No JNI_OnLoad found in /data/app-lib/AmazonWebViewLib_1063810/ libstlport_shared.so 0x41f795b0, skipping init 07-18 17:34:31.086 8349 8373 I LibraryLoader: loaded: stlport_shared 07-18 17:34:31.086 8349 8373 I LibraryLoader: loading: swev8 07-18 17:34:31.086 8349 8373 D dalvikvm: Trying to load lib /data/app-lib/AmazonWebViewLib_1063810/ libswev8.so 0x41f795b0 07-18 17:34:31.086 8349 8373 D dalvikvm: Added shared lib /data/app-lib/AmazonWebViewLib_1063810/ libswev8.so 0x41f795b0 07-18 17:34:31.086 8349 8373 D dalvikvm: No JNI_OnLoad found in /data/app-lib/AmazonWebViewLib_1063810/ libswev8.so 0x41f795b0, skipping init 07-18 17:34:31.086 8349 8373 I LibraryLoader: loaded: swev8 07-18 17:34:31.086 8349 8373 I LibraryLoader: loading: fenet 07-18 17:34:31.086 8349 8373 D dalvikvm: Trying to load lib /data/app-lib/AmazonWebViewLib_1063810/ libfenet.so 0x41f795b0 07-18 17:34:31.094 8334 8334 D Unity : surfaces: attach glview 07-18 17:34:31.101 8349 8373 D dalvikvm: Added shared lib /data/app-lib/AmazonWebViewLib_1063810/ libfenet.so 0x41f795b0 07-18 17:34:31.101 8349 8373 D dalvikvm: No JNI_OnLoad found in /data/app-lib/AmazonWebViewLib_1063810/ libfenet.so 0x41f795b0, skipping init 07-18 17:34:31.101 8349 8373 I LibraryLoader: loaded: fenet 07-18 17:34:31.101 8349 8373 I LibraryLoader: loading: fewebkit 07-18 17:34:31.101 8349 8373 D dalvikvm: Trying to load lib /data/app-lib/AmazonWebViewLib_1063810/ libfewebkit.so 0x41f795b0 07-18 17:34:31.125 8279 8279 V AmazonWebView: AWV_launch:l:stage=initializeComplete;DV;1:NR 07-18 17:34:31.164 8349 8373 D dalvikvm: Added shared lib /data/app-lib/AmazonWebViewLib_1063810/ libfewebkit.so 0x41f795b0 07-18 17:34:31.164 8349 8373 D dalvikvm: No JNI_OnLoad found in /data/app-lib/AmazonWebViewLib_1063810/ libfewebkit.so 0x41f795b0, skipping init 07-18 17:34:31.164 8349 8373 I LibraryLoader: loaded: fewebkit 07-18 17:34:31.164 8349 8373 I LibraryLoader: loading: amazonwebcontent 07-18 17:34:31.164 8349 8373 D dalvikvm: Trying to load lib /data/app-lib/AmazonWebViewLib_1063810/ libamazonwebcontent.so 0x41f795b0 07-18 17:34:31.187 8349 8373 D dalvikvm: Added shared lib /data/app-lib/AmazonWebViewLib_1063810/ libamazonwebcontent.so 0x41f795b0 07-18 17:34:31.203 8349 8373 I LibraryLoader: loaded: amazonwebcontent 07-18 17:34:31.203 8349 8373 V AmazonWebView: AWV_launch:l:stage=sandboxReturnFromLoadLibrary;DV;1:NR 07-18 17:34:31.203 8279 8279 I AmazonAppstore.VeneziaAPK/StrictModeHelper: Configuring strict mode thread policy 07-18 17:34:31.203 8279 8279 I AmazonAppstore.VeneziaAPK/StrictModeHelper: Configuring strict mode vm policy 07-18 17:34:31.234 396 960 I ActivityManager: Start proc android.process.acore for broadcast com.android.providers.contacts/.PackageIntentReceiver: pid=8379 uid=32014 gids={72014, 3003, 1015, 1028, 9001} 07-18 17:34:31.242 8379 8379 D dalvikvm: Late-enabling CheckJNI 07-18 17:34:31.312 8379 8379 D ProfileManager: Create ProfileManager instance 07-18 17:34:31.476 8334 8334 I Unity : onResume 07-18 17:34:31.476 396 407 I AmazonPhoneWindowManager: App com.damselgames.biteful uses dismiss keyguard flags without DISABLE_KEYGUARD permission or required trust level. Removing flags. 07-18 17:34:31.578 8379 8379 V MetricsServiceConnection: getService : Sent intent to bind to metrics service. Service will be bound asynchronously. 07-18 17:34:31.578 8379 8379 I com.amazon.dcp.metrics.CrashDetectionHelper: Setting up crash detector. 07-18 17:34:31.586 8379 8379 D ContactsProvider: Crash detector initialized 07-18 17:34:31.586 8379 8379 D ContactsProvider: Initializing... 07-18 17:34:31.601 640 640 E MusicFXCompat: received 07-18 17:34:31.601 8379 8379 V MetricsServiceConnection: onServiceConnected : service android.os.BinderProxy@41f95200 07-18 17:34:31.609 640 640 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1629 android.content.ContextWrapper.startService:477 android.content.Con textWrapper.startService:477 com.dolby.Compatibility$Receiver.onReceive:132 android.app.ActivityThread.handleReceiver:2438 07-18 17:34:31.617 640 8401 E MusicFXCompat: handleintent 07-18 17:34:31.617 640 8401 E MusicFXCompat: intentservice saw: Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.damselgames.biteful flg=0x8000010 cmp=com.dolby/.Compatibility$Receiver (has extras) } Bundle[{android.intent.extra.REMOVED_FOR_ALL_USERS=false, android.intent.extra.DATA_REMOVED=false, android.intent.extra.REPLACING=true, android.intent.extra.user_handle=0, android.intent.extra.UID=10002}] 07-18 17:34:31.617 640 8401 E MusicFXCompat: found: 1 07-18 17:34:31.617 640 8401 E MusicFXCompat: saved default: com.dolby.ds1appUI.MainActivity 07-18 17:34:31.617 640 8401 E MusicFXCompat: skipping ResolveInfo{41fbf090 com.dolby.Compatibility$Redirector p=2147483647 o=0 m=0x108000} 07-18 17:34:31.617 640 8401 E MusicFXCompat: No control panels found! 07-18 17:34:31.648 8402 8402 D dalvikvm: Late-enabling CheckJNI 07-18 17:34:31.656 396 790 I ActivityManager: Start proc com.android.keychain for broadcast com.android.keychain/.KeyChainBroadcastReceiver: pid=8402 uid=1000 gids={41000, 1015, 1028, 3003, 3001, 9001} 07-18 17:34:31.719 8402 8402 D ProfileManager: Create ProfileManager instance 07-18 17:34:31.719 8402 8402 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1629 android.content.ContextWrapper.startService:477 android.content.Con textWrapper.startService:477 com.android.keychain.KeyChainBroadcastReceiver.onReceive:12 android.app.ActivityThread.handleReceiver:2438 07-18 17:34:31.734 396 768 I ActivityManager: Start proc com.amazon.identity.auth.device.authorization for broadcast com.amazon.identity.auth.device.authorization/.appsync.PackageChangedReceiver: pid=8415 uid=32036 g ids={72036, 3003, 1028, 9001} 07-18 17:34:31.734 8415 8415 D dalvikvm: Late-enabling CheckJNI 07-18 17:34:31.742 8279 8396 I AvailabilitySDK: scheduled configuration update @ 2014-07-19 02:26:57 (repeating) 07-18 17:34:31.742 8279 8396 I AvailabilitySDK: created schedule @ 2014-07-18 17:34:31 07-18 17:34:31.742 8415 8415 I dalvikvm: Turning on JNI app bug workarounds for target SDK version 8... 07-18 17:34:31.758 396 948 I AmazonPhoneWindowManager: App com.damselgames.biteful uses dismiss keyguard flags without DISABLE_KEYGUARD permission or required trust level. Removing flags. 07-18 17:34:31.789 551 551 V PhoneStatusBar: setLightsOn(true) 07-18 17:34:31.828 8334 8334 D Unity : [EGL] Attaching window 0x5c6c3580 07-18 17:34:31.836 8415 8415 D ProfileManager: Create ProfileManager instance 07-18 17:34:31.859 396 948 I AmazonPhoneWindowManager: App com.damselgames.biteful uses dismiss keyguard flags without DISABLE_KEYGUARD permission or required trust level. Removing flags. 07-18 17:34:31.883 8415 8415 I PlatformUtils: The platform has com.amazon.dcp.settings.SettingsCache 07-18 17:34:31.891 8415 8415 I com.amazon.dcp.settings.BackgroundSynchronizer: Requesting sync with content provider. 07-18 17:34:31.898 8415 8428 I com.amazon.dcp.settings.SettingsCacheUpdater: took 3 millis to get the SettingsProvider 07-18 17:34:31.898 8415 8428 I com.amazon.dcp.settings.SettingsCacheUpdater: Starting sync with content provider. 07-18 17:34:31.906 8415 8415 D com.amazon.identity.auth.map.device.utils.MAPLog.PII: Extracting verison incremental: 07-18 17:34:31.906 8415 8415 D com.amazon.identity.auth.map.device.utils.MAPLog.PII: Extracting flavor: 07-18 17:34:31.906 8415 8415 I com.amazon.identity.auth.device.authorization.appsync.PackageChangedReceiver: LWA onRecieve : { action=android.intent.action.PACKAGE_REMOVED, isReplacing= true data=package:com.damselgame s.biteful} 07-18 17:34:31.914 8415 8415 I com.amazon.identity.auth.device.authorization.appsync.PackageChangedReceiver: LWA onRecieve : Package is being replaced, will leave this to ACTION_PACKAGE_REPLACED receiver 07-18 17:34:31.922 8429 8429 D dalvikvm: Late-enabling CheckJNI 07-18 17:34:31.930 396 711 I ActivityManager: Start proc jp.co.omronsoft.iwnnime.mlaz for broadcast jp.co.omronsoft.iwnnime.mlaz/.UninstallReceiver: pid=8429 uid=32040 gids={72040, 1028, 9001} 07-18 17:34:31.945 8415 8428 I com.amazon.dcp.settings.SettingsCacheUpdater: Sync with content provider complete. Values processed: 107 07-18 17:34:31.945 8334 8334 I Unity : windowFocusChanged: true 07-18 17:34:31.953 396 411 I ActivityManager: Displayed com.damselgames.biteful/com.unity3d.player.UnityPlayerNativeActivity: +1s133ms (total +1s592ms) 07-18 17:34:31.961 8334 8375 D Unity : SystemInfo CPU = ARMv7 VFPv3 NEON, Cores = 2, Memory = 858mb 07-18 17:34:32.055 8429 8429 D ProfileManager: Create ProfileManager instance 07-18 17:34:32.195 396 962 I ActivityManager: Start proc com.amazon.kindle.unifiedSearch for broadcast com.amazon.kindle.unifiedSearch/com.amazon.android.service.search.SystemBroadcastReceiver: pid=8443 uid=32054 gid s={72054, 3003, 1015, 1028, 9001} 07-18 17:34:32.195 8443 8443 D dalvikvm: Late-enabling CheckJNI 07-18 17:34:32.211 8443 8443 I dalvikvm: Turning on JNI app bug workarounds for target SDK version 8... 07-18 17:34:32.336 8443 8443 D ProfileManager: Create ProfileManager instance 07-18 17:34:32.422 8003 8003 I com.amazon.dcp.ota.OTAService: OTA dedupe: android.intent.action.PACKAGE_REMOVED 07-18 17:34:32.445 640 640 E MusicFXCompat: received 07-18 17:34:32.445 640 640 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1629 android.content.ContextWrapper.startService:477 android.content.Con textWrapper.startService:477 com.dolby.Compatibility$Receiver.onReceive:132 android.app.ActivityThread.handleReceiver:2438 07-18 17:34:32.453 640 8457 E MusicFXCompat: handleintent 07-18 17:34:32.453 640 8457 E MusicFXCompat: intentservice saw: Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.damselgames.biteful flg=0x8000010 cmp=com.dolby/.Compatibility$Receiver (has extras) } B undle[{android.intent.extra.REPLACING=true, android.intent.extra.UID=10002, android.intent.extra.user_handle=0}] 07-18 17:34:32.453 640 8457 E MusicFXCompat: found: 1 07-18 17:34:32.453 640 8457 E MusicFXCompat: saved default: com.dolby.ds1appUI.MainActivity 07-18 17:34:32.453 640 8457 E MusicFXCompat: skipping ResolveInfo{41f8cb90 com.dolby.Compatibility$Redirector p=2147483647 o=0 m=0x108000} 07-18 17:34:32.453 640 8457 E MusicFXCompat: No control panels found! 07-18 17:34:32.453 8003 8003 I com.amazon.dcp.ota.OTAService: Created. 07-18 17:34:32.461 8415 8415 I com.amazon.identity.auth.device.authorization.appsync.PackageChangedReceiver: LWA onRecieve : { action=android.intent.action.PACKAGE_ADDED, isReplacing= true data=package:com.damselgames. biteful} 07-18 17:34:32.461 8415 8415 I com.amazon.identity.auth.device.authorization.appsync.PackageChangedReceiver: LWA onRecieve : Package is being replaced, will leave this to ACTION_PACKAGE_REPLACED receiver 07-18 17:34:32.469 8003 8003 I com.amazon.dcp.ota.OTAService: com.amazon.dcp.ota.action.DEDUPE_MANIFESTS: 1 07-18 17:34:32.476 396 711 I ActivityManager: Start proc com.svox.pico for broadcast com.svox.pico/.VoiceDataInstallerReceiver: pid=8458 uid=32045 gids={72045, 1015, 1028, 9001} 07-18 17:34:32.476 8458 8458 D dalvikvm: Late-enabling CheckJNI 07-18 17:34:32.492 8003 8468 I com.amazon.dcp.ota.CleanupTask: Cleaning completed updates. 07-18 17:34:32.531 8458 8458 D ProfileManager: Create ProfileManager instance 07-18 17:34:32.562 8443 8471 E QSB.SystemBroadcastReceiver: Received intent action:android.intent.action.PACKAGE_ADDED 07-18 17:34:32.562 8443 8471 I QSB.SearchManager: Building list of searchable. 07-18 17:34:32.562 8443 8471 I QSB.Searchables: Constructing the searchable list 07-18 17:34:32.578 8003 8003 I com.amazon.dcp.ota.OTAService: OTA dedupe: android.intent.action.PACKAGE_ADDED 07-18 17:34:32.586 8003 8003 I com.amazon.dcp.ota.OTAService: com.amazon.dcp.ota.action.DEDUPE_MANIFESTS: 2 07-18 17:34:32.586 8279 8391 W AmazonAppstore.AppManagerAndroidPackageDelegate: Unable to determine asin for package com.damselgames.biteful. Skipping metadata update. 07-18 17:34:32.594 396 960 I ActivityManager: Start proc com.amazon.dcp for broadcast com.amazon.dcp/.framework.ServicePersistenceHelper: pid=8472 uid=32064 gids={72064, 2001, 3003, 1015, 3002, 1028, 9001} 07-18 17:34:32.594 8472 8472 D dalvikvm: Late-enabling CheckJNI 07-18 17:34:32.625 8003 8468 I com.amazon.dcp.ota.DedupeTask: Deduping manifests. 07-18 17:34:32.633 8003 8468 I com.amazon.dcp.ota.CleanupTask: Cleaning completed updates. 07-18 17:34:32.633 8003 8468 I com.amazon.dcp.ota.DedupeTask: Deduping manifests. 07-18 17:34:32.633 8003 8468 I com.amazon.dcp.ota.SchedulingTask: Scheduling manifests 07-18 17:34:32.695 8003 8468 D com.amazon.dcp.ota.OTAService: StopSelf: 2 07-18 17:34:32.695 8003 8003 D com.amazon.dcp.ota.OTAService: Shutting down... 07-18 17:34:32.695 8003 8003 I com.amazon.dcp.ota.OTAService: Destroyed successfully. 07-18 17:34:32.797 8472 8472 D ProfileManager: Create ProfileManager instance 07-18 17:34:32.805 8472 8472 I PlatformUtils: The platform has com.amazon.dcp.settings.SettingsCache 07-18 17:34:32.812 8472 8472 I com.amazon.dcp.settings.BackgroundSynchronizer: Requesting sync with content provider. 07-18 17:34:32.820 8472 8484 I com.amazon.dcp.settings.SettingsCacheUpdater: took 3 millis to get the SettingsProvider 07-18 17:34:32.820 8472 8484 I com.amazon.dcp.settings.SettingsCacheUpdater: Starting sync with content provider. 07-18 17:34:32.828 8472 8472 E com.amazon.dcp.settings.SettingsCache: Attempted to set context on SettingsCache more than once. 07-18 17:34:32.859 8472 8484 I com.amazon.dcp.settings.SettingsCacheUpdater: Sync with content provider complete. Values processed: 123 07-18 17:34:32.883 8472 8472 I com.amazon.dcp.framework.ClassConfigurationParser: Attempting to create class com.amazon.dcp.framework.AmazonDeviceInfo with android.content.Context constructor. 07-18 17:34:32.891 8472 8472 E com.amazon.dcp.settings.SettingsCache: Attempted to set context on SettingsCache more than once. 07-18 17:34:32.898 8472 8472 I PlatformUtils: The platform has com.amazon.dcp.settings.SettingLong 07-18 17:34:32.898 8472 8485 V MetricsServiceConnection: getService : Sent intent to bind to metrics service. Service will be bound asynchronously. 07-18 17:34:32.898 8472 8472 I Unknown/com.amazon.identity.auth.device.utils.VersionUtils: SSO was found in package com.amazon.imp 07-18 17:34:32.906 8472 8472 I com.amazon.dcp/com.amazon.identity.auth.device.api.MAPInit: Initalizing MAP (120069310) for app com.amazon.dcp 07-18 17:34:32.906 8472 8472 I PlatformUtils: The platform has com.amazon.dcp.settings.SettingBoolean 07-18 17:34:32.906 8472 8472 I com.amazon.dcp/com.amazon.identity.auth.device.api.MAPInit: Initalizing MAP SSO 07-18 17:34:32.930 8472 8472 I com.amazon.roboguice.RoboGuice: Loading the following Modules: 07-18 17:34:32.930 8472 8472 I com.amazon.roboguice.RoboGuice: com.amazon.roboguice.config.DefaultRoboModule 07-18 17:34:32.930 8472 8472 I com.amazon.roboguice.RoboGuice: com.amazon.dcp.framework.SingleInjectorModule 07-18 17:34:32.930 8472 8472 I com.amazon.roboguice.RoboGuice: com.amazon.dcp.framework.DefaultRoboModuleExtensions 07-18 17:34:32.930 8472 8472 I com.amazon.roboguice.RoboGuice: com.amazon.dcp.framework.FrameworkModule 07-18 17:34:32.961 8472 8485 I DPLogger: DPLogger - Name was too long. Truncating; original name: CrashDescriptorStorageUtil, truncated name: CrashDescriptorStorageU 07-18 17:34:33.016 7634 7634 I kernel : lowmemkiller sending sigkill to 7704 (m.amazon.kindle), adj 1000, size 7466 07-18 17:34:33.023 8334 8375 D Unity : [SHA1] 5a6d379f25e76e2f66d7c02f2a4547b73dec6d2f 15831785 bytes ~ lib/armeabi-v7a/ libunity.so 07-18 17:34:33.023 8472 8485 I CrashDescriptorStorageU: loadFromSharedPreferences - No keys retrieved from shared preferences.; 07-18 17:34:33.031 8472 8485 I com.amazon.device.crashmanager.CrashDetectionHelper: Installing crash detector as default exception handler. 07-18 17:34:33.039 8334 8375 D Unity : Mono path[0] = '/data/app/com.damselgames.biteful-1.apk/assets/bin/Data/Managed' 07-18 17:34:33.039 8334 8375 D Unity : Mono config path = 'assets/bin/Data/Managed' 07-18 17:34:33.039 396 396 I ActivityManager: Process com.amazon.kindle (pid 7704) has died. 07-18 17:34:33.070 8334 8375 D Unity : PlayerConnection initialized from /data/app/com.damselgames.biteful-1.apk/assets/bin/Data (debug = 0) 07-18 17:34:33.078 8334 8375 D Unity : PlayerConnection initialized network socket : 0.0.0.0 55116 07-18 17:34:33.078 8334 8375 D Unity : PlayerConnection initialized unix socket : Unity-com.damselgames.biteful 07-18 17:34:33.078 8334 8375 D Unity : Multi-casting "[IP] 192.168.0.100 [Port] 55116 [Flags] 2 [Guid] 2672172453 [EditorId] 3089837973 [Version] 1048832 [Id] AndroidPlayer(Amazon_KFSOWI@192.168.0.100) [Debug] 0" to [225.0.0.222:54997]... 07-18 17:34:33.117 8472 8491 D AndroidMetricsFactoryImpl: shouldRecordMetrics : First time check recordMetricsSetting 07-18 17:34:33.117 8472 8491 D MetricsServiceWrapper: getRecordMetricsSetting : metrics service is not yet registed with the ServiceManager, use default record Metrics setting: true. 07-18 17:34:33.117 8472 8491 D AndroidMetricsFactoryImpl: shouldRecordMetrics : lastRecordSettingReadTime after IPC call getRecordMetricsSetting : 1405704873126 07-18 17:34:33.125 8472 8491 I DPLogger: DPLogger - Name was too long. Truncating; original name: AbstractDetArtifactProcessor, truncated name: AbstractDetArtifactProc 07-18 17:34:33.125 8472 8491 I DPLogger: DPLogger - Name was too long. Truncating; original name: JavaCrashArtifactProcessor, truncated name: JavaCrashArtifactProces 07-18 17:34:33.234 8472 8491 I DPLogger: DPLogger - Name was too long. Truncating; original name: TComm.HttpClientSrrManager, truncated name: TComm.HttpClientSrrMana 07-18 17:34:33.273 8472 8491 I CrashDescriptorStorageU: saveToSharedPreferences - Added last cleared cache to shared preferences = ; 1404330129551 07-18 17:34:33.273 8472 8491 I CrashDescriptorStorageU: saveToSharedPreferences - Number of keys stored in shared preferences = ; 0 07-18 17:34:33.273 8472 8491 I ArtifactUploader: uploadCrashEntries - Finished uploading artifacts. Uploaded 0 artifacts.; 07-18 17:34:33.336 8334 8375 D Unity : InitializeMonoFromMain OK (5edc7ee0) 07-18 17:34:33.336 8334 8375 D Unity : PlayerConnection already initialized - listening to [192.168.0.100:55116] 07-18 17:34:33.406 8443 8471 I QSB.Searchables: Cache file found and reading from cache 07-18 17:34:33.437 8334 8375 D Unity : PlayerInitEngineNoGraphics OK 07-18 17:34:33.445 8334 8375 I libEGL : Processor type: omap4470 07-18 17:34:33.445 8334 8375 I libEGL : egl.cfg: entry POWERVR_SGX540_120 omap4430 07-18 17:34:33.445 8334 8375 I libEGL : egl.cfg: entry POWERVR_SGX540_120 omap4460 07-18 17:34:33.445 8334 8375 I libEGL : egl.cfg: entry POWERVR_SGX544_112 omap4470 07-18 17:34:33.445 8334 8375 I libEGL : Picked EGL type 'POWERVR_SGX544_112' for processor 'omap4470' 07-18 17:34:33.445 8334 8375 D libEGL : loaded /vendor/lib/egl/ libEGL_POWERVR_SGX544_112.so 07-18 17:34:33.453 8334 8375 D libEGL : loaded /vendor/lib/egl/ libGLESv1_CM_POWERVR_SGX544_112.so 07-18 17:34:33.461 8334 8375 D libEGL : loaded /vendor/lib/egl/ libGLESv2_POWERVR_SGX544_112.so 07-18 17:34:33.500 6656 6656 I kernel : lowmemkiller sending sigkill to 8110 (roid.email:Sync), adj 1000, size 5883 07-18 17:34:33.508 6656 6656 I kernel : lowmemkiller sending sigkill to 8402 (ndroid.keychain), adj 1000, size 5660 07-18 17:34:33.523 8334 8375 D Unity : [EGL] Request: ES2 RGB16 565 16NLZ/8 07-18 17:34:33.523 8334 8375 D Unity : [EGL] Selected: ES2 RGB16 565 24/8 07-18 17:34:33.547 7634 7634 I kernel : lowmemkiller sending sigkill to 8379 (d.process.acore), adj 764, size 6780 07-18 17:34:33.570 8334 8375 D Unity : Renderer: PowerVR SGX 544 07-18 17:34:33.570 8334 8375 D Unity : Vendor: Imagination Technologies 07-18 17:34:33.570 8334 8375 D Unity : Version: OpenGL ES 2.0 build 1.9@2166536 07-18 17:34:33.570 8334 8375 D Unity : GL_EXT_debug_marker GL_OES_rgb8_rgba8 GL_OES_depth24 GL_OES_vertex_half_float GL_OES_texture_float GL_OES_texture_half_float GL_OES_element_index_uint GL_OES_mapbuffer GL_OES_fr agment_precision_high GL_OES_compressed_ETC1_RGB8_texture GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_required_internalformat GL_OES_depth_texture GL_OES_get_program_binary GL_OES_packed_depth_stencil GL_OES_standa rd_derivatives GL_OES_vertex_array_object GL_OES_egl_sync GL_OES_texture_npot GL_EXT_multi_draw_arrays GL_EXT_texture_format_BGRA8888 GL_EXT_discard_framebuffer GL_EXT_shader_texture_lod GL_IMG_shader_binary GL_IMG_textu re_compression_pvrtc GL_IMG_texture_compression_pvrtc2 GL_IMG_texture_npot GL_IMG_texture_format_BGRA8888 GL_IMG_read_format GL_IMG_program_binary GL_IMG_uniform_buffer_object GL_IMG_multisampled_render_to_texture 07-18 17:34:33.570 396 3957 I ActivityManager: Process com.android.email:Sync (pid 8110) has died. 07-18 17:34:33.578 396 396 I ActivityManager: Process android.process.acore (pid 8379) has died. 07-18 17:34:33.578 396 407 I ActivityManager: Process com.android.keychain (pid 8402) has died. 07-18 17:34:33.625 8334 8375 D Unity : Creating OpenGLES2.0 graphics device 07-18 17:34:33.625 8334 8375 D Unity : InitializeGfxDevice OK 07-18 17:34:33.625 8334 8375 D Unity : Initialize engine version: 4.5.2f1 (9abb1b59b47c) 07-18 17:34:33.703 8334 8375 W libc : pthread_create sched_setscheduler call failed: Operation not permitted 07-18 17:34:33.703 8334 8375 D Unity : Begin MonoManager ReloadAssembly 07-18 17:34:33.711 8472 8472 D /Ln.java:218: main Configuring Logging, minimum log level is INFO 07-18 17:34:33.734 7634 7634 I kernel : lowmemkiller sending sigkill to 8429 (ft.iwnnime.mlaz), adj 764, size 5676 07-18 17:34:33.742 8472 8472 I com.amazon.dcp.framework.MetricsCollectorHolder: Running normally, creating new metrics collector 07-18 17:34:33.750 396 406 I ActivityManager: Process jp.co.omronsoft.iwnnime.mlaz (pid 8429) has died. 07-18 17:34:33.750 8472 8472 I com.amazon.dcp.framework.ClassConfigurationParser: Attempting to create class com.amazon.dcp.framework.ICEEMetricsCollector with android.content.Context constructor. 07-18 17:34:33.758 8334 8375 D Unity : Platform assembly: /data/app/com.damselgames.biteful-1.apk/assets/bin/Data/Managed/UnityEngine.dll (this message is harmless) 07-18 17:34:33.758 8334 8375 D Unity : Loading /data/app/com.damselgames.biteful-1.apk/assets/bin/Data/Managed/UnityEngine.dll into Unity Child Domain 07-18 17:34:33.789 123 419 I tinyalsa: format=0 size=1536 chans=2 count=4 rate=44100 flags=00000001 dev=0 card=0 07-18 17:34:33.844 8472 8472 I com.amazon.dcp.ota.OTAStatusCollectorHolder: Running normally, creating new OTAStatus collector 07-18 17:34:33.875 8472 8472 I com.amazon.dcp.framework.ServicePersistenceHelper: Waking up persistent services in package com.damselgames.biteful. 07-18 17:34:33.891 8504 8504 D dalvikvm: Late-enabling CheckJNI 07-18 17:34:33.891 396 396 I ActivityManager: Start proc com.ubisoft.rayman.fiestarun for broadcast com.ubisoft.rayman.fiestarun/com.amazon.identity.auth.device.authorization.PackageIntentReceiver: pid=8504 uid=10000 gids={50000, 3003, 1015, 3002, 1028} 07-18 17:34:33.930 8472 8472 V MetricsServiceConnection: onServiceConnected : service android.os.BinderProxy@41f72a90 07-18 17:34:33.937 7634 7634 I kernel : lowmemkiller sending sigkill to 8415 (e.authorization), adj 764, size 5814 07-18 17:34:33.953 396 790 I ActivityManager: Process com.amazon.identity.auth.device.authorization (pid 8415) has died. 07-18 17:34:33.976 8334 8375 D Unity : Platform assembly: /data/app/com.damselgames.biteful-1.apk/assets/bin/Data/Managed/Assembly-CSharp-firstpass.dll (this message is harmless) 07-18 17:34:33.984 8334 8375 D Unity : Loading /data/app/com.damselgames.biteful-1.apk/assets/bin/Data/Managed/Assembly-CSharp-firstpass.dll into Unity Child Domain 07-18 17:34:33.984 8334 8375 D Unity : Platform assembly: /data/app/com.damselgames.biteful-1.apk/assets/bin/Data/Managed/Assembly-CSharp.dll (this message is harmless) 07-18 17:34:33.984 8334 8375 D Unity : Loading /data/app/com.damselgames.biteful-1.apk/assets/bin/Data/Managed/Assembly-CSharp.dll into Unity Child Domain 07-18 17:34:33.992 8334 8375 D Unity : Platform assembly: /data/app/com.damselgames.biteful-1.apk/assets/bin/Data/Managed/ICSharpCode.SharpZipLib.dll (this message is harmless) 07-18 17:34:33.992 8334 8375 D Unity : Loading /data/app/com.damselgames.biteful-1.apk/assets/bin/Data/Managed/ICSharpCode.SharpZipLib.dll into Unity Child Domain 07-18 17:34:34.016 8504 8504 D ProfileManager: Create ProfileManager instance 07-18 17:34:34.039 7634 7634 I kernel : lowmemkiller sending sigkill to 8458 (com.svox.pico), adj 764, size 5388 07-18 17:34:34.047 7634 7634 I kernel : lowmemkiller sending sigkill to 1869 (om.amazon.csapp), adj 705, size 12322 07-18 17:34:34.047 396 711 I ActivityManager: Process com.svox.pico (pid 8458) has died. 07-18 17:34:34.062 396 730 I ActivityManager: Process com.amazon.csapp (pid 1869) has died. 07-18 17:34:34.062 396 944 I WindowState: WIN DEATH: Window{421bca40 u0 SurfaceView} 07-18 17:34:34.062 396 730 I ActivityManager: No longer want com.amazon.csapp (pid 1869): empty for 4221s 07-18 17:34:34.070 396 962 I WindowState: WIN DEATH: Window{41f8ef88 u0 com.amazon.csapp/com.amazon.csapp.CSActivity} 07-18 17:34:34.070 1900 1900 I SandboxedProcessService: Destroying SandboxedProcessService pid=1900 07-18 17:34:34.070 1933 1933 I SandboxedProcessService: Destroying SandboxedProcessService pid=1933 07-18 17:34:34.070 1950 1950 I SandboxedProcessService: Destroying SandboxedProcessService pid=1950 07-18 17:34:34.078 8504 8504 D com.amazon.identity.auth.device.utils.MAPLog.PII: Extracting verison incremental: 07-18 17:34:34.078 396 9579 I ActivityManager: No longer want com.amazon.csapp:sandboxed_process0 (pid 1900): empty for 4220s 07-18 17:34:34.078 396 9579 I ActivityManager: No longer want com.amazon.csapp:sandboxed_process1 (pid 1933): empty for 4219s 07-18 17:34:34.086 8504 8504 D com.amazon.identity.auth.device.utils.MAPLog.PII: Extracting flavor: 07-18 17:34:34.086 8504 8504 I com.amazon.identity.auth.device.authorization.PackageIntentReceiver: Package Intent Received. Clearing Service Data. action=android.intent.action.PACKAGE_ADDED 07-18 17:34:34.086 8504 8504 I com.amazon.identity.auth.device.authorization.ThirdPartyServiceHelper: Clearing Highest Versioned Service 07-18 17:34:34.086 396 9579 I ActivityManager: No longer want com.amazon.csapp:sandboxed_process2 (pid 1950): empty for 4219s 07-18 17:34:34.094 8334 8375 D Unity : Platform assembly: /data/app/com.damselgames.biteful-1.apk/assets/bin/Data/Managed/UnishareSocketLib.dll (this message is harmless) 07-18 17:34:34.094 8334 8375 D Unity : Loading /data/app/com.damselgames.biteful-1.apk/assets/bin/Data/Managed/UnishareSocketLib.dll into Unity Child Domain 07-18 17:34:34.125 396 711 I ActivityManager: Start proc android.process.acore for broadcast com.android.providers.contacts/.PackageIntentReceiver: pid=8516 uid=32014 gids={72014, 3003, 1015, 1028, 9001} 07-18 17:34:34.125 8516 8516 D dalvikvm: Late-enabling CheckJNI 07-18 17:34:34.133 8334 8375 D Unity : - Completed reload, in 0.425 seconds 07-18 17:34:34.148 8279 8391 W AmazonAppstore.AppManagerAndroidPackageDelegate: Unable to determine asin for package com.damselgames.biteful. Skipping metadata update. 07-18 17:34:34.156 8334 8375 D Unity : PlayerInitEngineGraphics OK 07-18 17:34:34.156 8334 8375 D Unity : Found 13 native sensors 07-18 17:34:34.180 8334 8375 D Unity : Sensor : Accelerometer ( 1) ; 0.039227 / 0.00s ; MPL Accelerometer / Invensense 07-18 17:34:34.180 8334 8375 D Unity : Sensor : Accelerometer ( 1) ; 0.039227 / 0.00s ; MPL Accelerometer / Invensense 07-18 17:34:34.211 8516 8516 D ProfileManager: Create ProfileManager instance 07-18 17:34:34.351 8516 8516 V MetricsServiceConnection: getService : Sent intent to bind to metrics service. Service will be bound asynchronously. 07-18 17:34:34.359 8516 8516 I com.amazon.dcp.metrics.CrashDetectionHelper: Setting up crash detector. 07-18 17:34:34.359 8516 8516 D ContactsProvider: Crash detector initialized 07-18 17:34:34.359 8516 8516 D ContactsProvider: Initializing... 07-18 17:34:34.367 640 640 E MusicFXCompat: received 07-18 17:34:34.367 640 640 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1629 android.content.ContextWrapper.startService:477 android.content.Con textWrapper.startService:477 com.dolby.Compatibility$Receiver.onReceive:132 android.app.ActivityThread.handleReceiver:2438 07-18 17:34:34.375 8516 8516 V MetricsServiceConnection: onServiceConnected : service android.os.BinderProxy@41f4f6f8 07-18 17:34:34.383 640 8530 E MusicFXCompat: handleintent 07-18 17:34:34.383 640 8530 E MusicFXCompat: intentservice saw: Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.damselgames.biteful flg=0x8000010 cmp=com.dolby/.Compatibility$Receiver (has extras) } Bundle[{android.intent.extra.REPLACING=true, android.intent.extra.UID=10002, android.intent.extra.user_handle=0}] 07-18 17:34:34.383 640 8530 E MusicFXCompat: found: 1 07-18 17:34:34.383 640 8530 E MusicFXCompat: saved default: com.dolby.ds1appUI.MainActivity 07-18 17:34:34.383 640 8530 E MusicFXCompat: skipping ResolveInfo{41f6b890 com.dolby.Compatibility$Redirector p=2147483647 o=0 m=0x108000} 07-18 17:34:34.383 640 8530 E MusicFXCompat: No control panels found! 07-18 17:34:34.391 396 730 I ActivityManager: Start proc com.amazon.identity.auth.device.authorization for broadcast com.amazon.identity.auth.device.authorization/.appsync.PackageChangedReceiver: pid=8531 uid=32036 g ids={72036, 3003, 1028, 9001} 07-18 17:34:34.398 8531 8531 D dalvikvm: Late-enabling CheckJNI 07-18 17:34:34.406 8531 8531 I dalvikvm: Turning on JNI app bug workarounds for target SDK version 8... 07-18 17:34:34.453 8531 8531 D ProfileManager: Create ProfileManager instance 07-18 17:34:34.461 8531 8531 I PlatformUtils: The platform has com.amazon.dcp.settings.SettingsCache 07-18 17:34:34.469 8531 8531 I com.amazon.dcp.settings.BackgroundSynchronizer: Requesting sync with content provider. 07-18 17:34:34.476 8531 8544 I com.amazon.dcp.settings.SettingsCacheUpdater: took 3 millis to get the SettingsProvider 07-18 17:34:34.476 8531 8544 I com.amazon.dcp.settings.SettingsCacheUpdater: Starting sync with content provider. 07-18 17:34:34.500 8531 8531 D com.amazon.identity.auth.map.device.utils.MAPLog.PII: Extracting verison incremental: 07-18 17:34:34.500 8531 8531 D com.amazon.identity.auth.map.device.utils.MAPLog.PII: Extracting flavor: 07-18 17:34:34.500 8531 8531 I com.amazon.identity.auth.device.authorization.appsync.PackageChangedReceiver: LWA onRecieve : { action=android.intent.action.PACKAGE_REPLACED, isReplacing= true data=package:com.damselgam es.biteful} 07-18 17:34:34.500 8531 8531 I com.amazon.identity.auth.device.authorization.appsync.PackageChangedReceiver: LWA onRecieve : Calling sync service 07-18 17:34:34.523 8003 8003 I com.amazon.dcp.ota.OTAService: OTA dedupe: android.intent.action.PACKAGE_REPLACED 07-18 17:34:34.531 8531 8545 I com.amazon.identity.auth.device.authorization.appsync.PackageChangedService: Syncing app with device 07-18 17:34:34.547 8531 8545 I com.amazon.identity.auth.device.authorization.utils.ThirdPartyUtils: Getting static context 07-18 17:34:34.547 8003 8003 I com.amazon.dcp.ota.OTAService: Created. 07-18 17:34:34.555 8003 8003 I com.amazon.dcp.ota.OTAService: com.amazon.dcp.ota.action.DEDUPE_MANIFESTS: 1 07-18 17:34:34.555 8472 8472 I com.amazon.dcp.framework.ServicePersistenceHelper: Waking up persistent services in package com.damselgames.biteful. 07-18 17:34:34.578 8531 8545 I com.amazon.identity.auth.device.authorization.appsync.Syncer: Syncing app with device : packageName=com.damselgames.biteful 07-18 17:34:34.609 8334 8543 D Unity : Platform assembly: /data/app/com.damselgames.biteful-1.apk/assets/bin/Data/Managed/System.dll (this message is harmless) 07-18 17:34:34.609 8531 8544 I com.amazon.dcp.settings.SettingsCacheUpdater: Sync with content provider complete. Values processed: 107 07-18 17:34:34.656 396 398 D dalvikvm: JIT code cache reset in 6 ms (1048564 bytes 27/1) 07-18 17:34:34.687 8003 8546 I com.amazon.dcp.ota.CleanupTask: Cleaning completed updates. 07-18 17:34:34.695 8334 8543 D Unity : Platform assembly: /data/app/com.damselgames.biteful-1.apk/assets/bin/Data/Managed/System.Xml.dll (this message is harmless) 07-18 17:34:34.719 8003 8546 I com.amazon.dcp.ota.DedupeTask: Deduping manifests. 07-18 17:34:34.719 8003 8546 I com.amazon.dcp.ota.SchedulingTask: Scheduling manifests 07-18 17:34:34.734 8531 8545 D com.amazon.identity.auth.device.datastore.DatabaseHelper.PII: DatabaseHelper created ver=8: 07-18 17:34:34.750 8003 8546 D com.amazon.dcp.ota.OTAService: StopSelf: 1 07-18 17:34:34.750 8003 8003 D com.amazon.dcp.ota.OTAService: Shutting down... 07-18 17:34:34.750 8334 8543 D Unity : Platform assembly: /data/app/com.damselgames.biteful-1.apk/assets/bin/Data/Managed/System.Core.dll (this message is harmless) 07-18 17:34:34.750 8003 8003 I com.amazon.dcp.ota.OTAService: Destroyed successfully. 07-18 17:34:34.773 8531 8545 I com.amazon.identity.auth.device.appid.AbstractAppIdentifier: getAppInfoFromAPIKey : packageName=com.damselgames.biteful 07-18 17:34:34.773 8531 8545 I com.amazon.identity.auth.device.appid.AbstractAppIdentifier: Finding API Key for com.damselgames.biteful 07-18 17:34:34.773 8531 8545 I com.amazon.identity.auth.device.utils.ThirdPartyResourceParser: Attempting to parse API Key from assets directory 07-18 17:34:34.781 8531 8545 I com.amazon.identity.auth.device.appid.APIKeyDecoder: Begin decoding API Key for packageName=com.damselgames.biteful 07-18 17:34:34.781 8531 8545 I com.amazon.identity.auth.device.appid.APIKeyDecoder: getKeyParts for packageName=com.damselgames.biteful 07-18 17:34:34.781 8531 8545 D com.amazon.identity.auth.device.appid.APIKeyDecoder.PII: APIKey: 07-18 17:34:34.789 8531 8545 I com.amazon.identity.auth.device.appid.APIKeyDecoder: verifySignature for packageName=com.damselgames.biteful 07-18 17:34:34.812 8531 8545 I com.amazon.identity.auth.device.appid.APIKeyDecoder: verifySignature Sha256 for packageName=com.damselgames.biteful 07-18 17:34:34.922 8531 8545 I com.amazon.identity.auth.device.appid.APIKeyDecoder: verifyPayload for packageName=com.damselgames.biteful 07-18 17:34:34.922 8531 8545 I com.amazon.identity.auth.device.appid.APIKeyDecoder: num sigs = 1 07-18 17:34:34.922 8531 8545 D com.amazon.identity.auth.device.appid.APIKeyDecoder.PII: Signature checking.: 07-18 17:34:34.922 8531 8545 D com.amazon.identity.auth.device.appid.APIKeyDecoder.PII: Fingerpirint checking: 07-18 17:34:34.930 8531 8545 W com.amazon.identity.auth.device.appid.APIKeyDecoder: Failed to decode: Decoding fails: certificate fingerprint can't be verified! pkg=com.damselgames.biteful 07-18 17:34:34.930 8531 8545 W com.amazon.identity.auth.device.appid.APIKeyDecoder: Unable to decode APIKEy for pkg=com.damselgames.biteful 07-18 17:34:35.141 396 790 W SensorService: sensor 00000002 already enabled in connection 0x659ead68 (ignoring) 07-18 17:34:35.148 8334 8375 D Unity : Sensor : Accelerometer ( 1) ; 0.039227 / 0.00s ; MPL Accelerometer / Invensense 07-18 17:34:39.398 1432 1982 V com.amazon.gallery.framework.network.http.PollThread: PollThread#run(): invoking poll runnable 07-18 17:34:39.586 1432 1982 I AmznGallery_WhisperCache: Request fetch of 256 assets 07-18 17:34:40.555 8334 8375 W dalvikvm: No implementation found for native Lcom/amazon/ags/jni/AGSJniHandler;.isLoaded:()V 07-18 17:34:40.555 8334 8375 I AGSJniHandler: AmazonGamesJni is not loaded, trying to load library 07-18 17:34:40.555 8334 8375 W AGSJniHandler: AmazonGamesJni not found. Java Native Interface will not be available 07-18 17:34:40.555 8334 8375 W GameCircleClient: AmazonGamesClient is not initialized. Please call AmazonGamesClient.initialize() first. 07-18 17:34:40.555 8334 8375 W PF_PlayerClientProxyImpl: AmazonGamesClient is not initialized. Local player request will stop. 07-18 17:34:40.562 8334 8334 D GameCircleClient: SDK Version: 2.4.1 07-18 17:34:40.570 8334 8334 D com.amazon.identity.auth.device.utils.MAPLog.PII: Extracting verison incremental: 07-18 17:34:40.570 8334 8334 D com.amazon.identity.auth.device.utils.MAPLog.PII: Extracting flavor: 07-18 17:34:40.570 8334 8334 D com.amazon.identity.auth.device.authorization.api.AmazonAuthorizationManager.PII: AmazonAuthorizationManager:sdkVer=1.0.0 libVer=3.3.0: 07-18 17:34:40.570 8334 8334 I com.amazon.identity.auth.device.authorization.api.AmazonAuthorizationManager: Options bundle is null 07-18 17:34:40.570 8334 8334 I com.amazon.identity.auth.device.appid.AbstractAppIdentifier: getAppInfo : packageName=com.damselgames.biteful 07-18 17:34:40.570 8334 8334 I com.amazon.identity.auth.device.appid.AbstractAppIdentifier: Finding API Key for com.damselgames.biteful 07-18 17:34:40.578 8334 8334 I com.amazon.identity.auth.device.utils.ThirdPartyResourceParser: Attempting to parse API Key from assets directory 07-18 17:34:40.578 8334 8334 I com.amazon.identity.auth.device.appid.APIKeyDecoder: Begin decoding API Key for packageName=com.damselgames.biteful 07-18 17:34:40.601 8334 8334 D com.amazon.identity.auth.device.appid.APIKeyDecoder.PII: APIKey: 07-18 17:34:40.609 8334 8334 I com.amazon.identity.auth.device.appid.APIKeyDecoder: num sigs = 1 07-18 17:34:40.609 8334 8334 D com.amazon.identity.auth.device.appid.APIKeyDecoder.PII: Signature checking.: 07-18 17:34:40.617 8334 8334 D com.amazon.identity.auth.device.appid.APIKeyDecoder.PII: Fingerpirint checking: 07-18 17:34:40.617 8334 8334 W com.amazon.identity.auth.device.appid.APIKeyDecoder: Failed to decode: Decoding fails: certificate fingerprint can't be verified! 07-18 17:34:40.617 8334 8334 W com.amazon.identity.auth.device.appid.APIKeyDecoder: java.lang.SecurityException: Decoding fails: certificate fingerprint can't be verified! 07-18 17:34:40.617 8334 8334 W com.amazon.identity.auth.device.appid.APIKeyDecoder: at com.amazon.identity.auth.device.appid.APIKeyDecoder.verifyPayload(APIKeyDecoder.java:332) 07-18 17:34:40.617 8334 8334 W com.amazon.identity.auth.device.appid.APIKeyDecoder: at com.amazon.identity.auth.device.appid.APIKeyDecoder.doDecode(APIKeyDecoder.java:127) 07-18 17:34:40.617 8334 8334 W com.amazon.identity.auth.device.appid.APIKeyDecoder: at com.amazon.identity.auth.device.appid.APIKeyDecoder.decode(APIKeyDecoder.java:91) 07-18 17:34:40.617 8334 8334 W com.amazon.identity.auth.device.appid.APIKeyDecoder: at com.amazon.identity.auth.device.appid.AbstractAppIdentifier.getAppInfo(AbstractAppIdentifier.java:85) 07-18 17:34:40.617 8334 8334 W com.amazon.identity.auth.device.appid.APIKeyDecoder: at com.amazon.identity.auth.device.authorization.api.AmazonAuthorizationManager. (AmazonAuthorizationManager.java:123) 07-18 17:34:40.617 8334 8334 W com.amazon.identity.auth.device.appid.APIKeyDecoder: at com.amazon.ags.api.AmazonGamesClient.initialize(AmazonGamesClient.java:144) 07-18 17:34:40.617 8334 8334 W com.amazon.identity.auth.device.appid.APIKeyDecoder: at com.amazon.ags.api.unity.AmazonGamesClientProxyImpl$1.run(AmazonGamesClientProxyImpl.java:68) 07-18 17:34:40.617 8334 8334 W com.amazon.identity.auth.device.appid.APIKeyDecoder: at android.os.Handler.handleCallback(Handler.java:747) 07-18 17:34:40.617 8334 8334 W com.amazon.identity.auth.device.appid.APIKeyDecoder: at android.os.Handler.dispatchMessage(Handler.java:92) 07-18 17:34:40.617 8334 8334 W com.amazon.identity.auth.device.appid.APIKeyDecoder: at android.os.Looper.loop(Looper.java:151) 07-18 17:34:40.617 8334 8334 W com.amazon.identity.auth.device.appid.APIKeyDecoder: at android.app.ActivityThread.main(ActivityThread.java:5152) 07-18 17:34:40.617 8334 8334 W com.amazon.identity.auth.device.appid.APIKeyDecoder: at java.lang.reflect.Method.invokeNative(Native Method) 07-18 17:34:40.617 8334 8334 W com.amazon.identity.auth.device.appid.APIKeyDecoder: at java.lang.reflect.Method.invoke(Method.java:511) 07-18 17:34:40.617 8334 8334 W com.amazon.identity.auth.device.appid.APIKeyDecoder: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793) 07-18 17:34:40.617 8334 8334 W com.amazon.identity.auth.device.appid.APIKeyDecoder: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560) 07-18 17:34:40.617 8334 8334 W com.amazon.identity.auth.device.appid.APIKeyDecoder: at dalvik.system.NativeStart.main(Native Method) 07-18 17:34:40.617 8334 8334 E GameCircleClient: Unable to read api key. GameCircle requires an api key to be included in 'assets/api_key.txt'. GameCircle will not initialize. 07-18 17:34:40.617 8334 8334 E GameCircleClient: java.lang.IllegalArgumentException: Invalid API Key 07-18 17:34:40.617 8334 8334 E GameCircleClient: at com.amazon.identity.auth.device.authorization.api.AmazonAuthorizationManager. (AmazonAuthorizationManager.java:126) 07-18 17:34:40.617 8334 8334 E GameCircleClient: at com.amazon.ags.api.AmazonGamesClient.initialize(AmazonGamesClient.java:144) 07-18 17:34:40.617 8334 8334 E GameCircleClient: at com.amazon.ags.api.unity.AmazonGamesClientProxyImpl$1.run(AmazonGamesClientProxyImpl.java:68) 07-18 17:34:40.617 8334 8334 E GameCircleClient: at android.os.Handler.handleCallback(Handler.java:747) 07-18 17:34:40.617 8334 8334 E GameCircleClient: at android.os.Handler.dispatchMessage(Handler.java:92) 07-18 17:34:40.617 8334 8334 E GameCircleClient: at android.os.Looper.loop(Looper.java:151) 07-18 17:34:40.617 8334 8334 E GameCircleClient: at android.app.ActivityThread.main(ActivityThread.java:5152) 07-18 17:34:40.617 8334 8334 E GameCircleClient: at java.lang.reflect.Method.invokeNative(Native Method) 07-18 17:34:40.617 8334 8334 E GameCircleClient: at java.lang.reflect.Method.invoke(Method.java:511) 07-18 17:34:40.617 8334 8334 E GameCircleClient: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793) 07-18 17:34:40.617 8334 8334 E GameCircleClient: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560) 07-18 17:34:40.617 8334 8334 E GameCircleClient: at dalvik.system.NativeStart.main(Native Method) 07-18 17:34:40.617 1432 1982 I AmznGallery_WhisperCache: Request fetch of 256 assets is completed 07-18 17:34:40.625 1432 1982 I AmznGallery_WhisperCache: Request fetch of 2048 assets 07-18 17:34:40.648 1432 1982 I AmznGallery_WhisperCache: Request fetch of 2048 assets is completed 07-18 17:34:40.656 1432 1982 V com.amazon.gallery.framework.network.http.PollThread: PollThread#run(): waiting until 1405705180663 07-18 17:34:40.758 8334 8375 I Unity : AmazonGameCircle: GameCircleManager - serviceNotReady 07-18 17:34:40.758 8334 8375 I Unity : UnityEngine.Debug:Internal_Log(Int32, String, Object) 07-18 17:34:40.758 8334 8375 I Unity : UnityEngine.Debug:Log(Object) 07-18 17:34:40.758 8334 8375 I Unity : AmazonLogging:Log(AmazonLoggingLevel, String, String) (at E:\Unity\Biteful Amazon\Assets\Plugins\AmazonCommon\Source\AmazonLogging.cs:125) 07-18 17:34:40.758 8334 8375 I Unity : AGSClient:Log(String) (at E:\Unity\Biteful Amazon\Assets\Plugins\AmazonGameCirclePlugin\Source\AGSClient.cs:302) 07-18 17:34:40.758 8334 8375 I Unity : GameCircleManager:serviceNotReady(String) 07-18 17:34:40.758 8334 8375 I Unity : 07-18 17:34:40.758 8334 8375 I Unity : (Filename: E Line: 0) 07-18 17:34:40.758 8334 8375 I Unity : 07-18 17:34:41.937 770 770 I AmazonLauncher.OtterActivity[AmazonLauncher.Launcher]: onStop 07-18 17:34:41.953 770 770 I AmazonLauncher.Blacklist[AmazonLauncher.Launcher]: Blacklist cleared. 07-18 17:34:41.953 770 770 I AmazonLauncher.Blacklist[AmazonLauncher.Launcher]: Candidate list cleared. 07-18 17:34:41.969 770 770 I AmazonLauncher.Blacklist[FAVORITES_blacklist]: Blacklist cleared. 07-18 17:34:41.969 770 770 I AmazonLauncher.Blacklist[FAVORITES_blacklist]: Candidate list cleared. 07-18 17:34:41.984 396 413 V DoNotDisturb: Top component: com.damselgames.biteful/com.unity3d.player.UnityPlayerNativeActivity 07-18 17:34:46.203 396 6862 W ActivityManager: Unable to start service Intent { act=com.amazon.mas.client.application.SCHEDULE_ALARMS cmp=com.amazon.venezia/com.amazon.mas.client.pfmcor.PfmCorScheduleService (has extr as) } U=0: not found 07-18 17:34:46.336 8279 8555 I AmazonAppstore.LockerSyncDecisionDelegate: Handling broadcast 'com.amazon.mas.client.application.SCHEDULE_ALARMS' 07-18 17:34:46.336 8279 8555 I AmazonAppstore.LockerSyncDecisionDelegate: Locker has previously synced. Calling SchedulePeriodicWork.scheduleWork() with previousIntervalMillis=86400000 07-18 17:34:46.336 8279 8552 I AmazonAppstore.SchedulePeriodicWork: com.amazon.venezia/com.amazon.mas.client.tokenrefresh.TokenRefreshService-com.amazon.mas.client.tokenrefresh.TokenRefreshService.refresh.ddi.token is within acceptable timeout period of 3456000000. Skipping reschedule. 07-18 17:34:46.336 8279 8555 I AmazonAppstore.SchedulePeriodicWork: com.amazon.venezia/com.amazon.mas.client.locker.service.lockersync.LockerSyncService-com.amazon.mas.client.locker.service.lockersync.PERIODIC_LOCKER_S YNC is within acceptable timeout period of 172800000. Skipping reschedule. 07-18 17:34:46.445 8279 8559 I AmazonAppstore.SchedulePeriodicWork: com.amazon.venezia/com.amazon.mcc.resources.service.ResourceUpdateService-com.amazon.mcc.resources.EXECUTE_UPDATE is within acceptable timeout period of 57600000. Skipping reschedule. 07-18 17:34:46.484 8279 8279 I AmazonAppstore.CrashReporter/CrashReporterServiceDelegate: Running task for: SystemJvm 10 reports (1 per task) 07-18 17:34:46.484 8279 8279 I AmazonAppstore.CrashReporter/CrashReporterServiceDelegate: Running task for: DataJvm 10 reports (1 per task) 07-18 17:34:46.484 8279 8279 I AmazonAppstore.CrashReporter/CrashReporterServiceDelegate: Running task for: SystemAnr 10 reports (1 per task) 07-18 17:34:46.484 8279 8279 I AmazonAppstore.CrashReporter/CrashReporterServiceDelegate: Running task for: DataAnr 10 reports (1 per task) 07-18 17:34:46.484 8279 8279 I AmazonAppstore.CrashReporter/CrashReporterServiceDelegate: Running task for: SystemTombstone 10 reports (1 per task) 07-18 17:34:46.484 8279 8279 I AmazonAppstore.CrashReporter/CrashReporterServiceDelegate: Running task for: DataTombstone 10 reports (1 per task) 07-18 17:34:46.484 8279 8279 I AmazonAppstore.CrashReporter/CrashReporterServiceDelegate: Running task for: Js 10 reports (1 per task) 07-18 17:34:46.484 8279 8279 I AmazonAppstore.CrashReporter/CrashReporterServiceDelegate: Running task for: SelfCaught 10 reports (1 per task) 07-18 17:34:46.492 8279 8279 I AmazonAppstore.CrashReporter/CrashReporterServiceDelegate: Running task for: SystemJvm 10 reports (1 per task) 07-18 17:34:46.492 8279 8279 I AmazonAppstore.CrashReporter/CrashReporterServiceDelegate: Running task for: DataJvm 10 reports (1 per task) 07-18 17:34:46.492 8279 8279 I AmazonAppstore.CrashReporter/CrashReporterServiceDelegate: Running task for: SystemAnr 10 reports (1 per task) 07-18 17:34:46.492 8279 8279 I AmazonAppstore.CrashReporter/CrashReporterServiceDelegate: Running task for: DataAnr 10 reports (1 per task) 07-18 17:34:46.492 8279 8279 I AmazonAppstore.CrashReporter/CrashReporterServiceDelegate: Running task for: SystemTombstone 10 reports (1 per task) 07-18 17:34:46.492 8279 8279 I AmazonAppstore.CrashReporter/CrashReporterServiceDelegate: Running task for: DataTombstone 10 reports (1 per task) 07-18 17:34:46.492 8279 8279 I AmazonAppstore.CrashReporter/CrashReporterServiceDelegate: Running task for: Js 10 reports (1 per task) 07-18 17:34:46.492 8279 8279 I AmazonAppstore.CrashReporter/CrashReporterServiceDelegate: Running task for: SelfCaught 10 reports (1 per task) 07-18 17:34:46.516 8279 8561 I AmazonAppstore.SchedulePeriodicWork: com.amazon.venezia/com.amazon.mas.client.malware.blockedapp.BlockedAppService-com.amazon.mas.client.malware.blockedapp.get_blocked_apps is within acce ptable timeout period of 28800000. Skipping reschedule. ^C
10 |5000

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

Sujoy@Amazon avatar image
Sujoy@Amazon answered
This is the reason of error. 07-18 17:34:40.617 8334 8334 E GameCircleClient: Unable to read api key. GameCircle requires an api key to be included in 'assets/api_key.txt'. GameCircle will not initialize. 07-18 17:34:40.617 8334 8334 E GameCircleClient: java.lang.IllegalArgumentException: Invalid API Key I think you have not created the api key correctly. Please follow below documentation carefully https://developer.amazon.com/public/apis/engage/gamecircle/docs/create-a-gamecircle-configuration#Step%202:%20Generate%20API%20Keys Either your API key is wrong or you are signing your app with a different certificate than the one you have used to create the API key. Please check the build identifier (package name) also in the Player Settings
10 |5000

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

azzaramazda avatar image
azzaramazda answered
Thank you, I got the demo scene working. I didn't sign the application at all because I was compiling for debugging only. I had to create another API-key. The MD5 I gave to Amazon earlier was random. I didn't realize I have to extract the MD5 from an existing keystore. I got the workflow backwards. You need the keystore first.
10 |5000

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