You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not enough memory to finish analysis. Please try closing a few application before re-running the analysis.
My proposal is to change this message that the problem is with RAM memory (to be clarify that it is not about ROM but I know that second part of this communicate about closing a few apps suggest that it is RAM). So, better it could be more precise:
Not enough RAM memory to finish analysis. Please try closing a few application before re-running the analysis.
The application showed this message right after updating Android while the OS was starting in the background. Perhaps it would be best to handle such a case by waiting until there is more RAM?
My proposal is to change this message that the problem is with RAM memory (to be clarify that it is not about ROM but I know that second part of this communicate about closing a few apps suggest that it is RAM). So, better it could be more precise:
The application showed this message right after updating Android while the OS was starting in the background. Perhaps it would be best to handle such a case by waiting until there is more RAM?
BTW, I don't know why this String doesn't exist in https://github.com/srlabs/snoopsnitch/blob/master/SnoopSnitch/app/src/main/res/values/strings.xml I didn't find it in other folders. Maybe this is outdated version because https://opensource.srlabs.de/projects/snoopsnitch/repository/snoopsnitch/revisions/8ce1c19f90f5b6e15e646a1773f691338090c949/entry/SnoopSnitch/app/src/main/res/values/strings.xml#L497 here this String exist:
<string name="patchalyzer_error_out_of_memory">Not enough memory to finish analysis. Please try closing a few applications before re-running the analysis.</string>
https://opensource.srlabs.de/projects/snoopsnitch/repository/snoopsnitch/revisions/8ce1c19f90f5b6e15e646a1773f691338090c949/diff/SnoopSnitch/app/src/main/res/values/strings.xml
Second part of this issue related to issues: #5 and #10
The text was updated successfully, but these errors were encountered: