https://github.com/sunfusheng/jnilog
本地C++代码调用Java代码实现打印Log日志
https://github.com/sunfusheng/jnilog
Last synced: about 2 months ago
JSON representation
本地C++代码调用Java代码实现打印Log日志
- Host: GitHub
- URL: https://github.com/sunfusheng/jnilog
- Owner: sunfusheng
- Created: 2018-11-21T11:18:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-02T10:57:27.000Z (over 6 years ago)
- Last Synced: 2025-02-16T09:15:28.744Z (3 months ago)
- Language: Java
- Size: 159 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JNILog
本地JNI层代码与Java代码实现互相调用,包括从Java层向JNI层传参,并从JNI层返回数据到Java层