Skip to content

Instantly share code, notes, and snippets.

@MaximAlien
Created April 25, 2016 13:41
Show Gist options
  • Save MaximAlien/8828f7948e93ac57891519f137b4aada to your computer and use it in GitHub Desktop.
Save MaximAlien/8828f7948e93ac57891519f137b4aada to your computer and use it in GitHub Desktop.
[Android] Sleep to be able to attach to process
try {
Thread.sleep(5000);
} catch (InterruptedException e) {
e.printStackTrace();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment