Chat for meisa #252
Replies: 9 comments 6 replies
-
Thank you for the answers! :) A few Infos from our side: On Friday we will follow up with a status report. |
Beta Was this translation helpful? Give feedback.
-
Access to the GP Console would help us understand the roots of the problem more quickly. |
Beta Was this translation helpful? Give feedback.
-
That is exactly what i did :) In two ways:
I tested this on: |
Beta Was this translation helpful? Give feedback.
-
Can you check others bugs and tell me if you have need more information or logs from Google Play ? |
Beta Was this translation helpful? Give feedback.
-
#201 For this issue you need to build release with optimizations enabled in build config Please check each issue, i try to give more information as possible :) |
Beta Was this translation helpful? Give feedback.
-
Hi @Jean-BaptisteC, Options:
I already did a little patching here: bacee48 But for everything else, i'd like to know your Opinion. |
Beta Was this translation helpful? Give feedback.
-
If i understand, we have ANR because main thread is too busy with all tasks ? (download reports and trackers, save in database and get information from PMM) And like somes tasks take too time, some processus generate timeout ? I prefere first solution, to have same patterns everywhere in app. In first solution, you use dispatcher ? |
Beta Was this translation helpful? Give feedback.
-
The app should do less work on its main thread now. We moved network operations to co routines here: #254 and database operations too in this PR: #257 In the first solution i would use kotlin coroutines/dispatchers. It could improve performance, if we do some async work. Battery life could be impacted a little bit by this, but that could also be offset by faster operations. However, i'm not sure if i can get it to work within a reasonable time frame. As is said, it might cost more than a working day to get the refactorings done and well tested. (My guess is two to three days). |
Beta Was this translation helpful? Give feedback.
-
I have execute unit tests with latest dependencies |
Beta Was this translation helpful? Give feedback.
-
Hi @PatDyn
I have create this discussion to answer at your question on Exodus project :)
To answer at your question ask on IRC:
Beta Was this translation helpful? Give feedback.
All reactions