Fix opuls -> oplus typo#2536
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (2)
manager/app/src/main/java/me/weishu/kernelsu/ui/util/LogEvent.kt:27
- Corrected the typo in the file name from 'opuls' to 'oplus' for consistency.
val oplusFile = File(bugreportDir, "oplus.tar.gz")
manager/app/src/main/java/me/weishu/kernelsu/ui/util/LogEvent.kt:49
- Updated the tar command to use the correctly named 'oplusFile' variable.
shell.newJob().add("tar -czf ${oplusFile.absolutePath} -C /mnt/oplus/op2/media/log/boot_log/ .").exec()
tiann
approved these changes
Apr 9, 2025
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Apr 9, 2025
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Apr 9, 2025
rsuntk
pushed a commit
to rsuntk/KernelSU
that referenced
this pull request
Apr 13, 2025
ShirkNeko
pushed a commit
to ShirkNeko/KernelSU
that referenced
this pull request
Apr 13, 2025
fadlyas07
added a commit
to bengal-upstream/KernelSU
that referenced
this pull request
May 3, 2025
* 'main' of https://github.com/tiann/KernelSU: ci: Update lkm kernel version (tiann#2567) ci: Update llvm version for chrome arcvm kernel build (tiann#2551) ci: Fix ubuntu-20.04 deprecation build(deps): bump the npm group across 1 directory with 22 updates (tiann#2542) build(deps): bump the maven group across 1 directory with 11 updates (tiann#2538) [add device]: Samsung Galaxy A15 4G (sma155f) (tiann#2543) [add device]: Samsung M30s (M307F) (tiann#2524) Fix opuls -> oplus typo (tiann#2536) Change-Id: Ia6fdf7a9723e857a784a540e3585560103f6769c
rsuntk
pushed a commit
to rsuntk/KernelSU
that referenced
this pull request
May 9, 2025
rsuntk
pushed a commit
to rsuntk/KernelSU
that referenced
this pull request
May 9, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.