Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get UNKNOW for findjob #354

Closed
pishguy opened this issue Apr 17, 2017 · 1 comment
Closed

get UNKNOW for findjob #354

pishguy opened this issue Apr 17, 2017 · 1 comment

Comments

@pishguy
Copy link

pishguy commented Apr 17, 2017

new Thread(new Runnable() {
    @Override
    public void run() {
        JobStatus salam = GetLatestRepositories.getJob(jobManager,getSessionId());
        Log.e("STATE ", "++++++++++++++++ ");
    }
}).start();
    public static JobStatus getJob(JobManager job, String tag) {
        return job.getJobStatus(tag);
    }

I'm using this solution

@pishguy pishguy changed the title call getJobStatus on main thread get UNKNOW for findjob Apr 17, 2017
@yigit
Copy link
Owner

yigit commented Apr 21, 2017

please provide proper bug reports w/ reproducible apps, and please don't use issues to resolve things related your custom implementations. Your bug report does not provide any actionable information.

@yigit yigit closed this as completed Apr 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants