Created
April 25, 2016 13:41
-
-
Save MaximAlien/8828f7948e93ac57891519f137b4aada to your computer and use it in GitHub Desktop.
[Android] Sleep to be able to attach to process
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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