Skip to content

Commit

Permalink
fix merge duplicate code
Browse files Browse the repository at this point in the history
  • Loading branch information
garryyan committed Dec 31, 2018
1 parent c0753dc commit 94220cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,3 @@ public void logF(String tag, String filename, String funcname, int line, int pid
public native void appenderFlush(boolean isSync);

}

Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,6 @@ public void logF(String tag, String filename, String funcname, int line, int pid
*/
public static native void setMaxAliveTime(long duration);

public static native void setMaxFileSize(long size);

/**
* should be called before appenderOpen to take effect
* @param duration alive seconds
*/
public static native void setMaxAliveTime(long duration);
@Override
public native void appenderClose();

Expand Down

0 comments on commit 94220cc

Please sign in to comment.