Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed desktop excessive logging #9092

Merged
merged 1 commit into from
Oct 2, 2019
Merged

Conversation

vkjr
Copy link
Contributor

@vkjr vkjr commented Oct 2, 2019

fixes #9090

Summary

ubuntu-server binary was updated in installation packages to not generate debug logs.

Platforms

  • macOS
  • Linux
  • Windows

Areas that maybe impacted

Non-functional
  • CPU performance / speed of the app

Testing made on mac

  • application starts
  • application can login
  • Size of Status.log created after login is around ~165kb, not ~13Mb

status: ready

@vkjr vkjr self-assigned this Oct 2, 2019
@status-github-bot
Copy link

status-github-bot bot commented Oct 2, 2019

Pull Request Checklist

  • Docs: Updated the documentation, if affected
  • Docs: Added or updated inline comments explaining intention of the code
  • Tests: Ensured that all new UI elements have been assigned accessibility IDs
  • Tests: Signaled need for E2E tests with label, if applicable
  • Tests: Briefly described what was tested and what platforms were used
  • UI: In case of UI changes, ensured that UI matches Figma
  • UI: In case of UI changes, requested review from a Core UI designer
  • UI: In case of UI changes, included screenshots of implementation

@status-im-auto
Copy link
Member

status-im-auto commented Oct 2, 2019

Jenkins Builds

Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ ddbe9a9 #1 2019-10-02 09:57:38 ~8 min ios 📦ipa 📲
✔️ ddbe9a9 #1 2019-10-02 10:00:53 ~11 min macos 📦dmg
ddbe9a9 #1 2019-10-02 10:01:51 ~12 min android 📄log
✔️ ddbe9a9 #1 2019-10-02 10:02:01 ~13 min android-e2e 📦apk 📲
✔️ ddbe9a9 #1 2019-10-02 10:04:26 ~15 min linux 📦App
✔️ ddbe9a9 #1 2019-10-02 10:05:39 ~16 min windows 📦exe
✔️ ddbe9a9 #2 2019-10-02 10:23:36 ~11 min android 📦apk 📲
✔️ ddbe9a9 #2 2019-10-02 10:50:09 ~8 min ios 📦ipa 📲

@statustestbot
Copy link

98% of end-end tests have passed

Total executed tests: 47
Failed tests: 1
Passed tests: 46

Failed tests (1)

Click to expand
1. test_send_token_with_7_decimals

Device 1: Tap on SendTransactionButton
Device 1: Wait for ADIAssetButton

Device 1: 'ADIAssetButton' is not found on the screen

Device sessions

Passed tests (46)

Click to expand
1. test_block_user_from_public_chat
Device sessions

2. test_filters_from_daap
Device sessions

3. test_copy_and_paste_messages
Device sessions

4. test_send_transaction_from_daap
Device sessions

5. test_deploy_contract_from_daap
Device sessions

6. test_open_transaction_on_etherscan
Device sessions

7. test_public_chat_messaging
Device sessions

8. test_long_press_to_delete_1_1_chat
Device sessions

9. test_password_in_logcat_sign_in
Device sessions

10. test_text_message_1_1_chat
Device sessions

11. test_add_to_contacts
Device sessions

12. test_sign_typed_message
Device sessions

13. test_unread_messages_counter_1_1_chat
Device sessions

14. test_ens_in_public_chat
Device sessions

15. test_logcat_send_transaction_from_daap
Device sessions

16. test_send_message_in_group_chat
Device sessions

17. test_logcat_send_transaction_from_wallet
Device sessions

18. test_offline_messaging_1_1_chat
Device sessions

19. test_modify_transaction_fee_values
Device sessions

20. test_send_eth_from_wallet_to_address
Device sessions

21. test_add_account_to_multiaccount_instance
Device sessions

22. test_manage_assets
Device sessions

23. test_long_press_to_delete_public_chat
Device sessions

24. test_send_emoji
Device sessions

25. test_search_chat_on_home
Device sessions

26. test_logcat_recovering_account
Device sessions

27. test_can_add_existing_ens
Device sessions

28. test_messaging_in_different_networks
Device sessions

29. test_logcat_backup_recovery_phrase
Device sessions

30. test_logcat_sign_message_from_daap
Device sessions

31. test_switch_users_and_add_new_account
Device sessions

32. test_send_stt_from_wallet
Device sessions

33. test_login_with_new_account
Device sessions

34. test_start_chat_with_ens
Device sessions

35. test_add_contact_from_public_chat
Device sessions

36. test_send_two_transactions_one_after_another_in_dapp
Device sessions

37. test_password_in_logcat_creating_account
Device sessions

38. test_backup_recovery_phrase
Device sessions

39. test_offline_status
Device sessions

40. test_open_google_com_via_open_dapp
Device sessions

41. test_unread_messages_counter_public_chat
Device sessions

42. test_sign_message_from_daap
Device sessions

43. test_user_can_remove_profile_picture
Device sessions

44. test_share_contact_code_and_wallet_address
Device sessions

45. test_refresh_button_browsing_app_webview
Device sessions

46. test_backup_recovery_phrase_warning_from_wallet
Device sessions

@vkjr
Copy link
Contributor Author

vkjr commented Oct 2, 2019

Testing made on mac:

  • application starts
  • application can login
  • Size of Status.log created after login is around ~165kb, not ~13Mb

Testing made on ios:

  • application starts
  • application can restore account
  • I can login
  • I can add public chat
  • I can send message to public chat

Signed-off-by: Volodymyr Kozieiev <vkjr.sp@gmail.com>
@vkjr vkjr force-pushed the fix/desktop_excessive_logging branch from ddbe9a9 to f34012a Compare October 2, 2019 15:46
@vkjr vkjr merged commit f34012a into develop Oct 2, 2019
@delete-merged-branch delete-merged-branch bot deleted the fix/desktop_excessive_logging branch October 2, 2019 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Excessive logging in status desktop
5 participants