Sorry for all the techie stuff for those whose eyes will glaze over after seeing the things below.Perturbee wrote:I agree, it came with the MI update. I'm considering peeking into the system logs while starting and playing the game, maybe it shows something useful (for the devs at FM).
Some interesting findings:
- Purchases done AFTER the update aren't properly registered, they're seen as 'missing' and a restore is attempted at every start of the game.
Code: Select all
I/Application( 5709): OnGetPurchasedMTXItems
I/Application( 5709): Restoring lost purchased item: Swimsuit Bundle
I/MenuMTXCurrencyWidget( 5709): BuyLostMTXItem: pack present
I/MenuMTXCurrencyWidget( 5709): BuyLostMTXItem: item.sb present
I/Application( 5709): Restoring lost purchased item: Wedding Bundle
I/MenuMTXCurrencyWidget( 5709): BuyLostMTXItem: pack present
I/MenuMTXCurrencyWidget( 5709): BuyLostMTXItem: item.sb present
Many lines of stuff like this:
Code: Select all
I/TELEMETRY( 5709): EVT_GP_EVENT_USER_EAL, EVT_KEYTYPE_ENUMERATION = Finished Work, EVT_KEYTYPE_USER_LEVEL_DATA = 049
I/TELEMETRY( 5709): Can't send Log Event: EVT_GP_EVENT_USER_EAL
I/TELEMETRY( 5709): Date: 2013-09-19 Time: 09:20:03
I/TELEMETRY( 5709): EVT_IGE_FREE_CREDITS_EARNED, EVT_KEYTYPE_SCORE = 1100, EVT_KEYTYPE_ENUMERATION = Finished Work
I/TELEMETRY( 5709): Can't send Log Event: EVT_IGE_FREE_CREDITS_EARNED
I/TELEMETRY( 5709): Date: 2013-09-19 Time: 09:20:03
I/TELEMETRY( 5709): EVT_IGE_FREE_CREDITS_EARNED, EVT_KEYTYPE_SCORE = 210, EVT_KEYTYPE_ENUMERATION = RandomBoost
I/TELEMETRY( 5709): Can't send Log Event: EVT_IGE_FREE_CREDITS_EARNED
I/TELEMETRY( 5709): Date: 2013-09-19 Time: 09:20:04
I/TELEMETRY( 5709): EVT_GP_XPGAIN_EVENT_EAL, EVT_KEYTYPE_SCORE = 1150, EVT_KEYTYPE_ENUMERATION = Finished Work
I/TELEMETRY( 5709): Can't send Log Event: EVT_GP_XPGAIN_EVENT_EAL
Code: Select all
W/AudioTrack( 5709): releaseBuffer() track 0x652854f8 name=0x3 disabled, restarting
Code: Select all
I/EASPWrapper( 5709): shutdownJNI()...
I/EASPWrapper( 5709): ...shutdownJNI()
E/CC Assert( 5709): ../modules/common/Cloudcell/CloudcellApi/CC_Cloudcell_Class.h:155
I/AndroidRuntime( 5709): VM exiting with result code 0, cleanup skipped.
I/ActivityManager( 459): Process com.ea.games.simsfreeplay_row (pid 5709) has died.
This was just a quick run through it, although there was certainly lag and slight freezing at which times nothing was logged.
The codes at the beginning of the line stand for: I = Info, W = Warning, E = Error!