Unuseful "Done Google Sync" Debug Log
- SweatyChair
- Topic Author
- Offline
- Junior Member
- We made innovative mobile games.
8 years 7 months ago - 8 years 7 months ago #1429
by SweatyChair
Always remember you're unique, just like everyone else.
Unuseful "Done Google Sync" Debug Log was created by SweatyChair
in iOS it print thousand of translated terms out in debug windows, and doesn't tell much useful information
it made me need to scroll to the end for starting debug and I am not sure if that affect performance...
at least just make it print 50 characters as:
in line 102 of LanguageSource_Import_Google.cs
it made me need to scroll to the end for starting debug and I am not sure if that affect performance...
at least just make it print 50 characters as:
Debug.Log ("Done Google Sync '" + www.text.Substring (0, 50) + "'");
in line 102 of LanguageSource_Import_Google.cs
Always remember you're unique, just like everyone else.
Last edit: 8 years 7 months ago by SweatyChair.
Please Log in or Create an account to join the conversation.
8 years 7 months ago #1433
by Frank
Are you Give I2L 5 stars!
Are you Please lets us know how to improve it!
Replied by Frank on topic Unuseful "Done Google Sync" Debug Log
oops!! That was a temporal debug log that I forgot to remove.
In the new beta I removed the www.text part and I'm now only logging "Done Google Sync".
Thanks for catching that up!
Frank
In the new beta I removed the www.text part and I'm now only logging "Done Google Sync".
Thanks for catching that up!
Frank
Are you Give I2L 5 stars!
Are you Please lets us know how to improve it!
To get the betas as soon as they are ready,
check this out
Please Log in or Create an account to join the conversation.
Time to create page: 0.207 seconds