Skip to content

[Suggestion] Performance issue #4

@cybercamphackathon

Description

@cybercamphackathon

In java the String are immutable. So, do that is very inefficient:

String text;
text += line + "\r\n ";

The code do that in many places of the project, for example: https://github.com/borjalor/DroidSentinel/blob/master/DroidSentinel/app/src/main/java/com/example/droidsentinel/droidsentinel/LogTask.java#L237

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions