コード例 #1
0
ファイル: AndroidImpl.cs プロジェクト: frozen4/UnityPlus
 public override void Crash()
 {
     // Unity's C#-Java bridge intercepts Java exceptions, so here we provide a convenience
     // crasher that throws an exception on another thread (and hence bypasses Unity's exception handlers)
     CrashWrapper.CallStatic("crash");
 }
コード例 #2
0
 public override void Crash()
 {
     CrashWrapper.CallStatic("crash");
 }