Skip to content

Instantly share code, notes, and snippets.

@annakocheshkova
Last active May 31, 2019 13:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save annakocheshkova/7d250d6070893fa5134a9b4d389ce061 to your computer and use it in GitHub Desktop.
Save annakocheshkova/7d250d6070893fa5134a9b4d389ce061 to your computer and use it in GitHub Desktop.
[DllImport("native")]
private static extern void forceAppCrash();
public void TestCrash()
{
forceAppCrash();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment