dev4mobile

Results 10 issues of dev4mobile

```cpp static void InitArt(JNIEnv *env) { #if __ANDROID_API__ >= __ANDROID_API_R__ if (field_art_method != nullptr) { return; } jclass clazz = env->FindClass("java/lang/reflect/Executable"); field_art_method = env->GetFieldID(clazz, "artMethod", "J"); CHECK(field_art_method); #endif api =...

### Version v0.6.10 ### Bug description brew tap 安装,不是最新的包 ### OS macos ### Environment _No response_

bug

➜ AndroidUtilCode git:(master) ✗ ./gradlew assembleDebug Welcome to Gradle 6.7.1! Here are the highlights of this release: - File system watching is ready for production use - Declare the version...

bug

I would like to retrieve an HTTP response file in a streaming manner. What is the best approach for detecting the file type during the streaming process?

error msg: ``` ~ ❯❯❯ acurl http://localhost:8000/DescribeIpReport Traceback (most recent call last): File "gurl/__main__.py", line 32, in main() File "gurl/__main__.py", line 20, in main res = gurl.parse_curl_trace(f.read()) File "/venv/lib/python3.8/site-packages/gurl/__init__.py", line...

![Image](https://github.com/user-attachments/assets/484050bb-b757-4696-81f8-dfc3aaeb262d)

### Describe the bug ### Steps to reproduce 1. diff --help 2. type diff diff is a shell function from /Users/dev4linux/.oh-my-zsh/lib/theme-and-appearance.zsh ### Expected behavior diff command is work ### Screenshots...

Area: core
Topic: alias
Status: needs repro