Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iOSThirdRepo
Logan
Commits
bd98ef49
Commit
bd98ef49
authored
6 years ago
by
Richard-Cao
Browse files
Options
Download
Email Patches
Plain Diff
upload android logan version
parent
0c984d4e
master
dependabot/maven/Logan/Server/spring.version-5.2.4.RELEASE
websdk_1.0.5
websdk_1.1.0
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
v1.0.5
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Example/Logan-Android/gradle.properties
+1
-1
Example/Logan-Android/gradle.properties
README-zh.md
+7
-1
README-zh.md
README.md
+7
-1
README.md
with
15 additions
and
3 deletions
+15
-3
Example/Logan-Android/gradle.properties
+
1
-
1
View file @
bd98ef49
...
...
@@ -17,4 +17,4 @@ org.gradle.jvmargs=-Xmx1536m
# org.gradle.parallel=true
groupId
=
com.dianping.android.sdk
artifactId
=
logan
versionCode
=
1.2.1
\ No newline at end of file
versionCode
=
1.2.2
\ No newline at end of file
This diff is collapsed.
Click to expand it.
README-zh.md
+
7
-
1
View file @
bd98ef49
...
...
@@ -24,7 +24,7 @@ Logan是美团点评集团移动端基础日志组件。名称是Log和An的组
在项目的
`build.gradle`
文件中添加:
```
groovy
compile
'com.dianping.android.sdk:logan:1.2.
1
'
compile
'com.dianping.android.sdk:logan:1.2.
2
'
```
### Usage
...
...
@@ -96,6 +96,12 @@ Logan.s(date, mSendLogRunnable);
其中第一个参数为日期数组(yyyy-MM-dd)。
### Permission
如果你需要上传日志到服务器,需要申请 INTERNET 权限。
如果你需要写日志到外部存储,或者从外部存储读取日志信息,则需要 WRITE_EXTERNAL_STORAGE 权限或者 READ_EXTERNAL_STORAGE 权限。
## iOS & macOS
### Installation
...
...
This diff is collapsed.
Click to expand it.
README.md
+
7
-
1
View file @
bd98ef49
...
...
@@ -24,7 +24,7 @@ If you want to build the source, make sure your NDK version is not higher than *
Add the following content in the project
`build.gradle`
file:
```
groovy
compile
'com.dianping.android.sdk:logan:1.2.
1
'
compile
'com.dianping.android.sdk:logan:1.2.
2
'
```
### Usage
...
...
@@ -97,6 +97,12 @@ Logan.s(date, mSendLogRunnable);
One of the first parameter is date array(yyyy-MM-dd).
### Permission
If you upload log file to server, you need INTERNET permission.
If you write log to SD card or read log info from SD card, you need WRITE_EXTERNAL_STORAGE and READ_EXTERNAL_STORAGE permission
## iOS & macOS
### Installation
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets