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

Default to non-multithreaded until UI toggle support #1869

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Apr 16, 2024

  1. fix: default to non-multithreaded until ui toggle support

    Patching large applications (e.g. TikTok) on Android with multithreading simply doesn't work on multicore devices where the amount of memory given to the manager (regardless of the system RAM) is not sufficient.
    
    It's more important that patching succeeds for all available use cases than for only some patching to succeed with faster performance. A UI option can be added later, but the multithreading option should be opt-out by default rather than opt-in.
    
    Closes ReVanced/revanced-documentation#35
    Closes ReVanced#1454
    Closes ReVanced#1571
    Closes ReVanced#1595
    Closes ReVanced#1659
    Closes ReVanced#1661
    Closes ReVanced#1684
    Closes ReVanced#1759
    Closes ReVanced#1802
    Closes ReVanced#1817
    Closes ReVanced/revanced-patches#2885
    Closes ReVanced#592
    Closes ReVanced/revanced-patcher#193
    Closes ReVanced/revanced-patches#1533
    Closes ReVanced/revanced-patches#1608
    Closes ReVanced/revanced-patches#1613
    Closes ReVanced/revanced-patches#1630
    Closes ReVanced/revanced-patches#190
    Closes ReVanced/revanced-patches#2511
    Closes ReVanced/revanced-patches#525
    taylorkline committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    20a29bc View commit details
    Browse the repository at this point in the history