Skip to content

Timeout Exception Occur, How to run command continue in backgeound #8

@VikramSN

Description

@VikramSN

i am tring to get Hash Value, but it always return me status code 0 and message is nothing.
Please check code below.'

 val hashValue: StringBuilder = StringBuilder()
        val hashCommand = RootManager.getInstance().runCommand("md5sum $path")
        hashValue.append("MD5 : ${hashCommand.message}")
        Log.d("getHash","Hash Message : "+hashCommand.message)
        Log.d("getHash","Hash Status Code : "+hashCommand.statusCode)
        Log.d("getHash","Hash Result : "+hashCommand.result)

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