Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

logging improvements #222

Merged
merged 54 commits into from
Nov 29, 2022
Merged

logging improvements #222

merged 54 commits into from
Nov 29, 2022

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    5affc28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf19d23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80cf820 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    084630d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ed07a1 View commit details
    Browse the repository at this point in the history
  6. rename field

    jtenberg committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    09d45f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    97462d4 View commit details
    Browse the repository at this point in the history
  8. check for null parameters

    jtenberg committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    98a3ecf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    80cb834 View commit details
    Browse the repository at this point in the history
  10. values are read/write by non main thread (such as RYD). Field must be…

    … volatile to ensure value changes are seen by other threads. The alternative is to synchronize, but volatile has nearly zero overhead and no thread blocking.
    jtenberg committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    e366a72 View commit details
    Browse the repository at this point in the history
  11. log any crashes

    jtenberg committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    dc9867e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7725b0b View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. fixing thread race where multiple concurrent user registration networ…

    …k calls occur (if the user hits multiple voting buttons quickly in a row)
    
    Moved solve puzzle code into the api class.
    Removed now empty Registration and Voting classes.
    jtenberg committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    913e5ad View commit details
    Browse the repository at this point in the history
  2. Automatically log under the class name of calling class. Free extra p…

    …erformance by not creating the log messages unless logging is actually enabled.
    jtenberg committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    9959fd9 View commit details
    Browse the repository at this point in the history
  3. Automatically log under the class name of calling class. Free extra p…

    …erformance by not creating the log messages unless logging is actually enabled.
    jtenberg committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    b08e519 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce221ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85caabf View commit details
    Browse the repository at this point in the history
  6. using new log methods

    jtenberg committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    8633867 View commit details
    Browse the repository at this point in the history
  7. using new log methods

    jtenberg committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    00d28a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    51957fb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f1f846c View commit details
    Browse the repository at this point in the history
  10. refactor

    jtenberg committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    7cd710e View commit details
    Browse the repository at this point in the history
  11. refactor

    jtenberg committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    f50db10 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2830504 View commit details
    Browse the repository at this point in the history
  13. auto indenting code

    jtenberg committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    d4dc7af View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3f4cf0a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    457e2d6 View commit details
    Browse the repository at this point in the history
  16. Revert "reverting logging changes"

    This reverts commit 3f4cf0a.
    HundedFifteeTree committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    83e102a View commit details
    Browse the repository at this point in the history
  17. Merge remote-tracking branch 'origin/main'

    # Conflicts:
    #	app/src/main/java/app/revanced/integrations/returnyoutubedislike/ReturnYouTubeDislike.java
    #	app/src/main/java/app/revanced/integrations/returnyoutubedislike/requests/ReturnYouTubeDislikeApi.java
    #	app/src/main/java/app/revanced/integrations/utils/LogHelper.java
    HundedFifteeTree committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    7b18b6a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1876f95 View commit details
    Browse the repository at this point in the history
  19. typo

    HundedFifteeTree committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    35fe2d3 View commit details
    Browse the repository at this point in the history
  20. fixing compilation

    HundedFifteeTree committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    f4acade View commit details
    Browse the repository at this point in the history
  21. inline new logging methods (otherwise the deprecated logging methods …

    …always shows the utility class as the calling class)
    HundedFifteeTree committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    bd879a2 View commit details
    Browse the repository at this point in the history
  22. comments

    HundedFifteeTree committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    3eac278 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b915579 View commit details
    Browse the repository at this point in the history
  24. Update app/src/main/java/app/revanced/tiktok/utils/ReVancedUtils.java

    Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
    LisoUseInAIKyrios and oSumAtrIX authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    54777c2 View commit details
    Browse the repository at this point in the history
  25. Update app/src/main/java/app/revanced/integrations/returnyoutubedisli…

    …ke/ReturnYouTubeDislike.java
    
    Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
    LisoUseInAIKyrios and oSumAtrIX authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    d041812 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c5b19dd View commit details
    Browse the repository at this point in the history
  27. Revert "merging logging changes"

    This reverts commit c5b19dd, reversing
    changes made to d041812.
    HundedFifteeTree committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    dd72903 View commit details
    Browse the repository at this point in the history
  28. Revert "Revert "merging logging changes""

    This reverts commit dd72903.
    HundedFifteeTree committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    c70c02a View commit details
    Browse the repository at this point in the history
  29. comments, cleanup

    HundedFifteeTree committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    b17a972 View commit details
    Browse the repository at this point in the history
  30. fixing synchronization oversight. must check userId while holding syn…

    …chronization, otherwise multiple registration calls can still occur.
    HundedFifteeTree committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    154b39a View commit details
    Browse the repository at this point in the history
  31. removing new logging

    HundedFifteeTree committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    ef65332 View commit details
    Browse the repository at this point in the history
  32. new logging

    HundedFifteeTree committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    d5685aa View commit details
    Browse the repository at this point in the history
  33. comments

    HundedFifteeTree committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    1e1a207 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    b4d1892 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    3a64434 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    e1d4f37 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. comments

    jtenberg committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    781e583 View commit details
    Browse the repository at this point in the history
  2. comments

    jtenberg committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    70a43be View commit details
    Browse the repository at this point in the history
  3. comments

    jtenberg committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    301a3b5 View commit details
    Browse the repository at this point in the history
  4. comments

    jtenberg committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    e21c43f View commit details
    Browse the repository at this point in the history
  5. comments

    jtenberg committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    9215e43 View commit details
    Browse the repository at this point in the history
  6. Fix for log filtering no longer working if using the usual "logcat | …

    …grep --line-buffered "revanced"
    
    For now, changing this to the old name casing to preserve compatibility.
    jtenberg committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    02fd494 View commit details
    Browse the repository at this point in the history