80,472
社区成员




public void nativeCrashed()
{
Log.e("handller", "handller");
new RuntimeException("crashed here (native trace should follow after the Java trace)").printStackTrace();
startActivity(new Intent(this, CrashHandler.class));
}