Skip to content

Commit

Permalink
Increase log length
Browse files Browse the repository at this point in the history
  • Loading branch information
itkacher committed Nov 5, 2018
1 parent bd2b95f commit 8763bba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion okhttpprofiler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 16
targetSdkVersion 28
versionCode 2
versionName "1.0.2"
versionName "1.0.3"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion okhttpprofiler/jcenter.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apply plugin: 'maven-publish'
apply plugin: 'com.jfrog.bintray'

version '1.0.1'
version '1.0.3'

publishing {
publications {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import okio.Buffer;

public class LogDataTransfer implements DataTransfer {
private static final int LOG_LENGTH = 255;
private static final int LOG_LENGTH = 4000;
private static final int SLOW_DOWN_PARTS_AFTER = 20;
private static final int BODY_BUFFER_SIZE = 1024 * 1024 * 10;
private static final String LOG_PREFIX = "OKPRFL";
Expand Down

0 comments on commit 8763bba

Please sign in to comment.