logger icon indicating copy to clipboard operation
logger copied to clipboard

- folder name option added for DiskLogAdapter.

Open ummarbhutta opened this issue 6 years ago • 6 comments

  • max file size option added for DiskLogAdapter.
  • packages updated

ummarbhutta avatar Jan 10 '19 13:01 ummarbhutta

also, change buildToolsVersion = '27.0.3' to buildToolsVersion = '28.0.3' in logger/build.gradle (in the root folder)

Guiorgy avatar Feb 11 '19 11:02 Guiorgy

@Guiorgy The buildToolsVersion is already 28.0.3

ummarbhutta avatar Feb 11 '19 12:02 ummarbhutta

@Guiorgy The buildToolsVersion is already 28.0.3

You replaced a global variable (rootProject.ext.buildToolsVersion) with a constant (28.0.3) in multiple files. I am just saying, that you should revert them back and change the variable value instead.

Guiorgy avatar Feb 11 '19 12:02 Guiorgy

Hello @Guiorgy

Thanks for suggestions and I accepted your suggestions and committed.

ummarbhutta avatar Feb 12 '19 06:02 ummarbhutta

can someone please merge this. we need this for a project

nikitph avatar Mar 08 '21 07:03 nikitph

I forked and updated the project : Forked Project

lupaulus avatar Sep 16 '21 13:09 lupaulus