Jeff Kim

Results 5 issues of Jeff Kim

If PathCompleter is used with "/usr", it didn't work. This patch fixes this issue.

To achieve this, it is necessary to change the singleton structure of ProcessState.

enhancement

However, is this feature really necessary? When checked in AOSP, only a few services were using this feature. /// Set the extension of a binder interface. This allows a downstream...

enhancement

Change rsbinder-aidl default features from ["async"] to [] to prevent async code generation when users don't need it. Changes: - rsbinder-aidl: Set default features to empty (sync-only by default) -...